Shades of Shocking Pink #E50ABB
Tints of Shocking Pink #E50ABB
RGB
CMYK
RGB Variations
Color information
#E50ABB (or 0xE50ABB) is known color: Shocking Pink. HEX triplet: E5, 0A and BB. RGB value is (229,10,187). Sum of RGB (Red+Green+Blue) = 229+10+187=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ABB is #1AF544. Grayscale: #5F5F5F. Windows color (decimal): -1766725 or 12258021. OLE color: 12258021.
HSL color Cylindrical-coordinate representation of color #E50ABB: hue angle of 311.51º 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 #E50ABB is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.10 |
| HSL | 311.51º | 0.92% | 0.47% | - |
| HSV(B) | 311.51º | 0.96% | 0.9% | - |
| XYZ | 41.39 | 20.46 | 48.78 | - |
| YUV | 95.66 | 179.55 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 187 | 0 | 0.96 | 0.18 | 0.10 | 311.51 | 0.92 | 0.47 |
| Hex | E5 | A | BB | 0 | 60 | 12 | A | 138 | 5C | 2F |
| Octal | 345 | 12 | 273 | 0 | 140 | 22 | 12 | 470 | 134 | 57 |
| Binary | 11100101 | 1010 | 10111011 | 0 | 1100000 | 10010 | 1010 | 100111000 | 1011100 | 101111 |
Color Harmonies of #E50ABB
Complementary color
Monochromatic Colors of #E50ABB
Black with #E50ABB
Text Example
Text Example
White with #E50ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50ABB; }
p { color: rgb(229,10,187); }
H1.HeaderClassName
{
color: #E50ABB;
}
.AnyTagClassName
{
color: #E50ABB;
}
</style>
background-color css
<style>
a { background-color: #E50ABB; }
a { background-color: rgb(229,10,187); }
div.DivClassName
{
background-color: #E50ABB;
}
.BgClassName
{
background-color: #E50ABB;
}
</style>
border-color css
<style>
span { border-color: #E50ABB; }
span { border-color: rgb(229,10,187); }
td.TdClassName
{
border-color: #E50ABB;
}
.TagClassName
{
border-color: #E50ABB;
}
</style>