Shades of Shocking Pink #E014C2
Tints of Shocking Pink #E014C2
RGB
CMYK
RGB Variations
Color information
#E014C2 (or 0xE014C2) is known color: Shocking Pink. HEX triplet: E0, 14 and C2. RGB value is (224,20,194). Sum of RGB (Red+Green+Blue) = 224+20+194=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E014C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014C2 is #1FEB3D. Grayscale: #646464. Windows color (decimal): -2091838 or 12719328. OLE color: 12719328.
HSL color Cylindrical-coordinate representation of color #E014C2: hue angle of 308.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014C2 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 194 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.12 |
| HSL | 308.82º | 0.84% | 0.48% | - |
| HSV(B) | 308.82º | 0.91% | 0.88% | - |
| XYZ | 40.73 | 20.24 | 52.8 | - |
| YUV | 100.83 | 180.59 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 194 | 0 | 0.91 | 0.13 | 0.12 | 308.82 | 0.84 | 0.48 |
| Hex | E0 | 14 | C2 | 0 | 5B | D | C | 135 | 54 | 30 |
| Octal | 340 | 24 | 302 | 0 | 133 | 15 | 14 | 465 | 124 | 60 |
| Binary | 11100000 | 10100 | 11000010 | 0 | 1011011 | 1101 | 1100 | 100110101 | 1010100 | 110000 |
Color Harmonies of #E014C2
Complementary color
Monochromatic Colors of #E014C2
Black with #E014C2
Text Example
Text Example
White with #E014C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014C2; }
p { color: rgb(224,20,194); }
H1.HeaderClassName
{
color: #E014C2;
}
.AnyTagClassName
{
color: #E014C2;
}
</style>
background-color css
<style>
a { background-color: #E014C2; }
a { background-color: rgb(224,20,194); }
div.DivClassName
{
background-color: #E014C2;
}
.BgClassName
{
background-color: #E014C2;
}
</style>
border-color css
<style>
span { border-color: #E014C2; }
span { border-color: rgb(224,20,194); }
td.TdClassName
{
border-color: #E014C2;
}
.TagClassName
{
border-color: #E014C2;
}
</style>