Shades of Shocking Pink #E00ABC
Tints of Shocking Pink #E00ABC
RGB
CMYK
RGB Variations
Color information
#E00ABC (or 0xE00ABC) is known color: Shocking Pink. HEX triplet: E0, 0A and BC. RGB value is (224,10,188). Sum of RGB (Red+Green+Blue) = 224+10+188=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ABC is #1FF543. Grayscale: #5D5D5D. Windows color (decimal): -2094404 or 12323552. OLE color: 12323552.
HSL color Cylindrical-coordinate representation of color #E00ABC: hue angle of 310.09º 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 #E00ABC is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.12 |
| HSL | 310.09º | 0.91% | 0.46% | - |
| HSV(B) | 310.09º | 0.96% | 0.88% | - |
| XYZ | 39.93 | 19.7 | 49.27 | - |
| YUV | 94.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 188 | 0 | 0.96 | 0.16 | 0.12 | 310.09 | 0.91 | 0.46 |
| Hex | E0 | A | BC | 0 | 60 | 10 | C | 136 | 5B | 2E |
| Octal | 340 | 12 | 274 | 0 | 140 | 20 | 14 | 466 | 133 | 56 |
| Binary | 11100000 | 1010 | 10111100 | 0 | 1100000 | 10000 | 1100 | 100110110 | 1011011 | 101110 |
Color Harmonies of #E00ABC
Complementary color
Monochromatic Colors of #E00ABC
Black with #E00ABC
Text Example
Text Example
White with #E00ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00ABC; }
p { color: rgb(224,10,188); }
H1.HeaderClassName
{
color: #E00ABC;
}
.AnyTagClassName
{
color: #E00ABC;
}
</style>
background-color css
<style>
a { background-color: #E00ABC; }
a { background-color: rgb(224,10,188); }
div.DivClassName
{
background-color: #E00ABC;
}
.BgClassName
{
background-color: #E00ABC;
}
</style>
border-color css
<style>
span { border-color: #E00ABC; }
span { border-color: rgb(224,10,188); }
td.TdClassName
{
border-color: #E00ABC;
}
.TagClassName
{
border-color: #E00ABC;
}
</style>