HEX: #EB384E
RGB: (235,56,78)
#EB384E enthält hauptsächlich rote Farbe. Für #EB384E ist eine «websichere» Webfarbe #FF3366 (oder kurz #F36).
Die Farbe #EB384E wird in RGB als (235,56,78) definiert.
RGB: (235,56,78) (92%,22%,31%)
R 235 von 255 = 92%
G 56 von 255 = 22%
B 78 von 255 = 31%
R + G + B ~ 48%. #EB384E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
235 + 56 + 78 = 369 (100%)
R 235 von 369 ~ 63.69%
G 56 von 369 ~ 15.18%
B 78 von 369 ~ 21.14%
Die Farbe #EB384E wird in CMYK als (0,76,67,8) definiert.
CMYK: (0,76,67,8) C0M76Y67K8 (0%,76%,67%,8%) (0.00/0.76/0.67/0.08)
EB | 38 | 4E | |
---|---|---|---|
RGB | 235 | 56 | 78 |
HSL | 353° | 81.74% | 57.06% |
HSB/HSV | 353° | 76.17% | 92.16% |
CMYK | 0.00% | 76.17% | 66.81% |
7.84% |
Hexadezimal | EB | 38 | 4E |
Dezimal | 235 | 56 | 78 |
Binär | 11101011 | 111000 | 1001110 |
Oktal | 353 | 70 | 116 |
Beispiele css- und html für Elemente in der Farbe #EB384E. Bitte benutzen Sie auch rgb(235,56,78) statt hex-Code.
.myTextColor { color: #EB384E; }
<p style="color:#EB384E">This sample text font color is #EB384E.</p>
Die Farbe dieses Textes ist #EB384E.
.myBgColor { background-color: #EB384E; }
<div style="background-color:#EB384E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EB384E.
.myBorderColor { border: 1px solid #EB384E; }
<div style="border:3px solid #EB384E">Div</div>
Die Grenzen von diesem div sind in Farbe #EB384E.
.myOpacity80 { color: #EB384E; opacity: 0.8; }
<p style="color:#EB384E;opacity:0.8;">80%</p>
Text in Farbe #EB384E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB384E;}
<p style="text-shadow: 3px 3px 1px #EB384E">Text here.</p>
Dieser Text hat den Schatten in Farbe #EB384E.
.textShadow {text-shadow: 3px 3px 1px #EB384E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB384E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EB384E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB384E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB384E, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB384E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EB384E; -webkit-box-shadow: 1px 1px 3px 2px #EB384E; box-shadow: 1px 1px 3px 2px #EB384E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EB384E; -webkit-box-shadow: 1px 1px 3px 2px #EB384E; box-shadow:1px 1px 3px 2px #EB384E;">
Div content here</div>
Dieser Text ist in der Farbe #EB384E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EB384E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EB384E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EB384E.