Shades of Shocking Pink #E020B7
Tints of Shocking Pink #E020B7
RGB
CMYK
RGB Variations
Color information
#E020B7 (or 0xE020B7) is known color: Shocking Pink. HEX triplet: E0, 20 and B7. RGB value is (224,32,183). Sum of RGB (Red+Green+Blue) = 224+32+183=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E020B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020B7 is #1FDF48. Grayscale: #6A6A6A. Windows color (decimal): -2088777 or 12001504. OLE color: 12001504.
HSL color Cylindrical-coordinate representation of color #E020B7: hue angle of 312.81º 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 #E020B7 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 183 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.12 |
| HSL | 312.81º | 0.76% | 0.5% | - |
| HSV(B) | 312.81º | 0.86% | 0.88% | - |
| XYZ | 39.8 | 20.3 | 46.62 | - |
| YUV | 106.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 183 | 0 | 0.86 | 0.18 | 0.12 | 312.81 | 0.76 | 0.5 |
| Hex | E0 | 20 | B7 | 0 | 56 | 12 | C | 139 | 4C | 32 |
| Octal | 340 | 40 | 267 | 0 | 126 | 22 | 14 | 471 | 114 | 62 |
| Binary | 11100000 | 100000 | 10110111 | 0 | 1010110 | 10010 | 1100 | 100111001 | 1001100 | 110010 |
Color Harmonies of #E020B7
Complementary color
Monochromatic Colors of #E020B7
Black with #E020B7
Text Example
Text Example
White with #E020B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020B7; }
p { color: rgb(224,32,183); }
H1.HeaderClassName
{
color: #E020B7;
}
.AnyTagClassName
{
color: #E020B7;
}
</style>
background-color css
<style>
a { background-color: #E020B7; }
a { background-color: rgb(224,32,183); }
div.DivClassName
{
background-color: #E020B7;
}
.BgClassName
{
background-color: #E020B7;
}
</style>
border-color css
<style>
span { border-color: #E020B7; }
span { border-color: rgb(224,32,183); }
td.TdClassName
{
border-color: #E020B7;
}
.TagClassName
{
border-color: #E020B7;
}
</style>