Shades of Dark Pink #E04C87
Tints of Dark Pink #E04C87
RGB
CMYK
RGB Variations
Color information
#E04C87 (or 0xE04C87) is known color: Dark Pink. HEX triplet: E0, 4C and 87. RGB value is (224,76,135). Sum of RGB (Red+Green+Blue) = 224+76+135=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C87 is #1FB378. Grayscale: #7E7E7E. Windows color (decimal): -2077561 or 8867040. OLE color: 8867040.
HSL color Cylindrical-coordinate representation of color #E04C87: hue angle of 336.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C87 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 135 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.12 |
| HSL | 336.08º | 0.7% | 0.59% | - |
| HSV(B) | 336.08º | 0.66% | 0.88% | - |
| XYZ | 37.7 | 22.77 | 25.33 | - |
| YUV | 126.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 135 | 0 | 0.66 | 0.40 | 0.12 | 336.08 | 0.7 | 0.59 |
| Hex | E0 | 4C | 87 | 0 | 42 | 28 | C | 150 | 46 | 3B |
| Octal | 340 | 114 | 207 | 0 | 102 | 50 | 14 | 520 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10000111 | 0 | 1000010 | 101000 | 1100 | 101010000 | 1000110 | 111011 |
Color Harmonies of #E04C87
Complementary color
Monochromatic Colors of #E04C87
Black with #E04C87
Text Example
Text Example
White with #E04C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C87; }
p { color: rgb(224,76,135); }
H1.HeaderClassName
{
color: #E04C87;
}
.AnyTagClassName
{
color: #E04C87;
}
</style>
background-color css
<style>
a { background-color: #E04C87; }
a { background-color: rgb(224,76,135); }
div.DivClassName
{
background-color: #E04C87;
}
.BgClassName
{
background-color: #E04C87;
}
</style>
border-color css
<style>
span { border-color: #E04C87; }
span { border-color: rgb(224,76,135); }
td.TdClassName
{
border-color: #E04C87;
}
.TagClassName
{
border-color: #E04C87;
}
</style>