Shades of Shocking Pink #E50AB7
Tints of Shocking Pink #E50AB7
RGB
CMYK
RGB Variations
Color information
#E50AB7 (or 0xE50AB7) is known color: Shocking Pink. HEX triplet: E5, 0A and B7. RGB value is (229,10,183). Sum of RGB (Red+Green+Blue) = 229+10+183=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E50AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50AB7 is #1AF548. Grayscale: #5E5E5E. Windows color (decimal): -1766729 or 11995877. OLE color: 11995877.
HSL color Cylindrical-coordinate representation of color #E50AB7: hue angle of 312.6º 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 #E50AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.10 |
| HSL | 312.6º | 0.92% | 0.47% | - |
| HSV(B) | 312.6º | 0.96% | 0.9% | - |
| XYZ | 40.97 | 20.29 | 46.56 | - |
| YUV | 95.2 | 177.55 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 183 | 0 | 0.96 | 0.20 | 0.10 | 312.6 | 0.92 | 0.47 |
| Hex | E5 | A | B7 | 0 | 60 | 14 | A | 139 | 5C | 2F |
| Octal | 345 | 12 | 267 | 0 | 140 | 24 | 12 | 471 | 134 | 57 |
| Binary | 11100101 | 1010 | 10110111 | 0 | 1100000 | 10100 | 1010 | 100111001 | 1011100 | 101111 |
Color Harmonies of #E50AB7
Complementary color
Monochromatic Colors of #E50AB7
Black with #E50AB7
Text Example
Text Example
White with #E50AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AB7; }
p { color: rgb(229,10,183); }
H1.HeaderClassName
{
color: #E50AB7;
}
.AnyTagClassName
{
color: #E50AB7;
}
</style>
background-color css
<style>
a { background-color: #E50AB7; }
a { background-color: rgb(229,10,183); }
div.DivClassName
{
background-color: #E50AB7;
}
.BgClassName
{
background-color: #E50AB7;
}
</style>
border-color css
<style>
span { border-color: #E50AB7; }
span { border-color: rgb(229,10,183); }
td.TdClassName
{
border-color: #E50AB7;
}
.TagClassName
{
border-color: #E50AB7;
}
</style>