Shades of Shocking Pink #E112C3
Tints of Shocking Pink #E112C3
RGB
CMYK
RGB Variations
Color information
#E112C3 (or 0xE112C3) is known color: Shocking Pink. HEX triplet: E1, 12 and C3. RGB value is (225,18,195). Sum of RGB (Red+Green+Blue) = 225+18+195=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E112C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112C3 is #1EED3C. Grayscale: #636363. Windows color (decimal): -2026813 or 12784353. OLE color: 12784353.
HSL color Cylindrical-coordinate representation of color #E112C3: hue angle of 308.7º 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 #E112C3 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 195 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.12 |
| HSL | 308.7º | 0.85% | 0.48% | - |
| HSV(B) | 308.7º | 0.92% | 0.88% | - |
| XYZ | 41.12 | 20.38 | 53.4 | - |
| YUV | 100.07 | 181.58 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 195 | 0 | 0.92 | 0.13 | 0.12 | 308.7 | 0.85 | 0.48 |
| Hex | E1 | 12 | C3 | 0 | 5C | D | C | 135 | 55 | 30 |
| Octal | 341 | 22 | 303 | 0 | 134 | 15 | 14 | 465 | 125 | 60 |
| Binary | 11100001 | 10010 | 11000011 | 0 | 1011100 | 1101 | 1100 | 100110101 | 1010101 | 110000 |
Color Harmonies of #E112C3
Complementary color
Monochromatic Colors of #E112C3
Black with #E112C3
Text Example
Text Example
White with #E112C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112C3; }
p { color: rgb(225,18,195); }
H1.HeaderClassName
{
color: #E112C3;
}
.AnyTagClassName
{
color: #E112C3;
}
</style>
background-color css
<style>
a { background-color: #E112C3; }
a { background-color: rgb(225,18,195); }
div.DivClassName
{
background-color: #E112C3;
}
.BgClassName
{
background-color: #E112C3;
}
</style>
border-color css
<style>
span { border-color: #E112C3; }
span { border-color: rgb(225,18,195); }
td.TdClassName
{
border-color: #E112C3;
}
.TagClassName
{
border-color: #E112C3;
}
</style>