Shades of Shocking Pink #E222BB
Tints of Shocking Pink #E222BB
RGB
CMYK
RGB Variations
Color information
#E222BB (or 0xE222BB) is known color: Shocking Pink. HEX triplet: E2, 22 and BB. RGB value is (226,34,187). Sum of RGB (Red+Green+Blue) = 226+34+187=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E222BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E222BB is #1DDD44. Grayscale: #6C6C6C. Windows color (decimal): -1957189 or 12264162. OLE color: 12264162.
HSL color Cylindrical-coordinate representation of color #E222BB: hue angle of 312.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E222BB is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 187 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.11 |
| HSL | 312.19º | 0.77% | 0.51% | - |
| HSV(B) | 312.19º | 0.85% | 0.89% | - |
| XYZ | 40.91 | 20.9 | 48.89 | - |
| YUV | 108.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 187 | 0 | 0.85 | 0.17 | 0.11 | 312.19 | 0.77 | 0.51 |
| Hex | E2 | 22 | BB | 0 | 55 | 11 | B | 138 | 4D | 33 |
| Octal | 342 | 42 | 273 | 0 | 125 | 21 | 13 | 470 | 115 | 63 |
| Binary | 11100010 | 100010 | 10111011 | 0 | 1010101 | 10001 | 1011 | 100111000 | 1001101 | 110011 |
Color Harmonies of #E222BB
Complementary color
Monochromatic Colors of #E222BB
Black with #E222BB
Text Example
Text Example
White with #E222BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E222BB; }
p { color: rgb(226,34,187); }
H1.HeaderClassName
{
color: #E222BB;
}
.AnyTagClassName
{
color: #E222BB;
}
</style>
background-color css
<style>
a { background-color: #E222BB; }
a { background-color: rgb(226,34,187); }
div.DivClassName
{
background-color: #E222BB;
}
.BgClassName
{
background-color: #E222BB;
}
</style>
border-color css
<style>
span { border-color: #E222BB; }
span { border-color: rgb(226,34,187); }
td.TdClassName
{
border-color: #E222BB;
}
.TagClassName
{
border-color: #E222BB;
}
</style>