Shades of Deep Pink #E50A84
Tints of Deep Pink #E50A84
RGB
CMYK
RGB Variations
Color information
#E50A84 (or 0xE50A84) is known color: Deep Pink. HEX triplet: E5, 0A and 84. RGB value is (229,10,132). Sum of RGB (Red+Green+Blue) = 229+10+132=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50A84 is #1AF57B. Grayscale: #595959. Windows color (decimal): -1766780 or 8653541. OLE color: 8653541.
HSL color Cylindrical-coordinate representation of color #E50A84: hue angle of 326.58º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A84 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 132 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.10 |
| HSL | 326.58º | 0.92% | 0.47% | - |
| HSV(B) | 326.58º | 0.96% | 0.9% | - |
| XYZ | 36.59 | 18.54 | 23.48 | - |
| YUV | 89.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 132 | 0 | 0.96 | 0.42 | 0.10 | 326.58 | 0.92 | 0.47 |
| Hex | E5 | A | 84 | 0 | 60 | 2A | A | 147 | 5C | 2F |
| Octal | 345 | 12 | 204 | 0 | 140 | 52 | 12 | 507 | 134 | 57 |
| Binary | 11100101 | 1010 | 10000100 | 0 | 1100000 | 101010 | 1010 | 101000111 | 1011100 | 101111 |
Color Harmonies of #E50A84
Complementary color
Monochromatic Colors of #E50A84
Black with #E50A84
Text Example
Text Example
White with #E50A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A84; }
p { color: rgb(229,10,132); }
H1.HeaderClassName
{
color: #E50A84;
}
.AnyTagClassName
{
color: #E50A84;
}
</style>
background-color css
<style>
a { background-color: #E50A84; }
a { background-color: rgb(229,10,132); }
div.DivClassName
{
background-color: #E50A84;
}
.BgClassName
{
background-color: #E50A84;
}
</style>
border-color css
<style>
span { border-color: #E50A84; }
span { border-color: rgb(229,10,132); }
td.TdClassName
{
border-color: #E50A84;
}
.TagClassName
{
border-color: #E50A84;
}
</style>