HEX: #EBB7E1
RGB: (235,183,225)
#EBB7E1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EBB7E1 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EBB7E1 wird in RGB als (235,183,225) definiert.
RGB: (235,183,225) (92%,72%,88%)
R 235 von 255 = 92%
G 183 von 255 = 72%
B 225 von 255 = 88%
R + G + B ~ 84%. #EBB7E1 ziemlich helle Farbe.
R + G + B =
235 + 183 + 225 = 643 (100%)
R 235 von 643 ~ 36.55%
G 183 von 643 ~ 28.46%
B 225 von 643 ~ 34.99%
Die Farbe #EBB7E1 wird in CMYK als (0,22,4,8) definiert.
CMYK: (0,22,4,8) C0M22Y4K8 (0%,22%,4%,8%) (0.00/0.22/0.04/0.08)
EB | B7 | E1 | |
---|---|---|---|
RGB | 235 | 183 | 225 |
HSL | 312° | 56.52% | 81.96% |
HSB/HSV | 312° | 22.13% | 92.16% |
CMYK | 0.00% | 22.13% | 4.26% |
7.84% |
Hexadezimal | EB | B7 | E1 |
Dezimal | 235 | 183 | 225 |
Binär | 11101011 | 10110111 | 11100001 |
Oktal | 353 | 267 | 341 |
Beispiele css- und html für Elemente in der Farbe #EBB7E1. Bitte benutzen Sie auch rgb(235,183,225) statt hex-Code.
.myTextColor { color: #EBB7E1; }
<p style="color:#EBB7E1">This sample text font color is #EBB7E1.</p>
Die Farbe dieses Textes ist #EBB7E1.
.myBgColor { background-color: #EBB7E1; }
<div style="background-color:#EBB7E1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBB7E1.
.myBorderColor { border: 1px solid #EBB7E1; }
<div style="border:3px solid #EBB7E1">Div</div>
Die Grenzen von diesem div sind in Farbe #EBB7E1.
.myOpacity80 { color: #EBB7E1; opacity: 0.8; }
<p style="color:#EBB7E1;opacity:0.8;">80%</p>
Text in Farbe #EBB7E1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBB7E1;}
<p style="text-shadow: 3px 3px 1px #EBB7E1">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBB7E1.
.textShadow {text-shadow: 3px 3px 1px #EBB7E1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBB7E1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBB7E1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB7E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBB7E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBB7E1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EBB7E1; -webkit-box-shadow: 1px 1px 3px 2px #EBB7E1; box-shadow: 1px 1px 3px 2px #EBB7E1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EBB7E1; -webkit-box-shadow: 1px 1px 3px 2px #EBB7E1; box-shadow:1px 1px 3px 2px #EBB7E1;">
Div content here</div>
Dieser Text ist in der Farbe #EBB7E1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBB7E1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBB7E1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBB7E1.