Shades of Shocking Pink #E51ABC
Tints of Shocking Pink #E51ABC
RGB
CMYK
RGB Variations
Color information
#E51ABC (or 0xE51ABC) is known color: Shocking Pink. HEX triplet: E5, 1A and BC. RGB value is (229,26,188). Sum of RGB (Red+Green+Blue) = 229+26+188=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ABC is #1AE543. Grayscale: #686868. Windows color (decimal): -1762628 or 12327653. OLE color: 12327653.
HSL color Cylindrical-coordinate representation of color #E51ABC: hue angle of 312.12º 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 #E51ABC is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.10 |
| HSL | 312.12º | 0.8% | 0.5% | - |
| HSV(B) | 312.12º | 0.89% | 0.9% | - |
| XYZ | 41.76 | 21.03 | 49.43 | - |
| YUV | 105.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 188 | 0 | 0.89 | 0.18 | 0.10 | 312.12 | 0.8 | 0.5 |
| Hex | E5 | 1A | BC | 0 | 59 | 12 | A | 138 | 50 | 32 |
| Octal | 345 | 32 | 274 | 0 | 131 | 22 | 12 | 470 | 120 | 62 |
| Binary | 11100101 | 11010 | 10111100 | 0 | 1011001 | 10010 | 1010 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E51ABC
Complementary color
Monochromatic Colors of #E51ABC
Black with #E51ABC
Text Example
Text Example
White with #E51ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ABC; }
p { color: rgb(229,26,188); }
H1.HeaderClassName
{
color: #E51ABC;
}
.AnyTagClassName
{
color: #E51ABC;
}
</style>
background-color css
<style>
a { background-color: #E51ABC; }
a { background-color: rgb(229,26,188); }
div.DivClassName
{
background-color: #E51ABC;
}
.BgClassName
{
background-color: #E51ABC;
}
</style>
border-color css
<style>
span { border-color: #E51ABC; }
span { border-color: rgb(229,26,188); }
td.TdClassName
{
border-color: #E51ABC;
}
.TagClassName
{
border-color: #E51ABC;
}
</style>