Shades of Dark Pink #E04587
Tints of Dark Pink #E04587
RGB
CMYK
RGB Variations
Color information
#E04587 (or 0xE04587) is known color: Dark Pink. HEX triplet: E0, 45 and 87. RGB value is (224,69,135). Sum of RGB (Red+Green+Blue) = 224+69+135=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E04587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04587 is #1FBA78. Grayscale: #7A7A7A. Windows color (decimal): -2079353 or 8865248. OLE color: 8865248.
HSL color Cylindrical-coordinate representation of color #E04587: hue angle of 334.45º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04587 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 135 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.12 |
| HSL | 334.45º | 0.71% | 0.57% | - |
| HSV(B) | 334.45º | 0.69% | 0.88% | - |
| XYZ | 37.24 | 21.85 | 25.18 | - |
| YUV | 122.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 135 | 0 | 0.69 | 0.40 | 0.12 | 334.45 | 0.71 | 0.57 |
| Hex | E0 | 45 | 87 | 0 | 45 | 28 | C | 14E | 47 | 39 |
| Octal | 340 | 105 | 207 | 0 | 105 | 50 | 14 | 516 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10000111 | 0 | 1000101 | 101000 | 1100 | 101001110 | 1000111 | 111001 |
Color Harmonies of #E04587
Complementary color
Monochromatic Colors of #E04587
Black with #E04587
Text Example
Text Example
White with #E04587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04587; }
p { color: rgb(224,69,135); }
H1.HeaderClassName
{
color: #E04587;
}
.AnyTagClassName
{
color: #E04587;
}
</style>
background-color css
<style>
a { background-color: #E04587; }
a { background-color: rgb(224,69,135); }
div.DivClassName
{
background-color: #E04587;
}
.BgClassName
{
background-color: #E04587;
}
</style>
border-color css
<style>
span { border-color: #E04587; }
span { border-color: rgb(224,69,135); }
td.TdClassName
{
border-color: #E04587;
}
.TagClassName
{
border-color: #E04587;
}
</style>