Shades of Shocking Pink #E020CC
Tints of Shocking Pink #E020CC
RGB
CMYK
RGB Variations
Color information
#E020CC (or 0xE020CC) is known color: Shocking Pink. HEX triplet: E0, 20 and CC. RGB value is (224,32,204). Sum of RGB (Red+Green+Blue) = 224+32+204=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E020CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020CC is #1FDF33. Grayscale: #6C6C6C. Windows color (decimal): -2088756 or 13377760. OLE color: 13377760.
HSL color Cylindrical-coordinate representation of color #E020CC: hue angle of 306.25º 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 #E020CC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 204 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.12 |
| HSL | 306.25º | 0.76% | 0.5% | - |
| HSV(B) | 306.25º | 0.86% | 0.88% | - |
| XYZ | 42.16 | 21.24 | 59 | - |
| YUV | 109.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 204 | 0 | 0.86 | 0.09 | 0.12 | 306.25 | 0.76 | 0.5 |
| Hex | E0 | 20 | CC | 0 | 56 | 9 | C | 132 | 4C | 32 |
| Octal | 340 | 40 | 314 | 0 | 126 | 11 | 14 | 462 | 114 | 62 |
| Binary | 11100000 | 100000 | 11001100 | 0 | 1010110 | 1001 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E020CC
Complementary color
Monochromatic Colors of #E020CC
Black with #E020CC
Text Example
Text Example
White with #E020CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020CC; }
p { color: rgb(224,32,204); }
H1.HeaderClassName
{
color: #E020CC;
}
.AnyTagClassName
{
color: #E020CC;
}
</style>
background-color css
<style>
a { background-color: #E020CC; }
a { background-color: rgb(224,32,204); }
div.DivClassName
{
background-color: #E020CC;
}
.BgClassName
{
background-color: #E020CC;
}
</style>
border-color css
<style>
span { border-color: #E020CC; }
span { border-color: rgb(224,32,204); }
td.TdClassName
{
border-color: #E020CC;
}
.TagClassName
{
border-color: #E020CC;
}
</style>