Shades of Shocking Pink #E20ABC
Tints of Shocking Pink #E20ABC
RGB
CMYK
RGB Variations
Color information
#E20ABC (or 0xE20ABC) is known color: Shocking Pink. HEX triplet: E2, 0A and BC. RGB value is (226,10,188). Sum of RGB (Red+Green+Blue) = 226+10+188=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ABC is #1DF543. Grayscale: #5E5E5E. Windows color (decimal): -1963332 or 12323554. OLE color: 12323554.
HSL color Cylindrical-coordinate representation of color #E20ABC: hue angle of 310.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20ABC is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.11 |
| HSL | 310.56º | 0.92% | 0.46% | - |
| HSV(B) | 310.56º | 0.96% | 0.89% | - |
| XYZ | 40.55 | 20.02 | 49.3 | - |
| YUV | 94.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 188 | 0 | 0.96 | 0.17 | 0.11 | 310.56 | 0.92 | 0.46 |
| Hex | E2 | A | BC | 0 | 60 | 11 | B | 137 | 5C | 2E |
| Octal | 342 | 12 | 274 | 0 | 140 | 21 | 13 | 467 | 134 | 56 |
| Binary | 11100010 | 1010 | 10111100 | 0 | 1100000 | 10001 | 1011 | 100110111 | 1011100 | 101110 |
Color Harmonies of #E20ABC
Complementary color
Monochromatic Colors of #E20ABC
Black with #E20ABC
Text Example
Text Example
White with #E20ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20ABC; }
p { color: rgb(226,10,188); }
H1.HeaderClassName
{
color: #E20ABC;
}
.AnyTagClassName
{
color: #E20ABC;
}
</style>
background-color css
<style>
a { background-color: #E20ABC; }
a { background-color: rgb(226,10,188); }
div.DivClassName
{
background-color: #E20ABC;
}
.BgClassName
{
background-color: #E20ABC;
}
</style>
border-color css
<style>
span { border-color: #E20ABC; }
span { border-color: rgb(226,10,188); }
td.TdClassName
{
border-color: #E20ABC;
}
.TagClassName
{
border-color: #E20ABC;
}
</style>