Shades of Shocking Pink #E10ABB
Tints of Shocking Pink #E10ABB
RGB
CMYK
RGB Variations
Color information
#E10ABB (or 0xE10ABB) is known color: Shocking Pink. HEX triplet: E1, 0A and BB. RGB value is (225,10,187). Sum of RGB (Red+Green+Blue) = 225+10+187=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ABB is #1EF544. Grayscale: #5D5D5D. Windows color (decimal): -2028869 or 12258017. OLE color: 12258017.
HSL color Cylindrical-coordinate representation of color #E10ABB: hue angle of 310.6º 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 #E10ABB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.12 |
| HSL | 310.6º | 0.91% | 0.46% | - |
| HSV(B) | 310.6º | 0.96% | 0.88% | - |
| XYZ | 40.13 | 19.81 | 48.72 | - |
| YUV | 94.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 187 | 0 | 0.96 | 0.17 | 0.12 | 310.6 | 0.91 | 0.46 |
| Hex | E1 | A | BB | 0 | 60 | 11 | C | 137 | 5B | 2E |
| Octal | 341 | 12 | 273 | 0 | 140 | 21 | 14 | 467 | 133 | 56 |
| Binary | 11100001 | 1010 | 10111011 | 0 | 1100000 | 10001 | 1100 | 100110111 | 1011011 | 101110 |
Color Harmonies of #E10ABB
Complementary color
Monochromatic Colors of #E10ABB
Black with #E10ABB
Text Example
Text Example
White with #E10ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ABB; }
p { color: rgb(225,10,187); }
H1.HeaderClassName
{
color: #E10ABB;
}
.AnyTagClassName
{
color: #E10ABB;
}
</style>
background-color css
<style>
a { background-color: #E10ABB; }
a { background-color: rgb(225,10,187); }
div.DivClassName
{
background-color: #E10ABB;
}
.BgClassName
{
background-color: #E10ABB;
}
</style>
border-color css
<style>
span { border-color: #E10ABB; }
span { border-color: rgb(225,10,187); }
td.TdClassName
{
border-color: #E10ABB;
}
.TagClassName
{
border-color: #E10ABB;
}
</style>