Shades of Shocking Pink #E51ABD
Tints of Shocking Pink #E51ABD
RGB
CMYK
RGB Variations
Color information
#E51ABD (or 0xE51ABD) is known color: Shocking Pink. HEX triplet: E5, 1A and BD. RGB value is (229,26,189). Sum of RGB (Red+Green+Blue) = 229+26+189=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ABD is #1AE542. Grayscale: #686868. Windows color (decimal): -1762627 or 12393189. OLE color: 12393189.
HSL color Cylindrical-coordinate representation of color #E51ABD: hue angle of 311.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51ABD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 189 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.10 |
| HSL | 311.82º | 0.8% | 0.5% | - |
| HSV(B) | 311.82º | 0.89% | 0.9% | - |
| XYZ | 41.87 | 21.07 | 50 | - |
| YUV | 105.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 189 | 0 | 0.89 | 0.17 | 0.10 | 311.82 | 0.8 | 0.5 |
| Hex | E5 | 1A | BD | 0 | 59 | 11 | A | 138 | 50 | 32 |
| Octal | 345 | 32 | 275 | 0 | 131 | 21 | 12 | 470 | 120 | 62 |
| Binary | 11100101 | 11010 | 10111101 | 0 | 1011001 | 10001 | 1010 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E51ABD
Complementary color
Monochromatic Colors of #E51ABD
Black with #E51ABD
Text Example
Text Example
White with #E51ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ABD; }
p { color: rgb(229,26,189); }
H1.HeaderClassName
{
color: #E51ABD;
}
.AnyTagClassName
{
color: #E51ABD;
}
</style>
background-color css
<style>
a { background-color: #E51ABD; }
a { background-color: rgb(229,26,189); }
div.DivClassName
{
background-color: #E51ABD;
}
.BgClassName
{
background-color: #E51ABD;
}
</style>
border-color css
<style>
span { border-color: #E51ABD; }
span { border-color: rgb(229,26,189); }
td.TdClassName
{
border-color: #E51ABD;
}
.TagClassName
{
border-color: #E51ABD;
}
</style>