Shades of Dark Pink #E94F76
Tints of Dark Pink #E94F76
RGB
CMYK
RGB Variations
Color information
#E94F76 (or 0xE94F76) is known color: Dark Pink. HEX triplet: E9, 4F and 76. RGB value is (233,79,118). Sum of RGB (Red+Green+Blue) = 233+79+118=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F76 is #16B089. Grayscale: #818181. Windows color (decimal): -1486986 or 7753705. OLE color: 7753705.
HSL color Cylindrical-coordinate representation of color #E94F76: hue angle of 344.81º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94F76 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 118 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.09 |
| HSL | 344.81º | 0.78% | 0.61% | - |
| HSV(B) | 344.81º | 0.66% | 0.91% | - |
| XYZ | 39.67 | 24.22 | 19.72 | - |
| YUV | 129.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 118 | 0 | 0.66 | 0.49 | 0.09 | 344.81 | 0.78 | 0.61 |
| Hex | E9 | 4F | 76 | 0 | 42 | 31 | 9 | 159 | 4E | 3D |
| Octal | 351 | 117 | 166 | 0 | 102 | 61 | 11 | 531 | 116 | 75 |
| Binary | 11101001 | 1001111 | 1110110 | 0 | 1000010 | 110001 | 1001 | 101011001 | 1001110 | 111101 |
Color Harmonies of #E94F76
Complementary color
Monochromatic Colors of #E94F76
Black with #E94F76
Text Example
Text Example
White with #E94F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F76; }
p { color: rgb(233,79,118); }
H1.HeaderClassName
{
color: #E94F76;
}
.AnyTagClassName
{
color: #E94F76;
}
</style>
background-color css
<style>
a { background-color: #E94F76; }
a { background-color: rgb(233,79,118); }
div.DivClassName
{
background-color: #E94F76;
}
.BgClassName
{
background-color: #E94F76;
}
</style>
border-color css
<style>
span { border-color: #E94F76; }
span { border-color: rgb(233,79,118); }
td.TdClassName
{
border-color: #E94F76;
}
.TagClassName
{
border-color: #E94F76;
}
</style>