Shades of Shocking Pink #E522BF
Tints of Shocking Pink #E522BF
RGB
CMYK
RGB Variations
Color information
#E522BF (or 0xE522BF) is known color: Shocking Pink. HEX triplet: E5, 22 and BF. RGB value is (229,34,191). Sum of RGB (Red+Green+Blue) = 229+34+191=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E522BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522BF is #1ADD40. Grayscale: #6D6D6D. Windows color (decimal): -1760577 or 12526309. OLE color: 12526309.
HSL color Cylindrical-coordinate representation of color #E522BF: hue angle of 311.69º 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 #E522BF is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 191 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.10 |
| HSL | 311.69º | 0.79% | 0.52% | - |
| HSV(B) | 311.69º | 0.85% | 0.9% | - |
| XYZ | 42.29 | 21.56 | 51.22 | - |
| YUV | 110.2 | 173.6 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 191 | 0 | 0.85 | 0.17 | 0.10 | 311.69 | 0.79 | 0.52 |
| Hex | E5 | 22 | BF | 0 | 55 | 11 | A | 138 | 4F | 34 |
| Octal | 345 | 42 | 277 | 0 | 125 | 21 | 12 | 470 | 117 | 64 |
| Binary | 11100101 | 100010 | 10111111 | 0 | 1010101 | 10001 | 1010 | 100111000 | 1001111 | 110100 |
Color Harmonies of #E522BF
Complementary color
Monochromatic Colors of #E522BF
Black with #E522BF
Text Example
Text Example
White with #E522BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522BF; }
p { color: rgb(229,34,191); }
H1.HeaderClassName
{
color: #E522BF;
}
.AnyTagClassName
{
color: #E522BF;
}
</style>
background-color css
<style>
a { background-color: #E522BF; }
a { background-color: rgb(229,34,191); }
div.DivClassName
{
background-color: #E522BF;
}
.BgClassName
{
background-color: #E522BF;
}
</style>
border-color css
<style>
span { border-color: #E522BF; }
span { border-color: rgb(229,34,191); }
td.TdClassName
{
border-color: #E522BF;
}
.TagClassName
{
border-color: #E522BF;
}
</style>