Shades of Shocking Pink #E021BE
Tints of Shocking Pink #E021BE
RGB
CMYK
RGB Variations
Color information
#E021BE (or 0xE021BE) is known color: Shocking Pink. HEX triplet: E0, 21 and BE. RGB value is (224,33,190). Sum of RGB (Red+Green+Blue) = 224+33+190=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E021BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021BE is #1FDE41. Grayscale: #6B6B6B. Windows color (decimal): -2088514 or 12460512. OLE color: 12460512.
HSL color Cylindrical-coordinate representation of color #E021BE: hue angle of 310.68º 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 #E021BE is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 190 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.12 |
| HSL | 310.68º | 0.75% | 0.5% | - |
| HSV(B) | 310.68º | 0.85% | 0.88% | - |
| XYZ | 40.58 | 20.65 | 50.56 | - |
| YUV | 108.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 190 | 0 | 0.85 | 0.15 | 0.12 | 310.68 | 0.75 | 0.5 |
| Hex | E0 | 21 | BE | 0 | 55 | F | C | 137 | 4B | 32 |
| Octal | 340 | 41 | 276 | 0 | 125 | 17 | 14 | 467 | 113 | 62 |
| Binary | 11100000 | 100001 | 10111110 | 0 | 1010101 | 1111 | 1100 | 100110111 | 1001011 | 110010 |
Color Harmonies of #E021BE
Complementary color
Monochromatic Colors of #E021BE
Black with #E021BE
Text Example
Text Example
White with #E021BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021BE; }
p { color: rgb(224,33,190); }
H1.HeaderClassName
{
color: #E021BE;
}
.AnyTagClassName
{
color: #E021BE;
}
</style>
background-color css
<style>
a { background-color: #E021BE; }
a { background-color: rgb(224,33,190); }
div.DivClassName
{
background-color: #E021BE;
}
.BgClassName
{
background-color: #E021BE;
}
</style>
border-color css
<style>
span { border-color: #E021BE; }
span { border-color: rgb(224,33,190); }
td.TdClassName
{
border-color: #E021BE;
}
.TagClassName
{
border-color: #E021BE;
}
</style>