Shades of Dark Pink #E94679
Tints of Dark Pink #E94679
RGB
CMYK
RGB Variations
Color information
#E94679 (or 0xE94679) is known color: Dark Pink. HEX triplet: E9, 46 and 79. RGB value is (233,70,121). Sum of RGB (Red+Green+Blue) = 233+70+121=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E94679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94679 is #16B986. Grayscale: #7C7C7C. Windows color (decimal): -1489287 or 7948009. OLE color: 7948009.
HSL color Cylindrical-coordinate representation of color #E94679: hue angle of 341.23º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94679 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 121 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.09 |
| HSL | 341.23º | 0.79% | 0.59% | - |
| HSV(B) | 341.23º | 0.7% | 0.91% | - |
| XYZ | 39.25 | 23.08 | 20.48 | - |
| YUV | 124.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 121 | 0 | 0.70 | 0.48 | 0.09 | 341.23 | 0.79 | 0.59 |
| Hex | E9 | 46 | 79 | 0 | 46 | 30 | 9 | 155 | 4F | 3B |
| Octal | 351 | 106 | 171 | 0 | 106 | 60 | 11 | 525 | 117 | 73 |
| Binary | 11101001 | 1000110 | 1111001 | 0 | 1000110 | 110000 | 1001 | 101010101 | 1001111 | 111011 |
Color Harmonies of #E94679
Complementary color
Monochromatic Colors of #E94679
Black with #E94679
Text Example
Text Example
White with #E94679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94679; }
p { color: rgb(233,70,121); }
H1.HeaderClassName
{
color: #E94679;
}
.AnyTagClassName
{
color: #E94679;
}
</style>
background-color css
<style>
a { background-color: #E94679; }
a { background-color: rgb(233,70,121); }
div.DivClassName
{
background-color: #E94679;
}
.BgClassName
{
background-color: #E94679;
}
</style>
border-color css
<style>
span { border-color: #E94679; }
span { border-color: rgb(233,70,121); }
td.TdClassName
{
border-color: #E94679;
}
.TagClassName
{
border-color: #E94679;
}
</style>