Shades of Shocking Pink #E021CB
Tints of Shocking Pink #E021CB
RGB
CMYK
RGB Variations
Color information
#E021CB (or 0xE021CB) is known color: Shocking Pink. HEX triplet: E0, 21 and CB. RGB value is (224,33,203). Sum of RGB (Red+Green+Blue) = 224+33+203=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E021CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021CB is #1FDE34. Grayscale: #6D6D6D. Windows color (decimal): -2088501 or 13312480. OLE color: 13312480.
HSL color Cylindrical-coordinate representation of color #E021CB: hue angle of 306.6º 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 #E021CB is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 203 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.12 |
| HSL | 306.6º | 0.75% | 0.5% | - |
| HSV(B) | 306.6º | 0.85% | 0.88% | - |
| XYZ | 42.06 | 21.25 | 58.38 | - |
| YUV | 109.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 203 | 0 | 0.85 | 0.09 | 0.12 | 306.6 | 0.75 | 0.5 |
| Hex | E0 | 21 | CB | 0 | 55 | 9 | C | 133 | 4B | 32 |
| Octal | 340 | 41 | 313 | 0 | 125 | 11 | 14 | 463 | 113 | 62 |
| Binary | 11100000 | 100001 | 11001011 | 0 | 1010101 | 1001 | 1100 | 100110011 | 1001011 | 110010 |
Color Harmonies of #E021CB
Complementary color
Monochromatic Colors of #E021CB
Black with #E021CB
Text Example
Text Example
White with #E021CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021CB; }
p { color: rgb(224,33,203); }
H1.HeaderClassName
{
color: #E021CB;
}
.AnyTagClassName
{
color: #E021CB;
}
</style>
background-color css
<style>
a { background-color: #E021CB; }
a { background-color: rgb(224,33,203); }
div.DivClassName
{
background-color: #E021CB;
}
.BgClassName
{
background-color: #E021CB;
}
</style>
border-color css
<style>
span { border-color: #E021CB; }
span { border-color: rgb(224,33,203); }
td.TdClassName
{
border-color: #E021CB;
}
.TagClassName
{
border-color: #E021CB;
}
</style>