Shades of Deep Pink #E50A8A
Tints of Deep Pink #E50A8A
RGB
CMYK
RGB Variations
Color information
#E50A8A (or 0xE50A8A) is known color: Deep Pink. HEX triplet: E5, 0A and 8A. RGB value is (229,10,138). Sum of RGB (Red+Green+Blue) = 229+10+138=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50A8A is #1AF575. Grayscale: #595959. Windows color (decimal): -1766774 or 9046757. OLE color: 9046757.
HSL color Cylindrical-coordinate representation of color #E50A8A: hue angle of 324.93º 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 #E50A8A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.10 |
| HSL | 324.93º | 0.92% | 0.47% | - |
| HSV(B) | 324.93º | 0.96% | 0.9% | - |
| XYZ | 37.01 | 18.71 | 25.71 | - |
| YUV | 90.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 138 | 0 | 0.96 | 0.40 | 0.10 | 324.93 | 0.92 | 0.47 |
| Hex | E5 | A | 8A | 0 | 60 | 28 | A | 145 | 5C | 2F |
| Octal | 345 | 12 | 212 | 0 | 140 | 50 | 12 | 505 | 134 | 57 |
| Binary | 11100101 | 1010 | 10001010 | 0 | 1100000 | 101000 | 1010 | 101000101 | 1011100 | 101111 |
Color Harmonies of #E50A8A
Complementary color
Monochromatic Colors of #E50A8A
Black with #E50A8A
Text Example
Text Example
White with #E50A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A8A; }
p { color: rgb(229,10,138); }
H1.HeaderClassName
{
color: #E50A8A;
}
.AnyTagClassName
{
color: #E50A8A;
}
</style>
background-color css
<style>
a { background-color: #E50A8A; }
a { background-color: rgb(229,10,138); }
div.DivClassName
{
background-color: #E50A8A;
}
.BgClassName
{
background-color: #E50A8A;
}
</style>
border-color css
<style>
span { border-color: #E50A8A; }
span { border-color: rgb(229,10,138); }
td.TdClassName
{
border-color: #E50A8A;
}
.TagClassName
{
border-color: #E50A8A;
}
</style>