Shades of Deep Pink #E50F8E
Tints of Deep Pink #E50F8E
RGB
CMYK
RGB Variations
Color information
#E50F8E (or 0xE50F8E) is known color: Deep Pink. HEX triplet: E5, 0F and 8E. RGB value is (229,15,142). Sum of RGB (Red+Green+Blue) = 229+15+142=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F8E is #1AF071. Grayscale: #5D5D5D. Windows color (decimal): -1765490 or 9310181. OLE color: 9310181.
HSL color Cylindrical-coordinate representation of color #E50F8E: hue angle of 324.39º 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 #E50F8E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 142 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.10 |
| HSL | 324.39º | 0.88% | 0.48% | - |
| HSV(B) | 324.39º | 0.93% | 0.9% | - |
| XYZ | 37.37 | 18.95 | 27.28 | - |
| YUV | 93.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 142 | 0 | 0.93 | 0.38 | 0.10 | 324.39 | 0.88 | 0.48 |
| Hex | E5 | F | 8E | 0 | 5D | 26 | A | 144 | 58 | 30 |
| Octal | 345 | 17 | 216 | 0 | 135 | 46 | 12 | 504 | 130 | 60 |
| Binary | 11100101 | 1111 | 10001110 | 0 | 1011101 | 100110 | 1010 | 101000100 | 1011000 | 110000 |
Color Harmonies of #E50F8E
Complementary color
Monochromatic Colors of #E50F8E
Black with #E50F8E
Text Example
Text Example
White with #E50F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F8E; }
p { color: rgb(229,15,142); }
H1.HeaderClassName
{
color: #E50F8E;
}
.AnyTagClassName
{
color: #E50F8E;
}
</style>
background-color css
<style>
a { background-color: #E50F8E; }
a { background-color: rgb(229,15,142); }
div.DivClassName
{
background-color: #E50F8E;
}
.BgClassName
{
background-color: #E50F8E;
}
</style>
border-color css
<style>
span { border-color: #E50F8E; }
span { border-color: rgb(229,15,142); }
td.TdClassName
{
border-color: #E50F8E;
}
.TagClassName
{
border-color: #E50F8E;
}
</style>