Shades of Dark Pink #E94D79
Tints of Dark Pink #E94D79
RGB
CMYK
RGB Variations
Color information
#E94D79 (or 0xE94D79) is known color: Dark Pink. HEX triplet: E9, 4D and 79. RGB value is (233,77,121). Sum of RGB (Red+Green+Blue) = 233+77+121=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D79 is #16B286. Grayscale: #808080. Windows color (decimal): -1487495 or 7949801. OLE color: 7949801.
HSL color Cylindrical-coordinate representation of color #E94D79: hue angle of 343.08º 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 #E94D79 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 121 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.09 |
| HSL | 343.08º | 0.78% | 0.61% | - |
| HSV(B) | 343.08º | 0.67% | 0.91% | - |
| XYZ | 39.71 | 24.01 | 20.63 | - |
| YUV | 128.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 121 | 0 | 0.67 | 0.48 | 0.09 | 343.08 | 0.78 | 0.61 |
| Hex | E9 | 4D | 79 | 0 | 43 | 30 | 9 | 157 | 4E | 3D |
| Octal | 351 | 115 | 171 | 0 | 103 | 60 | 11 | 527 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1111001 | 0 | 1000011 | 110000 | 1001 | 101010111 | 1001110 | 111101 |
Color Harmonies of #E94D79
Complementary color
Monochromatic Colors of #E94D79
Black with #E94D79
Text Example
Text Example
White with #E94D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D79; }
p { color: rgb(233,77,121); }
H1.HeaderClassName
{
color: #E94D79;
}
.AnyTagClassName
{
color: #E94D79;
}
</style>
background-color css
<style>
a { background-color: #E94D79; }
a { background-color: rgb(233,77,121); }
div.DivClassName
{
background-color: #E94D79;
}
.BgClassName
{
background-color: #E94D79;
}
</style>
border-color css
<style>
span { border-color: #E94D79; }
span { border-color: rgb(233,77,121); }
td.TdClassName
{
border-color: #E94D79;
}
.TagClassName
{
border-color: #E94D79;
}
</style>