Shades of Shocking Pink #E220BB
Tints of Shocking Pink #E220BB
RGB
CMYK
RGB Variations
Color information
#E220BB (or 0xE220BB) is known color: Shocking Pink. HEX triplet: E2, 20 and BB. RGB value is (226,32,187). Sum of RGB (Red+Green+Blue) = 226+32+187=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E220BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220BB is #1DDF44. Grayscale: #6B6B6B. Windows color (decimal): -1957701 or 12263650. OLE color: 12263650.
HSL color Cylindrical-coordinate representation of color #E220BB: hue angle of 312.06º 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 #E220BB is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 187 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.11 |
| HSL | 312.06º | 0.77% | 0.51% | - |
| HSV(B) | 312.06º | 0.86% | 0.89% | - |
| XYZ | 40.85 | 20.79 | 48.87 | - |
| YUV | 107.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 187 | 0 | 0.86 | 0.17 | 0.11 | 312.06 | 0.77 | 0.51 |
| Hex | E2 | 20 | BB | 0 | 56 | 11 | B | 138 | 4D | 33 |
| Octal | 342 | 40 | 273 | 0 | 126 | 21 | 13 | 470 | 115 | 63 |
| Binary | 11100010 | 100000 | 10111011 | 0 | 1010110 | 10001 | 1011 | 100111000 | 1001101 | 110011 |
Color Harmonies of #E220BB
Complementary color
Monochromatic Colors of #E220BB
Black with #E220BB
Text Example
Text Example
White with #E220BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220BB; }
p { color: rgb(226,32,187); }
H1.HeaderClassName
{
color: #E220BB;
}
.AnyTagClassName
{
color: #E220BB;
}
</style>
background-color css
<style>
a { background-color: #E220BB; }
a { background-color: rgb(226,32,187); }
div.DivClassName
{
background-color: #E220BB;
}
.BgClassName
{
background-color: #E220BB;
}
</style>
border-color css
<style>
span { border-color: #E220BB; }
span { border-color: rgb(226,32,187); }
td.TdClassName
{
border-color: #E220BB;
}
.TagClassName
{
border-color: #E220BB;
}
</style>