Shades of Shocking Pink #E10AB9
Tints of Shocking Pink #E10AB9
RGB
CMYK
RGB Variations
Color information
#E10AB9 (or 0xE10AB9) is known color: Shocking Pink. HEX triplet: E1, 0A and B9. RGB value is (225,10,185). Sum of RGB (Red+Green+Blue) = 225+10+185=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AB9 is #1EF546. Grayscale: #5D5D5D. Windows color (decimal): -2028871 or 12126945. OLE color: 12126945.
HSL color Cylindrical-coordinate representation of color #E10AB9: hue angle of 311.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 185 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.12 |
| HSL | 311.16º | 0.91% | 0.46% | - |
| HSV(B) | 311.16º | 0.96% | 0.88% | - |
| XYZ | 39.92 | 19.73 | 47.6 | - |
| YUV | 94.24 | 179.23 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 185 | 0 | 0.96 | 0.18 | 0.12 | 311.16 | 0.91 | 0.46 |
| Hex | E1 | A | B9 | 0 | 60 | 12 | C | 137 | 5B | 2E |
| Octal | 341 | 12 | 271 | 0 | 140 | 22 | 14 | 467 | 133 | 56 |
| Binary | 11100001 | 1010 | 10111001 | 0 | 1100000 | 10010 | 1100 | 100110111 | 1011011 | 101110 |
Color Harmonies of #E10AB9
Complementary color
Monochromatic Colors of #E10AB9
Black with #E10AB9
Text Example
Text Example
White with #E10AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AB9; }
p { color: rgb(225,10,185); }
H1.HeaderClassName
{
color: #E10AB9;
}
.AnyTagClassName
{
color: #E10AB9;
}
</style>
background-color css
<style>
a { background-color: #E10AB9; }
a { background-color: rgb(225,10,185); }
div.DivClassName
{
background-color: #E10AB9;
}
.BgClassName
{
background-color: #E10AB9;
}
</style>
border-color css
<style>
span { border-color: #E10AB9; }
span { border-color: rgb(225,10,185); }
td.TdClassName
{
border-color: #E10AB9;
}
.TagClassName
{
border-color: #E10AB9;
}
</style>