Shades of Shocking Pink #E020CD
Tints of Shocking Pink #E020CD
RGB
CMYK
RGB Variations
Color information
#E020CD (or 0xE020CD) is known color: Shocking Pink. HEX triplet: E0, 20 and CD. RGB value is (224,32,205). Sum of RGB (Red+Green+Blue) = 224+32+205=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E020CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020CD is #1FDF32. Grayscale: #6C6C6C. Windows color (decimal): -2088755 or 13443296. OLE color: 13443296.
HSL color Cylindrical-coordinate representation of color #E020CD: hue angle of 305.94º 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 #E020CD is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 205 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.12 |
| HSL | 305.94º | 0.76% | 0.5% | - |
| HSV(B) | 305.94º | 0.86% | 0.88% | - |
| XYZ | 42.28 | 21.29 | 59.64 | - |
| YUV | 109.13 | 182.11 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 205 | 0 | 0.86 | 0.08 | 0.12 | 305.94 | 0.76 | 0.5 |
| Hex | E0 | 20 | CD | 0 | 56 | 8 | C | 132 | 4C | 32 |
| Octal | 340 | 40 | 315 | 0 | 126 | 10 | 14 | 462 | 114 | 62 |
| Binary | 11100000 | 100000 | 11001101 | 0 | 1010110 | 1000 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E020CD
Complementary color
Monochromatic Colors of #E020CD
Black with #E020CD
Text Example
Text Example
White with #E020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020CD; }
p { color: rgb(224,32,205); }
H1.HeaderClassName
{
color: #E020CD;
}
.AnyTagClassName
{
color: #E020CD;
}
</style>
background-color css
<style>
a { background-color: #E020CD; }
a { background-color: rgb(224,32,205); }
div.DivClassName
{
background-color: #E020CD;
}
.BgClassName
{
background-color: #E020CD;
}
</style>
border-color css
<style>
span { border-color: #E020CD; }
span { border-color: rgb(224,32,205); }
td.TdClassName
{
border-color: #E020CD;
}
.TagClassName
{
border-color: #E020CD;
}
</style>