Shades of Shocking Pink #E51AB9
Tints of Shocking Pink #E51AB9
RGB
CMYK
RGB Variations
Color information
#E51AB9 (or 0xE51AB9) is known color: Shocking Pink. HEX triplet: E5, 1A and B9. RGB value is (229,26,185). Sum of RGB (Red+Green+Blue) = 229+26+185=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AB9 is #1AE546. Grayscale: #686868. Windows color (decimal): -1762631 or 12131045. OLE color: 12131045.
HSL color Cylindrical-coordinate representation of color #E51AB9: hue angle of 313º 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 #E51AB9 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 185 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.10 |
| HSL | 313º | 0.8% | 0.5% | - |
| HSV(B) | 313º | 0.89% | 0.9% | - |
| XYZ | 41.44 | 20.9 | 47.75 | - |
| YUV | 104.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 185 | 0 | 0.89 | 0.19 | 0.10 | 313 | 0.8 | 0.5 |
| Hex | E5 | 1A | B9 | 0 | 59 | 13 | A | 139 | 50 | 32 |
| Octal | 345 | 32 | 271 | 0 | 131 | 23 | 12 | 471 | 120 | 62 |
| Binary | 11100101 | 11010 | 10111001 | 0 | 1011001 | 10011 | 1010 | 100111001 | 1010000 | 110010 |
Color Harmonies of #E51AB9
Complementary color
Monochromatic Colors of #E51AB9
Black with #E51AB9
Text Example
Text Example
White with #E51AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AB9; }
p { color: rgb(229,26,185); }
H1.HeaderClassName
{
color: #E51AB9;
}
.AnyTagClassName
{
color: #E51AB9;
}
</style>
background-color css
<style>
a { background-color: #E51AB9; }
a { background-color: rgb(229,26,185); }
div.DivClassName
{
background-color: #E51AB9;
}
.BgClassName
{
background-color: #E51AB9;
}
</style>
border-color css
<style>
span { border-color: #E51AB9; }
span { border-color: rgb(229,26,185); }
td.TdClassName
{
border-color: #E51AB9;
}
.TagClassName
{
border-color: #E51AB9;
}
</style>