Shades of Dark Pink #E8407C
Tints of Dark Pink #E8407C
RGB
CMYK
RGB Variations
Color information
#E8407C (or 0xE8407C) is known color: Dark Pink. HEX triplet: E8, 40 and 7C. RGB value is (232,64,124). Sum of RGB (Red+Green+Blue) = 232+64+124=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8407C is #17BF83. Grayscale: #787878. Windows color (decimal): -1556356 or 8143080. OLE color: 8143080.
HSL color Cylindrical-coordinate representation of color #E8407C: hue angle of 338.57º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8407C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 124 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.09 |
| HSL | 338.57º | 0.79% | 0.58% | - |
| HSV(B) | 338.57º | 0.72% | 0.91% | - |
| XYZ | 38.75 | 22.28 | 21.33 | - |
| YUV | 121.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 124 | 0 | 0.72 | 0.47 | 0.09 | 338.57 | 0.79 | 0.58 |
| Hex | E8 | 40 | 7C | 0 | 48 | 2F | 9 | 153 | 4F | 3A |
| Octal | 350 | 100 | 174 | 0 | 110 | 57 | 11 | 523 | 117 | 72 |
| Binary | 11101000 | 1000000 | 1111100 | 0 | 1001000 | 101111 | 1001 | 101010011 | 1001111 | 111010 |
Color Harmonies of #E8407C
Complementary color
Monochromatic Colors of #E8407C
Black with #E8407C
Text Example
Text Example
White with #E8407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8407C; }
p { color: rgb(232,64,124); }
H1.HeaderClassName
{
color: #E8407C;
}
.AnyTagClassName
{
color: #E8407C;
}
</style>
background-color css
<style>
a { background-color: #E8407C; }
a { background-color: rgb(232,64,124); }
div.DivClassName
{
background-color: #E8407C;
}
.BgClassName
{
background-color: #E8407C;
}
</style>
border-color css
<style>
span { border-color: #E8407C; }
span { border-color: rgb(232,64,124); }
td.TdClassName
{
border-color: #E8407C;
}
.TagClassName
{
border-color: #E8407C;
}
</style>