Shades of Dark Pink #E04A87
Tints of Dark Pink #E04A87
RGB
CMYK
RGB Variations
Color information
#E04A87 (or 0xE04A87) is known color: Dark Pink. HEX triplet: E0, 4A and 87. RGB value is (224,74,135). Sum of RGB (Red+Green+Blue) = 224+74+135=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04A87 is #1FB578. Grayscale: #7D7D7D. Windows color (decimal): -2078073 or 8866528. OLE color: 8866528.
HSL color Cylindrical-coordinate representation of color #E04A87: hue angle of 335.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A87 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 135 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.12 |
| HSL | 335.6º | 0.71% | 0.58% | - |
| HSV(B) | 335.6º | 0.67% | 0.88% | - |
| XYZ | 37.56 | 22.49 | 25.28 | - |
| YUV | 125.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 135 | 0 | 0.67 | 0.40 | 0.12 | 335.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | 87 | 0 | 43 | 28 | C | 150 | 47 | 3A |
| Octal | 340 | 112 | 207 | 0 | 103 | 50 | 14 | 520 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10000111 | 0 | 1000011 | 101000 | 1100 | 101010000 | 1000111 | 111010 |
Color Harmonies of #E04A87
Complementary color
Monochromatic Colors of #E04A87
Black with #E04A87
Text Example
Text Example
White with #E04A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A87; }
p { color: rgb(224,74,135); }
H1.HeaderClassName
{
color: #E04A87;
}
.AnyTagClassName
{
color: #E04A87;
}
</style>
background-color css
<style>
a { background-color: #E04A87; }
a { background-color: rgb(224,74,135); }
div.DivClassName
{
background-color: #E04A87;
}
.BgClassName
{
background-color: #E04A87;
}
</style>
border-color css
<style>
span { border-color: #E04A87; }
span { border-color: rgb(224,74,135); }
td.TdClassName
{
border-color: #E04A87;
}
.TagClassName
{
border-color: #E04A87;
}
</style>