Shades of Shocking Pink #E122C5
Tints of Shocking Pink #E122C5
RGB
CMYK
RGB Variations
Color information
#E122C5 (or 0xE122C5) is known color: Shocking Pink. HEX triplet: E1, 22 and C5. RGB value is (225,34,197). Sum of RGB (Red+Green+Blue) = 225+34+197=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E122C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122C5 is #1EDD3A. Grayscale: #6D6D6D. Windows color (decimal): -2022715 or 12919521. OLE color: 12919521.
HSL color Cylindrical-coordinate representation of color #E122C5: hue angle of 308.8º 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 #E122C5 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 197 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.12 |
| HSL | 308.8º | 0.76% | 0.51% | - |
| HSV(B) | 308.8º | 0.85% | 0.88% | - |
| XYZ | 41.7 | 21.18 | 54.71 | - |
| YUV | 109.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 197 | 0 | 0.85 | 0.12 | 0.12 | 308.8 | 0.76 | 0.51 |
| Hex | E1 | 22 | C5 | 0 | 55 | C | C | 135 | 4C | 33 |
| Octal | 341 | 42 | 305 | 0 | 125 | 14 | 14 | 465 | 114 | 63 |
| Binary | 11100001 | 100010 | 11000101 | 0 | 1010101 | 1100 | 1100 | 100110101 | 1001100 | 110011 |
Color Harmonies of #E122C5
Complementary color
Monochromatic Colors of #E122C5
Black with #E122C5
Text Example
Text Example
White with #E122C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122C5; }
p { color: rgb(225,34,197); }
H1.HeaderClassName
{
color: #E122C5;
}
.AnyTagClassName
{
color: #E122C5;
}
</style>
background-color css
<style>
a { background-color: #E122C5; }
a { background-color: rgb(225,34,197); }
div.DivClassName
{
background-color: #E122C5;
}
.BgClassName
{
background-color: #E122C5;
}
</style>
border-color css
<style>
span { border-color: #E122C5; }
span { border-color: rgb(225,34,197); }
td.TdClassName
{
border-color: #E122C5;
}
.TagClassName
{
border-color: #E122C5;
}
</style>