Shades of Shocking Pink #E220B9
Tints of Shocking Pink #E220B9
RGB
CMYK
RGB Variations
Color information
#E220B9 (or 0xE220B9) is known color: Shocking Pink. HEX triplet: E2, 20 and B9. RGB value is (226,32,185). Sum of RGB (Red+Green+Blue) = 226+32+185=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E220B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220B9 is #1DDF46. Grayscale: #6B6B6B. Windows color (decimal): -1957703 or 12132578. OLE color: 12132578.
HSL color Cylindrical-coordinate representation of color #E220B9: hue angle of 312.68º 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 #E220B9 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 185 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.11 |
| HSL | 312.68º | 0.77% | 0.51% | - |
| HSV(B) | 312.68º | 0.86% | 0.89% | - |
| XYZ | 40.64 | 20.7 | 47.75 | - |
| YUV | 107.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 185 | 0 | 0.86 | 0.18 | 0.11 | 312.68 | 0.77 | 0.51 |
| Hex | E2 | 20 | B9 | 0 | 56 | 12 | B | 139 | 4D | 33 |
| Octal | 342 | 40 | 271 | 0 | 126 | 22 | 13 | 471 | 115 | 63 |
| Binary | 11100010 | 100000 | 10111001 | 0 | 1010110 | 10010 | 1011 | 100111001 | 1001101 | 110011 |
Color Harmonies of #E220B9
Complementary color
Monochromatic Colors of #E220B9
Black with #E220B9
Text Example
Text Example
White with #E220B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220B9; }
p { color: rgb(226,32,185); }
H1.HeaderClassName
{
color: #E220B9;
}
.AnyTagClassName
{
color: #E220B9;
}
</style>
background-color css
<style>
a { background-color: #E220B9; }
a { background-color: rgb(226,32,185); }
div.DivClassName
{
background-color: #E220B9;
}
.BgClassName
{
background-color: #E220B9;
}
</style>
border-color css
<style>
span { border-color: #E220B9; }
span { border-color: rgb(226,32,185); }
td.TdClassName
{
border-color: #E220B9;
}
.TagClassName
{
border-color: #E220B9;
}
</style>