Shades of Shocking Pink #E522C5
Tints of Shocking Pink #E522C5
RGB
CMYK
RGB Variations
Color information
#E522C5 (or 0xE522C5) is known color: Shocking Pink. HEX triplet: E5, 22 and C5. RGB value is (229,34,197). Sum of RGB (Red+Green+Blue) = 229+34+197=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E522C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522C5 is #1ADD3A. Grayscale: #6E6E6E. Windows color (decimal): -1760571 or 12919525. OLE color: 12919525.
HSL color Cylindrical-coordinate representation of color #E522C5: hue angle of 309.85º 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 #E522C5 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 197 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.10 |
| HSL | 309.85º | 0.79% | 0.52% | - |
| HSV(B) | 309.85º | 0.85% | 0.9% | - |
| XYZ | 42.96 | 21.83 | 54.77 | - |
| YUV | 110.89 | 176.6 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 197 | 0 | 0.85 | 0.14 | 0.10 | 309.85 | 0.79 | 0.52 |
| Hex | E5 | 22 | C5 | 0 | 55 | E | A | 136 | 4F | 34 |
| Octal | 345 | 42 | 305 | 0 | 125 | 16 | 12 | 466 | 117 | 64 |
| Binary | 11100101 | 100010 | 11000101 | 0 | 1010101 | 1110 | 1010 | 100110110 | 1001111 | 110100 |
Color Harmonies of #E522C5
Complementary color
Monochromatic Colors of #E522C5
Black with #E522C5
Text Example
Text Example
White with #E522C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522C5; }
p { color: rgb(229,34,197); }
H1.HeaderClassName
{
color: #E522C5;
}
.AnyTagClassName
{
color: #E522C5;
}
</style>
background-color css
<style>
a { background-color: #E522C5; }
a { background-color: rgb(229,34,197); }
div.DivClassName
{
background-color: #E522C5;
}
.BgClassName
{
background-color: #E522C5;
}
</style>
border-color css
<style>
span { border-color: #E522C5; }
span { border-color: rgb(229,34,197); }
td.TdClassName
{
border-color: #E522C5;
}
.TagClassName
{
border-color: #E522C5;
}
</style>