Shades of Shocking Pink #E122BC
Tints of Shocking Pink #E122BC
RGB
CMYK
RGB Variations
Color information
#E122BC (or 0xE122BC) is known color: Shocking Pink. HEX triplet: E1, 22 and BC. RGB value is (225,34,188). Sum of RGB (Red+Green+Blue) = 225+34+188=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E122BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122BC is #1EDD43. Grayscale: #6C6C6C. Windows color (decimal): -2022724 or 12329697. OLE color: 12329697.
HSL color Cylindrical-coordinate representation of color #E122BC: hue angle of 311.62º 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 #E122BC is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 188 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.12 |
| HSL | 311.62º | 0.76% | 0.51% | - |
| HSV(B) | 311.62º | 0.85% | 0.88% | - |
| XYZ | 40.7 | 20.78 | 49.44 | - |
| YUV | 108.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 188 | 0 | 0.85 | 0.16 | 0.12 | 311.62 | 0.76 | 0.51 |
| Hex | E1 | 22 | BC | 0 | 55 | 10 | C | 138 | 4C | 33 |
| Octal | 341 | 42 | 274 | 0 | 125 | 20 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100010 | 10111100 | 0 | 1010101 | 10000 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E122BC
Complementary color
Monochromatic Colors of #E122BC
Black with #E122BC
Text Example
Text Example
White with #E122BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122BC; }
p { color: rgb(225,34,188); }
H1.HeaderClassName
{
color: #E122BC;
}
.AnyTagClassName
{
color: #E122BC;
}
</style>
background-color css
<style>
a { background-color: #E122BC; }
a { background-color: rgb(225,34,188); }
div.DivClassName
{
background-color: #E122BC;
}
.BgClassName
{
background-color: #E122BC;
}
</style>
border-color css
<style>
span { border-color: #E122BC; }
span { border-color: rgb(225,34,188); }
td.TdClassName
{
border-color: #E122BC;
}
.TagClassName
{
border-color: #E122BC;
}
</style>