Shades of Shocking Pink #E020C0
Tints of Shocking Pink #E020C0
RGB
CMYK
RGB Variations
Color information
#E020C0 (or 0xE020C0) is known color: Shocking Pink. HEX triplet: E0, 20 and C0. RGB value is (224,32,192). Sum of RGB (Red+Green+Blue) = 224+32+192=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E020C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020C0 is #1FDF3F. Grayscale: #6B6B6B. Windows color (decimal): -2088768 or 12591328. OLE color: 12591328.
HSL color Cylindrical-coordinate representation of color #E020C0: hue angle of 310º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E020C0 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 192 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.12 |
| HSL | 310º | 0.76% | 0.5% | - |
| HSV(B) | 310º | 0.86% | 0.88% | - |
| XYZ | 40.77 | 20.69 | 51.71 | - |
| YUV | 107.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 192 | 0 | 0.86 | 0.14 | 0.12 | 310 | 0.76 | 0.5 |
| Hex | E0 | 20 | C0 | 0 | 56 | E | C | 136 | 4C | 32 |
| Octal | 340 | 40 | 300 | 0 | 126 | 16 | 14 | 466 | 114 | 62 |
| Binary | 11100000 | 100000 | 11000000 | 0 | 1010110 | 1110 | 1100 | 100110110 | 1001100 | 110010 |
Color Harmonies of #E020C0
Complementary color
Monochromatic Colors of #E020C0
Black with #E020C0
Text Example
Text Example
White with #E020C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020C0; }
p { color: rgb(224,32,192); }
H1.HeaderClassName
{
color: #E020C0;
}
.AnyTagClassName
{
color: #E020C0;
}
</style>
background-color css
<style>
a { background-color: #E020C0; }
a { background-color: rgb(224,32,192); }
div.DivClassName
{
background-color: #E020C0;
}
.BgClassName
{
background-color: #E020C0;
}
</style>
border-color css
<style>
span { border-color: #E020C0; }
span { border-color: rgb(224,32,192); }
td.TdClassName
{
border-color: #E020C0;
}
.TagClassName
{
border-color: #E020C0;
}
</style>