Shades of Shocking Pink #E220CD
Tints of Shocking Pink #E220CD
RGB
CMYK
RGB Variations
Color information
#E220CD (or 0xE220CD) is known color: Shocking Pink. HEX triplet: E2, 20 and CD. RGB value is (226,32,205). Sum of RGB (Red+Green+Blue) = 226+32+205=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E220CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220CD is #1DDF32. Grayscale: #6D6D6D. Windows color (decimal): -1957683 or 13443298. OLE color: 13443298.
HSL color Cylindrical-coordinate representation of color #E220CD: hue angle of 306.49º 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 #E220CD is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 205 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.11 |
| HSL | 306.49º | 0.77% | 0.51% | - |
| HSV(B) | 306.49º | 0.86% | 0.89% | - |
| XYZ | 42.9 | 21.61 | 59.67 | - |
| YUV | 109.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 205 | 0 | 0.86 | 0.09 | 0.11 | 306.49 | 0.77 | 0.51 |
| Hex | E2 | 20 | CD | 0 | 56 | 9 | B | 132 | 4D | 33 |
| Octal | 342 | 40 | 315 | 0 | 126 | 11 | 13 | 462 | 115 | 63 |
| Binary | 11100010 | 100000 | 11001101 | 0 | 1010110 | 1001 | 1011 | 100110010 | 1001101 | 110011 |
Color Harmonies of #E220CD
Complementary color
Monochromatic Colors of #E220CD
Black with #E220CD
Text Example
Text Example
White with #E220CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220CD; }
p { color: rgb(226,32,205); }
H1.HeaderClassName
{
color: #E220CD;
}
.AnyTagClassName
{
color: #E220CD;
}
</style>
background-color css
<style>
a { background-color: #E220CD; }
a { background-color: rgb(226,32,205); }
div.DivClassName
{
background-color: #E220CD;
}
.BgClassName
{
background-color: #E220CD;
}
</style>
border-color css
<style>
span { border-color: #E220CD; }
span { border-color: rgb(226,32,205); }
td.TdClassName
{
border-color: #E220CD;
}
.TagClassName
{
border-color: #E220CD;
}
</style>