Shades of Shocking Pink #E20EBE
Tints of Shocking Pink #E20EBE
RGB
CMYK
RGB Variations
Color information
#E20EBE (or 0xE20EBE) is known color: Shocking Pink. HEX triplet: E2, 0E and BE. RGB value is (226,14,190). Sum of RGB (Red+Green+Blue) = 226+14+190=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20EBE is #1DF141. Grayscale: #606060. Windows color (decimal): -1962306 or 12455650. OLE color: 12455650.
HSL color Cylindrical-coordinate representation of color #E20EBE: hue angle of 310.19º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EBE is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.11 |
| HSL | 310.19º | 0.88% | 0.47% | - |
| HSV(B) | 310.19º | 0.94% | 0.89% | - |
| XYZ | 40.82 | 20.2 | 50.46 | - |
| YUV | 97.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 190 | 0 | 0.94 | 0.16 | 0.11 | 310.19 | 0.88 | 0.47 |
| Hex | E2 | E | BE | 0 | 5E | 10 | B | 136 | 58 | 2F |
| Octal | 342 | 16 | 276 | 0 | 136 | 20 | 13 | 466 | 130 | 57 |
| Binary | 11100010 | 1110 | 10111110 | 0 | 1011110 | 10000 | 1011 | 100110110 | 1011000 | 101111 |
Color Harmonies of #E20EBE
Complementary color
Monochromatic Colors of #E20EBE
Black with #E20EBE
Text Example
Text Example
White with #E20EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EBE; }
p { color: rgb(226,14,190); }
H1.HeaderClassName
{
color: #E20EBE;
}
.AnyTagClassName
{
color: #E20EBE;
}
</style>
background-color css
<style>
a { background-color: #E20EBE; }
a { background-color: rgb(226,14,190); }
div.DivClassName
{
background-color: #E20EBE;
}
.BgClassName
{
background-color: #E20EBE;
}
</style>
border-color css
<style>
span { border-color: #E20EBE; }
span { border-color: rgb(226,14,190); }
td.TdClassName
{
border-color: #E20EBE;
}
.TagClassName
{
border-color: #E20EBE;
}
</style>