Shades of Shocking Pink #E20CC0
Tints of Shocking Pink #E20CC0
RGB
CMYK
RGB Variations
Color information
#E20CC0 (or 0xE20CC0) is known color: Shocking Pink. HEX triplet: E2, 0C and C0. RGB value is (226,12,192). Sum of RGB (Red+Green+Blue) = 226+12+192=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CC0 is #1DF33F. Grayscale: #606060. Windows color (decimal): -1962816 or 12586210. OLE color: 12586210.
HSL color Cylindrical-coordinate representation of color #E20CC0: hue angle of 309.53º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.11 |
| HSL | 309.53º | 0.9% | 0.47% | - |
| HSV(B) | 309.53º | 0.95% | 0.89% | - |
| XYZ | 41.01 | 20.24 | 51.61 | - |
| YUV | 96.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 192 | 0 | 0.95 | 0.15 | 0.11 | 309.53 | 0.9 | 0.47 |
| Hex | E2 | C | C0 | 0 | 5F | F | B | 136 | 5A | 2F |
| Octal | 342 | 14 | 300 | 0 | 137 | 17 | 13 | 466 | 132 | 57 |
| Binary | 11100010 | 1100 | 11000000 | 0 | 1011111 | 1111 | 1011 | 100110110 | 1011010 | 101111 |
Color Harmonies of #E20CC0
Complementary color
Monochromatic Colors of #E20CC0
Black with #E20CC0
Text Example
Text Example
White with #E20CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CC0; }
p { color: rgb(226,12,192); }
H1.HeaderClassName
{
color: #E20CC0;
}
.AnyTagClassName
{
color: #E20CC0;
}
</style>
background-color css
<style>
a { background-color: #E20CC0; }
a { background-color: rgb(226,12,192); }
div.DivClassName
{
background-color: #E20CC0;
}
.BgClassName
{
background-color: #E20CC0;
}
</style>
border-color css
<style>
span { border-color: #E20CC0; }
span { border-color: rgb(226,12,192); }
td.TdClassName
{
border-color: #E20CC0;
}
.TagClassName
{
border-color: #E20CC0;
}
</style>