Shades of Deep Pink #E50F83
Tints of Deep Pink #E50F83
RGB
CMYK
RGB Variations
Color information
#E50F83 (or 0xE50F83) is known color: Deep Pink. HEX triplet: E5, 0F and 83. RGB value is (229,15,131). Sum of RGB (Red+Green+Blue) = 229+15+131=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F83 is #1AF07C. Grayscale: #5B5B5B. Windows color (decimal): -1765501 or 8589285. OLE color: 8589285.
HSL color Cylindrical-coordinate representation of color #E50F83: hue angle of 327.48º 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 #E50F83 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 131 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.10 |
| HSL | 327.48º | 0.88% | 0.48% | - |
| HSV(B) | 327.48º | 0.93% | 0.9% | - |
| XYZ | 36.58 | 18.64 | 23.14 | - |
| YUV | 92.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 131 | 0 | 0.93 | 0.43 | 0.10 | 327.48 | 0.88 | 0.48 |
| Hex | E5 | F | 83 | 0 | 5D | 2B | A | 147 | 58 | 30 |
| Octal | 345 | 17 | 203 | 0 | 135 | 53 | 12 | 507 | 130 | 60 |
| Binary | 11100101 | 1111 | 10000011 | 0 | 1011101 | 101011 | 1010 | 101000111 | 1011000 | 110000 |
Color Harmonies of #E50F83
Complementary color
Monochromatic Colors of #E50F83
Black with #E50F83
Text Example
Text Example
White with #E50F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F83; }
p { color: rgb(229,15,131); }
H1.HeaderClassName
{
color: #E50F83;
}
.AnyTagClassName
{
color: #E50F83;
}
</style>
background-color css
<style>
a { background-color: #E50F83; }
a { background-color: rgb(229,15,131); }
div.DivClassName
{
background-color: #E50F83;
}
.BgClassName
{
background-color: #E50F83;
}
</style>
border-color css
<style>
span { border-color: #E50F83; }
span { border-color: rgb(229,15,131); }
td.TdClassName
{
border-color: #E50F83;
}
.TagClassName
{
border-color: #E50F83;
}
</style>