Shades of Dark Pink #E94976
Tints of Dark Pink #E94976
RGB
CMYK
RGB Variations
Color information
#E94976 (or 0xE94976) is known color: Dark Pink. HEX triplet: E9, 49 and 76. RGB value is (233,73,118). Sum of RGB (Red+Green+Blue) = 233+73+118=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E94976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94976 is #16B689. Grayscale: #7D7D7D. Windows color (decimal): -1488522 or 7752169. OLE color: 7752169.
HSL color Cylindrical-coordinate representation of color #E94976: hue angle of 343.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94976 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 118 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.09 |
| HSL | 343.13º | 0.78% | 0.6% | - |
| HSV(B) | 343.13º | 0.69% | 0.91% | - |
| XYZ | 39.26 | 23.4 | 19.59 | - |
| YUV | 125.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 118 | 0 | 0.69 | 0.49 | 0.09 | 343.13 | 0.78 | 0.6 |
| Hex | E9 | 49 | 76 | 0 | 45 | 31 | 9 | 157 | 4E | 3C |
| Octal | 351 | 111 | 166 | 0 | 105 | 61 | 11 | 527 | 116 | 74 |
| Binary | 11101001 | 1001001 | 1110110 | 0 | 1000101 | 110001 | 1001 | 101010111 | 1001110 | 111100 |
Color Harmonies of #E94976
Complementary color
Monochromatic Colors of #E94976
Black with #E94976
Text Example
Text Example
White with #E94976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94976; }
p { color: rgb(233,73,118); }
H1.HeaderClassName
{
color: #E94976;
}
.AnyTagClassName
{
color: #E94976;
}
</style>
background-color css
<style>
a { background-color: #E94976; }
a { background-color: rgb(233,73,118); }
div.DivClassName
{
background-color: #E94976;
}
.BgClassName
{
background-color: #E94976;
}
</style>
border-color css
<style>
span { border-color: #E94976; }
span { border-color: rgb(233,73,118); }
td.TdClassName
{
border-color: #E94976;
}
.TagClassName
{
border-color: #E94976;
}
</style>