Shades of Shocking Pink #E020BA
Tints of Shocking Pink #E020BA
RGB
CMYK
RGB Variations
Color information
#E020BA (or 0xE020BA) is known color: Shocking Pink. HEX triplet: E0, 20 and BA. RGB value is (224,32,186). Sum of RGB (Red+Green+Blue) = 224+32+186=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E020BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020BA is #1FDF45. Grayscale: #6A6A6A. Windows color (decimal): -2088774 or 12198112. OLE color: 12198112.
HSL color Cylindrical-coordinate representation of color #E020BA: hue angle of 311.88º 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 #E020BA is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 186 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.12 |
| HSL | 311.88º | 0.76% | 0.5% | - |
| HSV(B) | 311.88º | 0.86% | 0.88% | - |
| XYZ | 40.12 | 20.43 | 48.28 | - |
| YUV | 106.96 | 172.61 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 186 | 0 | 0.86 | 0.17 | 0.12 | 311.88 | 0.76 | 0.5 |
| Hex | E0 | 20 | BA | 0 | 56 | 11 | C | 138 | 4C | 32 |
| Octal | 340 | 40 | 272 | 0 | 126 | 21 | 14 | 470 | 114 | 62 |
| Binary | 11100000 | 100000 | 10111010 | 0 | 1010110 | 10001 | 1100 | 100111000 | 1001100 | 110010 |
Color Harmonies of #E020BA
Complementary color
Monochromatic Colors of #E020BA
Black with #E020BA
Text Example
Text Example
White with #E020BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020BA; }
p { color: rgb(224,32,186); }
H1.HeaderClassName
{
color: #E020BA;
}
.AnyTagClassName
{
color: #E020BA;
}
</style>
background-color css
<style>
a { background-color: #E020BA; }
a { background-color: rgb(224,32,186); }
div.DivClassName
{
background-color: #E020BA;
}
.BgClassName
{
background-color: #E020BA;
}
</style>
border-color css
<style>
span { border-color: #E020BA; }
span { border-color: rgb(224,32,186); }
td.TdClassName
{
border-color: #E020BA;
}
.TagClassName
{
border-color: #E020BA;
}
</style>