Shades of Deep Pink #E50888
Tints of Deep Pink #E50888
RGB
CMYK
RGB Variations
Color information
#E50888 (or 0xE50888) is known color: Deep Pink. HEX triplet: E5, 08 and 88. RGB value is (229,8,136). Sum of RGB (Red+Green+Blue) = 229+8+136=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E50888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50888 is #1AF777. Grayscale: #585858. Windows color (decimal): -1767288 or 8915173. OLE color: 8915173.
HSL color Cylindrical-coordinate representation of color #E50888: hue angle of 325.25º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50888 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 136 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.10 |
| HSL | 325.25º | 0.93% | 0.46% | - |
| HSV(B) | 325.25º | 0.97% | 0.9% | - |
| XYZ | 36.84 | 18.61 | 24.94 | - |
| YUV | 88.67 | 154.72 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 136 | 0 | 0.97 | 0.41 | 0.10 | 325.25 | 0.93 | 0.46 |
| Hex | E5 | 8 | 88 | 0 | 61 | 29 | A | 145 | 5D | 2E |
| Octal | 345 | 10 | 210 | 0 | 141 | 51 | 12 | 505 | 135 | 56 |
| Binary | 11100101 | 1000 | 10001000 | 0 | 1100001 | 101001 | 1010 | 101000101 | 1011101 | 101110 |
Color Harmonies of #E50888
Complementary color
Monochromatic Colors of #E50888
Black with #E50888
Text Example
Text Example
White with #E50888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50888; }
p { color: rgb(229,8,136); }
H1.HeaderClassName
{
color: #E50888;
}
.AnyTagClassName
{
color: #E50888;
}
</style>
background-color css
<style>
a { background-color: #E50888; }
a { background-color: rgb(229,8,136); }
div.DivClassName
{
background-color: #E50888;
}
.BgClassName
{
background-color: #E50888;
}
</style>
border-color css
<style>
span { border-color: #E50888; }
span { border-color: rgb(229,8,136); }
td.TdClassName
{
border-color: #E50888;
}
.TagClassName
{
border-color: #E50888;
}
</style>