Shades of Shocking Pink #E20AC2
Tints of Shocking Pink #E20AC2
RGB
CMYK
RGB Variations
Color information
#E20AC2 (or 0xE20AC2) is known color: Shocking Pink. HEX triplet: E2, 0A and C2. RGB value is (226,10,194). Sum of RGB (Red+Green+Blue) = 226+10+194=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E20AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20AC2 is #1DF53D. Grayscale: #5F5F5F. Windows color (decimal): -1963326 or 12716770. OLE color: 12716770.
HSL color Cylindrical-coordinate representation of color #E20AC2: hue angle of 308.89º 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 #E20AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.11 |
| HSL | 308.89º | 0.92% | 0.46% | - |
| HSV(B) | 308.89º | 0.96% | 0.89% | - |
| XYZ | 41.21 | 20.28 | 52.78 | - |
| YUV | 95.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 194 | 0 | 0.96 | 0.14 | 0.11 | 308.89 | 0.92 | 0.46 |
| Hex | E2 | A | C2 | 0 | 60 | E | B | 135 | 5C | 2E |
| Octal | 342 | 12 | 302 | 0 | 140 | 16 | 13 | 465 | 134 | 56 |
| Binary | 11100010 | 1010 | 11000010 | 0 | 1100000 | 1110 | 1011 | 100110101 | 1011100 | 101110 |
Color Harmonies of #E20AC2
Complementary color
Monochromatic Colors of #E20AC2
Black with #E20AC2
Text Example
Text Example
White with #E20AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20AC2; }
p { color: rgb(226,10,194); }
H1.HeaderClassName
{
color: #E20AC2;
}
.AnyTagClassName
{
color: #E20AC2;
}
</style>
background-color css
<style>
a { background-color: #E20AC2; }
a { background-color: rgb(226,10,194); }
div.DivClassName
{
background-color: #E20AC2;
}
.BgClassName
{
background-color: #E20AC2;
}
</style>
border-color css
<style>
span { border-color: #E20AC2; }
span { border-color: rgb(226,10,194); }
td.TdClassName
{
border-color: #E20AC2;
}
.TagClassName
{
border-color: #E20AC2;
}
</style>