Shades of Shocking Pink #E522B9
Tints of Shocking Pink #E522B9
RGB
CMYK
RGB Variations
Color information
#E522B9 (or 0xE522B9) is known color: Shocking Pink. HEX triplet: E5, 22 and B9. RGB value is (229,34,185). Sum of RGB (Red+Green+Blue) = 229+34+185=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E522B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522B9 is #1ADD46. Grayscale: #6D6D6D. Windows color (decimal): -1760583 or 12133093. OLE color: 12133093.
HSL color Cylindrical-coordinate representation of color #E522B9: hue angle of 313.54º 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 #E522B9 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 185 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.10 |
| HSL | 313.54º | 0.79% | 0.52% | - |
| HSV(B) | 313.54º | 0.85% | 0.9% | - |
| XYZ | 41.64 | 21.3 | 47.82 | - |
| YUV | 109.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 185 | 0 | 0.85 | 0.19 | 0.10 | 313.54 | 0.79 | 0.52 |
| Hex | E5 | 22 | B9 | 0 | 55 | 13 | A | 13A | 4F | 34 |
| Octal | 345 | 42 | 271 | 0 | 125 | 23 | 12 | 472 | 117 | 64 |
| Binary | 11100101 | 100010 | 10111001 | 0 | 1010101 | 10011 | 1010 | 100111010 | 1001111 | 110100 |
Color Harmonies of #E522B9
Complementary color
Monochromatic Colors of #E522B9
Black with #E522B9
Text Example
Text Example
White with #E522B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522B9; }
p { color: rgb(229,34,185); }
H1.HeaderClassName
{
color: #E522B9;
}
.AnyTagClassName
{
color: #E522B9;
}
</style>
background-color css
<style>
a { background-color: #E522B9; }
a { background-color: rgb(229,34,185); }
div.DivClassName
{
background-color: #E522B9;
}
.BgClassName
{
background-color: #E522B9;
}
</style>
border-color css
<style>
span { border-color: #E522B9; }
span { border-color: rgb(229,34,185); }
td.TdClassName
{
border-color: #E522B9;
}
.TagClassName
{
border-color: #E522B9;
}
</style>