Shades of Shocking Pink #E221C0
Tints of Shocking Pink #E221C0
RGB
CMYK
RGB Variations
Color information
#E221C0 (or 0xE221C0) is known color: Shocking Pink. HEX triplet: E2, 21 and C0. RGB value is (226,33,192). Sum of RGB (Red+Green+Blue) = 226+33+192=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E221C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221C0 is #1DDE3F. Grayscale: #6C6C6C. Windows color (decimal): -1957440 or 12591586. OLE color: 12591586.
HSL color Cylindrical-coordinate representation of color #E221C0: hue angle of 310.57º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221C0 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 192 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.11 |
| HSL | 310.57º | 0.77% | 0.51% | - |
| HSV(B) | 310.57º | 0.85% | 0.89% | - |
| XYZ | 41.42 | 21.06 | 51.75 | - |
| YUV | 108.83 | 174.94 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 192 | 0 | 0.85 | 0.15 | 0.11 | 310.57 | 0.77 | 0.51 |
| Hex | E2 | 21 | C0 | 0 | 55 | F | B | 137 | 4D | 33 |
| Octal | 342 | 41 | 300 | 0 | 125 | 17 | 13 | 467 | 115 | 63 |
| Binary | 11100010 | 100001 | 11000000 | 0 | 1010101 | 1111 | 1011 | 100110111 | 1001101 | 110011 |
Color Harmonies of #E221C0
Complementary color
Monochromatic Colors of #E221C0
Black with #E221C0
Text Example
Text Example
White with #E221C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221C0; }
p { color: rgb(226,33,192); }
H1.HeaderClassName
{
color: #E221C0;
}
.AnyTagClassName
{
color: #E221C0;
}
</style>
background-color css
<style>
a { background-color: #E221C0; }
a { background-color: rgb(226,33,192); }
div.DivClassName
{
background-color: #E221C0;
}
.BgClassName
{
background-color: #E221C0;
}
</style>
border-color css
<style>
span { border-color: #E221C0; }
span { border-color: rgb(226,33,192); }
td.TdClassName
{
border-color: #E221C0;
}
.TagClassName
{
border-color: #E221C0;
}
</style>