Shades of Shocking Pink #E113C2
Tints of Shocking Pink #E113C2
RGB
CMYK
RGB Variations
Color information
#E113C2 (or 0xE113C2) is known color: Shocking Pink. HEX triplet: E1, 13 and C2. RGB value is (225,19,194). Sum of RGB (Red+Green+Blue) = 225+19+194=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E113C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113C2 is #1EEC3D. Grayscale: #646464. Windows color (decimal): -2026558 or 12719073. OLE color: 12719073.
HSL color Cylindrical-coordinate representation of color #E113C2: hue angle of 309.03º degrees, saturation: 0.84, 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 #E113C2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 194 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.12 |
| HSL | 309.03º | 0.84% | 0.48% | - |
| HSV(B) | 309.03º | 0.92% | 0.88% | - |
| XYZ | 41.02 | 20.37 | 52.81 | - |
| YUV | 100.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 194 | 0 | 0.92 | 0.14 | 0.12 | 309.03 | 0.84 | 0.48 |
| Hex | E1 | 13 | C2 | 0 | 5C | E | C | 135 | 54 | 30 |
| Octal | 341 | 23 | 302 | 0 | 134 | 16 | 14 | 465 | 124 | 60 |
| Binary | 11100001 | 10011 | 11000010 | 0 | 1011100 | 1110 | 1100 | 100110101 | 1010100 | 110000 |
Color Harmonies of #E113C2
Complementary color
Monochromatic Colors of #E113C2
Black with #E113C2
Text Example
Text Example
White with #E113C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113C2; }
p { color: rgb(225,19,194); }
H1.HeaderClassName
{
color: #E113C2;
}
.AnyTagClassName
{
color: #E113C2;
}
</style>
background-color css
<style>
a { background-color: #E113C2; }
a { background-color: rgb(225,19,194); }
div.DivClassName
{
background-color: #E113C2;
}
.BgClassName
{
background-color: #E113C2;
}
</style>
border-color css
<style>
span { border-color: #E113C2; }
span { border-color: rgb(225,19,194); }
td.TdClassName
{
border-color: #E113C2;
}
.TagClassName
{
border-color: #E113C2;
}
</style>