Shades of Dark Pink #E8457C
Tints of Dark Pink #E8457C
RGB
CMYK
RGB Variations
Color information
#E8457C (or 0xE8457C) is known color: Dark Pink. HEX triplet: E8, 45 and 7C. RGB value is (232,69,124). Sum of RGB (Red+Green+Blue) = 232+69+124=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8457C is #17BA83. Grayscale: #7B7B7B. Windows color (decimal): -1555076 or 8144360. OLE color: 8144360.
HSL color Cylindrical-coordinate representation of color #E8457C: hue angle of 339.75º degrees, saturation: 0.78, 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 #E8457C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 124 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.09 |
| HSL | 339.75º | 0.78% | 0.59% | - |
| HSV(B) | 339.75º | 0.7% | 0.91% | - |
| XYZ | 39.04 | 22.87 | 21.42 | - |
| YUV | 124.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 124 | 0 | 0.70 | 0.47 | 0.09 | 339.75 | 0.78 | 0.59 |
| Hex | E8 | 45 | 7C | 0 | 46 | 2F | 9 | 154 | 4E | 3B |
| Octal | 350 | 105 | 174 | 0 | 106 | 57 | 11 | 524 | 116 | 73 |
| Binary | 11101000 | 1000101 | 1111100 | 0 | 1000110 | 101111 | 1001 | 101010100 | 1001110 | 111011 |
Color Harmonies of #E8457C
Complementary color
Monochromatic Colors of #E8457C
Black with #E8457C
Text Example
Text Example
White with #E8457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8457C; }
p { color: rgb(232,69,124); }
H1.HeaderClassName
{
color: #E8457C;
}
.AnyTagClassName
{
color: #E8457C;
}
</style>
background-color css
<style>
a { background-color: #E8457C; }
a { background-color: rgb(232,69,124); }
div.DivClassName
{
background-color: #E8457C;
}
.BgClassName
{
background-color: #E8457C;
}
</style>
border-color css
<style>
span { border-color: #E8457C; }
span { border-color: rgb(232,69,124); }
td.TdClassName
{
border-color: #E8457C;
}
.TagClassName
{
border-color: #E8457C;
}
</style>