Shades of Shocking Pink #E20FC2
Tints of Shocking Pink #E20FC2
RGB
CMYK
RGB Variations
Color information
#E20FC2 (or 0xE20FC2) is known color: Shocking Pink. HEX triplet: E2, 0F and C2. RGB value is (226,15,194). Sum of RGB (Red+Green+Blue) = 226+15+194=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FC2 is #1DF03D. Grayscale: #616161. Windows color (decimal): -1962046 or 12718050. OLE color: 12718050.
HSL color Cylindrical-coordinate representation of color #E20FC2: hue angle of 309.1º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 194 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.11 |
| HSL | 309.1º | 0.88% | 0.47% | - |
| HSV(B) | 309.1º | 0.93% | 0.89% | - |
| XYZ | 41.27 | 20.41 | 52.8 | - |
| YUV | 98.5 | 181.9 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 194 | 0 | 0.93 | 0.14 | 0.11 | 309.1 | 0.88 | 0.47 |
| Hex | E2 | F | C2 | 0 | 5D | E | B | 135 | 58 | 2F |
| Octal | 342 | 17 | 302 | 0 | 135 | 16 | 13 | 465 | 130 | 57 |
| Binary | 11100010 | 1111 | 11000010 | 0 | 1011101 | 1110 | 1011 | 100110101 | 1011000 | 101111 |
Color Harmonies of #E20FC2
Complementary color
Monochromatic Colors of #E20FC2
Black with #E20FC2
Text Example
Text Example
White with #E20FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FC2; }
p { color: rgb(226,15,194); }
H1.HeaderClassName
{
color: #E20FC2;
}
.AnyTagClassName
{
color: #E20FC2;
}
</style>
background-color css
<style>
a { background-color: #E20FC2; }
a { background-color: rgb(226,15,194); }
div.DivClassName
{
background-color: #E20FC2;
}
.BgClassName
{
background-color: #E20FC2;
}
</style>
border-color css
<style>
span { border-color: #E20FC2; }
span { border-color: rgb(226,15,194); }
td.TdClassName
{
border-color: #E20FC2;
}
.TagClassName
{
border-color: #E20FC2;
}
</style>