Shades of Shocking Pink #E021C1
Tints of Shocking Pink #E021C1
RGB
CMYK
RGB Variations
Color information
#E021C1 (or 0xE021C1) is known color: Shocking Pink. HEX triplet: E0, 21 and C1. RGB value is (224,33,193). Sum of RGB (Red+Green+Blue) = 224+33+193=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E021C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021C1 is #1FDE3E. Grayscale: #6B6B6B. Windows color (decimal): -2088511 or 12657120. OLE color: 12657120.
HSL color Cylindrical-coordinate representation of color #E021C1: hue angle of 309.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021C1 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 193 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.12 |
| HSL | 309.74º | 0.75% | 0.5% | - |
| HSV(B) | 309.74º | 0.85% | 0.88% | - |
| XYZ | 40.91 | 20.79 | 52.31 | - |
| YUV | 108.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 193 | 0 | 0.85 | 0.14 | 0.12 | 309.74 | 0.75 | 0.5 |
| Hex | E0 | 21 | C1 | 0 | 55 | E | C | 136 | 4B | 32 |
| Octal | 340 | 41 | 301 | 0 | 125 | 16 | 14 | 466 | 113 | 62 |
| Binary | 11100000 | 100001 | 11000001 | 0 | 1010101 | 1110 | 1100 | 100110110 | 1001011 | 110010 |
Color Harmonies of #E021C1
Complementary color
Monochromatic Colors of #E021C1
Black with #E021C1
Text Example
Text Example
White with #E021C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021C1; }
p { color: rgb(224,33,193); }
H1.HeaderClassName
{
color: #E021C1;
}
.AnyTagClassName
{
color: #E021C1;
}
</style>
background-color css
<style>
a { background-color: #E021C1; }
a { background-color: rgb(224,33,193); }
div.DivClassName
{
background-color: #E021C1;
}
.BgClassName
{
background-color: #E021C1;
}
</style>
border-color css
<style>
span { border-color: #E021C1; }
span { border-color: rgb(224,33,193); }
td.TdClassName
{
border-color: #E021C1;
}
.TagClassName
{
border-color: #E021C1;
}
</style>