Shades of Dark Pink #E04888
Tints of Dark Pink #E04888
RGB
CMYK
RGB Variations
Color information
#E04888 (or 0xE04888) is known color: Dark Pink. HEX triplet: E0, 48 and 88. RGB value is (224,72,136). Sum of RGB (Red+Green+Blue) = 224+72+136=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E04888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04888 is #1FB777. Grayscale: #7C7C7C. Windows color (decimal): -2078584 or 8931552. OLE color: 8931552.
HSL color Cylindrical-coordinate representation of color #E04888: hue angle of 334.74º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04888 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 136 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.12 |
| HSL | 334.74º | 0.71% | 0.58% | - |
| HSV(B) | 334.74º | 0.68% | 0.88% | - |
| XYZ | 37.5 | 22.26 | 25.61 | - |
| YUV | 124.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 136 | 0 | 0.68 | 0.39 | 0.12 | 334.74 | 0.71 | 0.58 |
| Hex | E0 | 48 | 88 | 0 | 44 | 27 | C | 14F | 47 | 3A |
| Octal | 340 | 110 | 210 | 0 | 104 | 47 | 14 | 517 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10001000 | 0 | 1000100 | 100111 | 1100 | 101001111 | 1000111 | 111010 |
Color Harmonies of #E04888
Complementary color
Monochromatic Colors of #E04888
Black with #E04888
Text Example
Text Example
White with #E04888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04888; }
p { color: rgb(224,72,136); }
H1.HeaderClassName
{
color: #E04888;
}
.AnyTagClassName
{
color: #E04888;
}
</style>
background-color css
<style>
a { background-color: #E04888; }
a { background-color: rgb(224,72,136); }
div.DivClassName
{
background-color: #E04888;
}
.BgClassName
{
background-color: #E04888;
}
</style>
border-color css
<style>
span { border-color: #E04888; }
span { border-color: rgb(224,72,136); }
td.TdClassName
{
border-color: #E04888;
}
.TagClassName
{
border-color: #E04888;
}
</style>