Shades of Shocking Pink #E20EC2
Tints of Shocking Pink #E20EC2
RGB
CMYK
RGB Variations
Color information
#E20EC2 (or 0xE20EC2) is known color: Shocking Pink. HEX triplet: E2, 0E and C2. RGB value is (226,14,194). Sum of RGB (Red+Green+Blue) = 226+14+194=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20EC2 is #1DF13D. Grayscale: #616161. Windows color (decimal): -1962302 or 12717794. OLE color: 12717794.
HSL color Cylindrical-coordinate representation of color #E20EC2: hue angle of 309.06º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EC2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 194 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.11 |
| HSL | 309.06º | 0.88% | 0.47% | - |
| HSV(B) | 309.06º | 0.94% | 0.89% | - |
| XYZ | 41.26 | 20.38 | 52.8 | - |
| YUV | 97.91 | 182.24 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 194 | 0 | 0.94 | 0.14 | 0.11 | 309.06 | 0.88 | 0.47 |
| Hex | E2 | E | C2 | 0 | 5E | E | B | 135 | 58 | 2F |
| Octal | 342 | 16 | 302 | 0 | 136 | 16 | 13 | 465 | 130 | 57 |
| Binary | 11100010 | 1110 | 11000010 | 0 | 1011110 | 1110 | 1011 | 100110101 | 1011000 | 101111 |
Color Harmonies of #E20EC2
Complementary color
Monochromatic Colors of #E20EC2
Black with #E20EC2
Text Example
Text Example
White with #E20EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EC2; }
p { color: rgb(226,14,194); }
H1.HeaderClassName
{
color: #E20EC2;
}
.AnyTagClassName
{
color: #E20EC2;
}
</style>
background-color css
<style>
a { background-color: #E20EC2; }
a { background-color: rgb(226,14,194); }
div.DivClassName
{
background-color: #E20EC2;
}
.BgClassName
{
background-color: #E20EC2;
}
</style>
border-color css
<style>
span { border-color: #E20EC2; }
span { border-color: rgb(226,14,194); }
td.TdClassName
{
border-color: #E20EC2;
}
.TagClassName
{
border-color: #E20EC2;
}
</style>