Shades of Shocking Pink #E51AB8
Tints of Shocking Pink #E51AB8
RGB
CMYK
RGB Variations
Color information
#E51AB8 (or 0xE51AB8) is known color: Shocking Pink. HEX triplet: E5, 1A and B8. RGB value is (229,26,184). Sum of RGB (Red+Green+Blue) = 229+26+184=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AB8 is #1AE547. Grayscale: #686868. Windows color (decimal): -1762632 or 12065509. OLE color: 12065509.
HSL color Cylindrical-coordinate representation of color #E51AB8: hue angle of 313.3º 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 #E51AB8 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 184 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.10 |
| HSL | 313.3º | 0.8% | 0.5% | - |
| HSV(B) | 313.3º | 0.89% | 0.9% | - |
| XYZ | 41.33 | 20.86 | 47.19 | - |
| YUV | 104.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 184 | 0 | 0.89 | 0.20 | 0.10 | 313.3 | 0.8 | 0.5 |
| Hex | E5 | 1A | B8 | 0 | 59 | 14 | A | 139 | 50 | 32 |
| Octal | 345 | 32 | 270 | 0 | 131 | 24 | 12 | 471 | 120 | 62 |
| Binary | 11100101 | 11010 | 10111000 | 0 | 1011001 | 10100 | 1010 | 100111001 | 1010000 | 110010 |
Color Harmonies of #E51AB8
Complementary color
Monochromatic Colors of #E51AB8
Black with #E51AB8
Text Example
Text Example
White with #E51AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AB8; }
p { color: rgb(229,26,184); }
H1.HeaderClassName
{
color: #E51AB8;
}
.AnyTagClassName
{
color: #E51AB8;
}
</style>
background-color css
<style>
a { background-color: #E51AB8; }
a { background-color: rgb(229,26,184); }
div.DivClassName
{
background-color: #E51AB8;
}
.BgClassName
{
background-color: #E51AB8;
}
</style>
border-color css
<style>
span { border-color: #E51AB8; }
span { border-color: rgb(229,26,184); }
td.TdClassName
{
border-color: #E51AB8;
}
.TagClassName
{
border-color: #E51AB8;
}
</style>