Shades of Shocking Pink #E013C2
Tints of Shocking Pink #E013C2
RGB
CMYK
RGB Variations
Color information
#E013C2 (or 0xE013C2) is known color: Shocking Pink. HEX triplet: E0, 13 and C2. RGB value is (224,19,194). Sum of RGB (Red+Green+Blue) = 224+19+194=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E013C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013C2 is #1FEC3D. Grayscale: #636363. Windows color (decimal): -2092094 or 12719072. OLE color: 12719072.
HSL color Cylindrical-coordinate representation of color #E013C2: hue angle of 308.78º 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 #E013C2 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 194 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.12 |
| HSL | 308.78º | 0.84% | 0.48% | - |
| HSV(B) | 308.78º | 0.92% | 0.88% | - |
| XYZ | 40.71 | 20.21 | 52.79 | - |
| YUV | 100.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 194 | 0 | 0.92 | 0.13 | 0.12 | 308.78 | 0.84 | 0.48 |
| Hex | E0 | 13 | C2 | 0 | 5C | D | C | 135 | 54 | 30 |
| Octal | 340 | 23 | 302 | 0 | 134 | 15 | 14 | 465 | 124 | 60 |
| Binary | 11100000 | 10011 | 11000010 | 0 | 1011100 | 1101 | 1100 | 100110101 | 1010100 | 110000 |
Color Harmonies of #E013C2
Complementary color
Monochromatic Colors of #E013C2
Black with #E013C2
Text Example
Text Example
White with #E013C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013C2; }
p { color: rgb(224,19,194); }
H1.HeaderClassName
{
color: #E013C2;
}
.AnyTagClassName
{
color: #E013C2;
}
</style>
background-color css
<style>
a { background-color: #E013C2; }
a { background-color: rgb(224,19,194); }
div.DivClassName
{
background-color: #E013C2;
}
.BgClassName
{
background-color: #E013C2;
}
</style>
border-color css
<style>
span { border-color: #E013C2; }
span { border-color: rgb(224,19,194); }
td.TdClassName
{
border-color: #E013C2;
}
.TagClassName
{
border-color: #E013C2;
}
</style>