Shades of Dark Pink #E94879
Tints of Dark Pink #E94879
RGB
CMYK
RGB Variations
Color information
#E94879 (or 0xE94879) is known color: Dark Pink. HEX triplet: E9, 48 and 79. RGB value is (233,72,121). Sum of RGB (Red+Green+Blue) = 233+72+121=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E94879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94879 is #16B786. Grayscale: #7D7D7D. Windows color (decimal): -1488775 or 7948521. OLE color: 7948521.
HSL color Cylindrical-coordinate representation of color #E94879: hue angle of 341.74º degrees, saturation: 0.79, 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 #E94879 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 121 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.09 |
| HSL | 341.74º | 0.79% | 0.6% | - |
| HSV(B) | 341.74º | 0.69% | 0.91% | - |
| XYZ | 39.37 | 23.34 | 20.52 | - |
| YUV | 125.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 121 | 0 | 0.69 | 0.48 | 0.09 | 341.74 | 0.79 | 0.6 |
| Hex | E9 | 48 | 79 | 0 | 45 | 30 | 9 | 156 | 4F | 3C |
| Octal | 351 | 110 | 171 | 0 | 105 | 60 | 11 | 526 | 117 | 74 |
| Binary | 11101001 | 1001000 | 1111001 | 0 | 1000101 | 110000 | 1001 | 101010110 | 1001111 | 111100 |
Color Harmonies of #E94879
Complementary color
Monochromatic Colors of #E94879
Black with #E94879
Text Example
Text Example
White with #E94879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94879; }
p { color: rgb(233,72,121); }
H1.HeaderClassName
{
color: #E94879;
}
.AnyTagClassName
{
color: #E94879;
}
</style>
background-color css
<style>
a { background-color: #E94879; }
a { background-color: rgb(233,72,121); }
div.DivClassName
{
background-color: #E94879;
}
.BgClassName
{
background-color: #E94879;
}
</style>
border-color css
<style>
span { border-color: #E94879; }
span { border-color: rgb(233,72,121); }
td.TdClassName
{
border-color: #E94879;
}
.TagClassName
{
border-color: #E94879;
}
</style>