Shades of Shocking Pink #E10ABC
Tints of Shocking Pink #E10ABC
RGB
CMYK
RGB Variations
Color information
#E10ABC (or 0xE10ABC) is known color: Shocking Pink. HEX triplet: E1, 0A and BC. RGB value is (225,10,188). Sum of RGB (Red+Green+Blue) = 225+10+188=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ABC is #1EF543. Grayscale: #5E5E5E. Windows color (decimal): -2028868 or 12323553. OLE color: 12323553.
HSL color Cylindrical-coordinate representation of color #E10ABC: hue angle of 310.33º 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 #E10ABC is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.12 |
| HSL | 310.33º | 0.91% | 0.46% | - |
| HSV(B) | 310.33º | 0.96% | 0.88% | - |
| XYZ | 40.24 | 19.86 | 49.29 | - |
| YUV | 94.58 | 180.73 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 188 | 0 | 0.96 | 0.16 | 0.12 | 310.33 | 0.91 | 0.46 |
| Hex | E1 | A | BC | 0 | 60 | 10 | C | 136 | 5B | 2E |
| Octal | 341 | 12 | 274 | 0 | 140 | 20 | 14 | 466 | 133 | 56 |
| Binary | 11100001 | 1010 | 10111100 | 0 | 1100000 | 10000 | 1100 | 100110110 | 1011011 | 101110 |
Color Harmonies of #E10ABC
Complementary color
Monochromatic Colors of #E10ABC
Black with #E10ABC
Text Example
Text Example
White with #E10ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ABC; }
p { color: rgb(225,10,188); }
H1.HeaderClassName
{
color: #E10ABC;
}
.AnyTagClassName
{
color: #E10ABC;
}
</style>
background-color css
<style>
a { background-color: #E10ABC; }
a { background-color: rgb(225,10,188); }
div.DivClassName
{
background-color: #E10ABC;
}
.BgClassName
{
background-color: #E10ABC;
}
</style>
border-color css
<style>
span { border-color: #E10ABC; }
span { border-color: rgb(225,10,188); }
td.TdClassName
{
border-color: #E10ABC;
}
.TagClassName
{
border-color: #E10ABC;
}
</style>