Shades of Dark Pink #E94E72
Tints of Dark Pink #E94E72
RGB
CMYK
RGB Variations
Color information
#E94E72 (or 0xE94E72) is known color: Dark Pink. HEX triplet: E9, 4E and 72. RGB value is (233,78,114). Sum of RGB (Red+Green+Blue) = 233+78+114=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E72 is #16B18D. Grayscale: #808080. Windows color (decimal): -1487246 or 7491305. OLE color: 7491305.
HSL color Cylindrical-coordinate representation of color #E94E72: hue angle of 346.06º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E72 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 114 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.09 |
| HSL | 346.06º | 0.78% | 0.61% | - |
| HSV(B) | 346.06º | 0.67% | 0.91% | - |
| XYZ | 39.37 | 23.99 | 18.47 | - |
| YUV | 128.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 114 | 0 | 0.67 | 0.51 | 0.09 | 346.06 | 0.78 | 0.61 |
| Hex | E9 | 4E | 72 | 0 | 43 | 33 | 9 | 15A | 4E | 3D |
| Octal | 351 | 116 | 162 | 0 | 103 | 63 | 11 | 532 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1110010 | 0 | 1000011 | 110011 | 1001 | 101011010 | 1001110 | 111101 |
Color Harmonies of #E94E72
Complementary color
Monochromatic Colors of #E94E72
Black with #E94E72
Text Example
Text Example
White with #E94E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E72; }
p { color: rgb(233,78,114); }
H1.HeaderClassName
{
color: #E94E72;
}
.AnyTagClassName
{
color: #E94E72;
}
</style>
background-color css
<style>
a { background-color: #E94E72; }
a { background-color: rgb(233,78,114); }
div.DivClassName
{
background-color: #E94E72;
}
.BgClassName
{
background-color: #E94E72;
}
</style>
border-color css
<style>
span { border-color: #E94E72; }
span { border-color: rgb(233,78,114); }
td.TdClassName
{
border-color: #E94E72;
}
.TagClassName
{
border-color: #E94E72;
}
</style>