Shades of Shocking Pink #E220CB
Tints of Shocking Pink #E220CB
RGB
CMYK
RGB Variations
Color information
#E220CB (or 0xE220CB) is known color: Shocking Pink. HEX triplet: E2, 20 and CB. RGB value is (226,32,203). Sum of RGB (Red+Green+Blue) = 226+32+203=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E220CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220CB is #1DDF34. Grayscale: #6D6D6D. Windows color (decimal): -1957685 or 13312226. OLE color: 13312226.
HSL color Cylindrical-coordinate representation of color #E220CB: hue angle of 307.11º 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 #E220CB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 203 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.11 |
| HSL | 307.11º | 0.77% | 0.51% | - |
| HSV(B) | 307.11º | 0.86% | 0.89% | - |
| XYZ | 42.66 | 21.51 | 58.4 | - |
| YUV | 109.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 203 | 0 | 0.86 | 0.10 | 0.11 | 307.11 | 0.77 | 0.51 |
| Hex | E2 | 20 | CB | 0 | 56 | A | B | 133 | 4D | 33 |
| Octal | 342 | 40 | 313 | 0 | 126 | 12 | 13 | 463 | 115 | 63 |
| Binary | 11100010 | 100000 | 11001011 | 0 | 1010110 | 1010 | 1011 | 100110011 | 1001101 | 110011 |
Color Harmonies of #E220CB
Complementary color
Monochromatic Colors of #E220CB
Black with #E220CB
Text Example
Text Example
White with #E220CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220CB; }
p { color: rgb(226,32,203); }
H1.HeaderClassName
{
color: #E220CB;
}
.AnyTagClassName
{
color: #E220CB;
}
</style>
background-color css
<style>
a { background-color: #E220CB; }
a { background-color: rgb(226,32,203); }
div.DivClassName
{
background-color: #E220CB;
}
.BgClassName
{
background-color: #E220CB;
}
</style>
border-color css
<style>
span { border-color: #E220CB; }
span { border-color: rgb(226,32,203); }
td.TdClassName
{
border-color: #E220CB;
}
.TagClassName
{
border-color: #E220CB;
}
</style>