Shades of Shocking Pink #E122C0
Tints of Shocking Pink #E122C0
RGB
CMYK
RGB Variations
Color information
#E122C0 (or 0xE122C0) is known color: Shocking Pink. HEX triplet: E1, 22 and C0. RGB value is (225,34,192). Sum of RGB (Red+Green+Blue) = 225+34+192=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E122C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122C0 is #1EDD3F. Grayscale: #6C6C6C. Windows color (decimal): -2022720 or 12591841. OLE color: 12591841.
HSL color Cylindrical-coordinate representation of color #E122C0: hue angle of 310.37º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122C0 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 192 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.12 |
| HSL | 310.37º | 0.76% | 0.51% | - |
| HSV(B) | 310.37º | 0.85% | 0.88% | - |
| XYZ | 41.14 | 20.96 | 51.75 | - |
| YUV | 109.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 192 | 0 | 0.85 | 0.15 | 0.12 | 310.37 | 0.76 | 0.51 |
| Hex | E1 | 22 | C0 | 0 | 55 | F | C | 136 | 4C | 33 |
| Octal | 341 | 42 | 300 | 0 | 125 | 17 | 14 | 466 | 114 | 63 |
| Binary | 11100001 | 100010 | 11000000 | 0 | 1010101 | 1111 | 1100 | 100110110 | 1001100 | 110011 |
Color Harmonies of #E122C0
Complementary color
Monochromatic Colors of #E122C0
Black with #E122C0
Text Example
Text Example
White with #E122C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122C0; }
p { color: rgb(225,34,192); }
H1.HeaderClassName
{
color: #E122C0;
}
.AnyTagClassName
{
color: #E122C0;
}
</style>
background-color css
<style>
a { background-color: #E122C0; }
a { background-color: rgb(225,34,192); }
div.DivClassName
{
background-color: #E122C0;
}
.BgClassName
{
background-color: #E122C0;
}
</style>
border-color css
<style>
span { border-color: #E122C0; }
span { border-color: rgb(225,34,192); }
td.TdClassName
{
border-color: #E122C0;
}
.TagClassName
{
border-color: #E122C0;
}
</style>