Shades of Deep Pink #E50F88
Tints of Deep Pink #E50F88
RGB
CMYK
RGB Variations
Color information
#E50F88 (or 0xE50F88) is known color: Deep Pink. HEX triplet: E5, 0F and 88. RGB value is (229,15,136). Sum of RGB (Red+Green+Blue) = 229+15+136=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F88 is #1AF077. Grayscale: #5C5C5C. Windows color (decimal): -1765496 or 8916965. OLE color: 8916965.
HSL color Cylindrical-coordinate representation of color #E50F88: hue angle of 326.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F88 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 136 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.10 |
| HSL | 326.07º | 0.88% | 0.48% | - |
| HSV(B) | 326.07º | 0.93% | 0.9% | - |
| XYZ | 36.93 | 18.78 | 24.97 | - |
| YUV | 92.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 136 | 0 | 0.93 | 0.41 | 0.10 | 326.07 | 0.88 | 0.48 |
| Hex | E5 | F | 88 | 0 | 5D | 29 | A | 146 | 58 | 30 |
| Octal | 345 | 17 | 210 | 0 | 135 | 51 | 12 | 506 | 130 | 60 |
| Binary | 11100101 | 1111 | 10001000 | 0 | 1011101 | 101001 | 1010 | 101000110 | 1011000 | 110000 |
Color Harmonies of #E50F88
Complementary color
Monochromatic Colors of #E50F88
Black with #E50F88
Text Example
Text Example
White with #E50F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F88; }
p { color: rgb(229,15,136); }
H1.HeaderClassName
{
color: #E50F88;
}
.AnyTagClassName
{
color: #E50F88;
}
</style>
background-color css
<style>
a { background-color: #E50F88; }
a { background-color: rgb(229,15,136); }
div.DivClassName
{
background-color: #E50F88;
}
.BgClassName
{
background-color: #E50F88;
}
</style>
border-color css
<style>
span { border-color: #E50F88; }
span { border-color: rgb(229,15,136); }
td.TdClassName
{
border-color: #E50F88;
}
.TagClassName
{
border-color: #E50F88;
}
</style>