Shades of Shocking Pink #E122BA
Tints of Shocking Pink #E122BA
RGB
CMYK
RGB Variations
Color information
#E122BA (or 0xE122BA) is known color: Shocking Pink. HEX triplet: E1, 22 and BA. RGB value is (225,34,186). Sum of RGB (Red+Green+Blue) = 225+34+186=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E122BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122BA is #1EDD45. Grayscale: #6C6C6C. Windows color (decimal): -2022726 or 12198625. OLE color: 12198625.
HSL color Cylindrical-coordinate representation of color #E122BA: hue angle of 312.25º 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 #E122BA is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 186 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.12 |
| HSL | 312.25º | 0.76% | 0.51% | - |
| HSV(B) | 312.25º | 0.85% | 0.88% | - |
| XYZ | 40.49 | 20.7 | 48.32 | - |
| YUV | 108.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 186 | 0 | 0.85 | 0.17 | 0.12 | 312.25 | 0.76 | 0.51 |
| Hex | E1 | 22 | BA | 0 | 55 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 42 | 272 | 0 | 125 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100010 | 10111010 | 0 | 1010101 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E122BA
Complementary color
Monochromatic Colors of #E122BA
Black with #E122BA
Text Example
Text Example
White with #E122BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122BA; }
p { color: rgb(225,34,186); }
H1.HeaderClassName
{
color: #E122BA;
}
.AnyTagClassName
{
color: #E122BA;
}
</style>
background-color css
<style>
a { background-color: #E122BA; }
a { background-color: rgb(225,34,186); }
div.DivClassName
{
background-color: #E122BA;
}
.BgClassName
{
background-color: #E122BA;
}
</style>
border-color css
<style>
span { border-color: #E122BA; }
span { border-color: rgb(225,34,186); }
td.TdClassName
{
border-color: #E122BA;
}
.TagClassName
{
border-color: #E122BA;
}
</style>