Shades of Shocking Pink #E20CC1
Tints of Shocking Pink #E20CC1
RGB
CMYK
RGB Variations
Color information
#E20CC1 (or 0xE20CC1) is known color: Shocking Pink. HEX triplet: E2, 0C and C1. RGB value is (226,12,193). Sum of RGB (Red+Green+Blue) = 226+12+193=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CC1 is #1DF33E. Grayscale: #606060. Windows color (decimal): -1962815 or 12651746. OLE color: 12651746.
HSL color Cylindrical-coordinate representation of color #E20CC1: hue angle of 309.25º 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 #E20CC1 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 193 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.11 |
| HSL | 309.25º | 0.9% | 0.47% | - |
| HSV(B) | 309.25º | 0.95% | 0.89% | - |
| XYZ | 41.12 | 20.28 | 52.2 | - |
| YUV | 96.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 193 | 0 | 0.95 | 0.15 | 0.11 | 309.25 | 0.9 | 0.47 |
| Hex | E2 | C | C1 | 0 | 5F | F | B | 135 | 5A | 2F |
| Octal | 342 | 14 | 301 | 0 | 137 | 17 | 13 | 465 | 132 | 57 |
| Binary | 11100010 | 1100 | 11000001 | 0 | 1011111 | 1111 | 1011 | 100110101 | 1011010 | 101111 |
Color Harmonies of #E20CC1
Complementary color
Monochromatic Colors of #E20CC1
Black with #E20CC1
Text Example
Text Example
White with #E20CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CC1; }
p { color: rgb(226,12,193); }
H1.HeaderClassName
{
color: #E20CC1;
}
.AnyTagClassName
{
color: #E20CC1;
}
</style>
background-color css
<style>
a { background-color: #E20CC1; }
a { background-color: rgb(226,12,193); }
div.DivClassName
{
background-color: #E20CC1;
}
.BgClassName
{
background-color: #E20CC1;
}
</style>
border-color css
<style>
span { border-color: #E20CC1; }
span { border-color: rgb(226,12,193); }
td.TdClassName
{
border-color: #E20CC1;
}
.TagClassName
{
border-color: #E20CC1;
}
</style>