Shades of Shocking Pink #E522BB
Tints of Shocking Pink #E522BB
RGB
CMYK
RGB Variations
Color information
#E522BB (or 0xE522BB) is known color: Shocking Pink. HEX triplet: E5, 22 and BB. RGB value is (229,34,187). Sum of RGB (Red+Green+Blue) = 229+34+187=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E522BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522BB is #1ADD44. Grayscale: #6D6D6D. Windows color (decimal): -1760581 or 12264165. OLE color: 12264165.
HSL color Cylindrical-coordinate representation of color #E522BB: hue angle of 312.92º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522BB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 187 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.10 |
| HSL | 312.92º | 0.79% | 0.52% | - |
| HSV(B) | 312.92º | 0.85% | 0.9% | - |
| XYZ | 41.85 | 21.39 | 48.94 | - |
| YUV | 109.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 187 | 0 | 0.85 | 0.18 | 0.10 | 312.92 | 0.79 | 0.52 |
| Hex | E5 | 22 | BB | 0 | 55 | 12 | A | 139 | 4F | 34 |
| Octal | 345 | 42 | 273 | 0 | 125 | 22 | 12 | 471 | 117 | 64 |
| Binary | 11100101 | 100010 | 10111011 | 0 | 1010101 | 10010 | 1010 | 100111001 | 1001111 | 110100 |
Color Harmonies of #E522BB
Complementary color
Monochromatic Colors of #E522BB
Black with #E522BB
Text Example
Text Example
White with #E522BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522BB; }
p { color: rgb(229,34,187); }
H1.HeaderClassName
{
color: #E522BB;
}
.AnyTagClassName
{
color: #E522BB;
}
</style>
background-color css
<style>
a { background-color: #E522BB; }
a { background-color: rgb(229,34,187); }
div.DivClassName
{
background-color: #E522BB;
}
.BgClassName
{
background-color: #E522BB;
}
</style>
border-color css
<style>
span { border-color: #E522BB; }
span { border-color: rgb(229,34,187); }
td.TdClassName
{
border-color: #E522BB;
}
.TagClassName
{
border-color: #E522BB;
}
</style>