Shades of Shocking Pink #E220CC
Tints of Shocking Pink #E220CC
RGB
CMYK
RGB Variations
Color information
#E220CC (or 0xE220CC) is known color: Shocking Pink. HEX triplet: E2, 20 and CC. RGB value is (226,32,204). Sum of RGB (Red+Green+Blue) = 226+32+204=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E220CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220CC is #1DDF33. Grayscale: #6D6D6D. Windows color (decimal): -1957684 or 13377762. OLE color: 13377762.
HSL color Cylindrical-coordinate representation of color #E220CC: hue angle of 306.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220CC is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 204 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.11 |
| HSL | 306.8º | 0.77% | 0.51% | - |
| HSV(B) | 306.8º | 0.86% | 0.89% | - |
| XYZ | 42.78 | 21.56 | 59.03 | - |
| YUV | 109.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 204 | 0 | 0.86 | 0.10 | 0.11 | 306.8 | 0.77 | 0.51 |
| Hex | E2 | 20 | CC | 0 | 56 | A | B | 133 | 4D | 33 |
| Octal | 342 | 40 | 314 | 0 | 126 | 12 | 13 | 463 | 115 | 63 |
| Binary | 11100010 | 100000 | 11001100 | 0 | 1010110 | 1010 | 1011 | 100110011 | 1001101 | 110011 |
Color Harmonies of #E220CC
Complementary color
Monochromatic Colors of #E220CC
Black with #E220CC
Text Example
Text Example
White with #E220CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220CC; }
p { color: rgb(226,32,204); }
H1.HeaderClassName
{
color: #E220CC;
}
.AnyTagClassName
{
color: #E220CC;
}
</style>
background-color css
<style>
a { background-color: #E220CC; }
a { background-color: rgb(226,32,204); }
div.DivClassName
{
background-color: #E220CC;
}
.BgClassName
{
background-color: #E220CC;
}
</style>
border-color css
<style>
span { border-color: #E220CC; }
span { border-color: rgb(226,32,204); }
td.TdClassName
{
border-color: #E220CC;
}
.TagClassName
{
border-color: #E220CC;
}
</style>