Shades of Shocking Pink #E112C2
Tints of Shocking Pink #E112C2
RGB
CMYK
RGB Variations
Color information
#E112C2 (or 0xE112C2) is known color: Shocking Pink. HEX triplet: E1, 12 and C2. RGB value is (225,18,194). Sum of RGB (Red+Green+Blue) = 225+18+194=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E112C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112C2 is #1EED3D. Grayscale: #636363. Windows color (decimal): -2026814 or 12718817. OLE color: 12718817.
HSL color Cylindrical-coordinate representation of color #E112C2: hue angle of 308.99º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E112C2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 194 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.12 |
| HSL | 308.99º | 0.85% | 0.48% | - |
| HSV(B) | 308.99º | 0.92% | 0.88% | - |
| XYZ | 41.01 | 20.34 | 52.8 | - |
| YUV | 99.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 194 | 0 | 0.92 | 0.14 | 0.12 | 308.99 | 0.85 | 0.48 |
| Hex | E1 | 12 | C2 | 0 | 5C | E | C | 135 | 55 | 30 |
| Octal | 341 | 22 | 302 | 0 | 134 | 16 | 14 | 465 | 125 | 60 |
| Binary | 11100001 | 10010 | 11000010 | 0 | 1011100 | 1110 | 1100 | 100110101 | 1010101 | 110000 |
Color Harmonies of #E112C2
Complementary color
Monochromatic Colors of #E112C2
Black with #E112C2
Text Example
Text Example
White with #E112C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112C2; }
p { color: rgb(225,18,194); }
H1.HeaderClassName
{
color: #E112C2;
}
.AnyTagClassName
{
color: #E112C2;
}
</style>
background-color css
<style>
a { background-color: #E112C2; }
a { background-color: rgb(225,18,194); }
div.DivClassName
{
background-color: #E112C2;
}
.BgClassName
{
background-color: #E112C2;
}
</style>
border-color css
<style>
span { border-color: #E112C2; }
span { border-color: rgb(225,18,194); }
td.TdClassName
{
border-color: #E112C2;
}
.TagClassName
{
border-color: #E112C2;
}
</style>