Shades of Shocking Pink #E01EBE
Tints of Shocking Pink #E01EBE
RGB
CMYK
RGB Variations
Color information
#E01EBE (or 0xE01EBE) is known color: Shocking Pink. HEX triplet: E0, 1E and BE. RGB value is (224,30,190). Sum of RGB (Red+Green+Blue) = 224+30+190=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EBE is #1FE141. Grayscale: #696969. Windows color (decimal): -2089282 or 12459744. OLE color: 12459744.
HSL color Cylindrical-coordinate representation of color #E01EBE: hue angle of 310.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EBE is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 190 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.12 |
| HSL | 310.52º | 0.76% | 0.5% | - |
| HSV(B) | 310.52º | 0.87% | 0.88% | - |
| XYZ | 40.5 | 20.49 | 50.54 | - |
| YUV | 106.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 190 | 0 | 0.87 | 0.15 | 0.12 | 310.52 | 0.76 | 0.5 |
| Hex | E0 | 1E | BE | 0 | 57 | F | C | 137 | 4C | 32 |
| Octal | 340 | 36 | 276 | 0 | 127 | 17 | 14 | 467 | 114 | 62 |
| Binary | 11100000 | 11110 | 10111110 | 0 | 1010111 | 1111 | 1100 | 100110111 | 1001100 | 110010 |
Color Harmonies of #E01EBE
Complementary color
Monochromatic Colors of #E01EBE
Black with #E01EBE
Text Example
Text Example
White with #E01EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EBE; }
p { color: rgb(224,30,190); }
H1.HeaderClassName
{
color: #E01EBE;
}
.AnyTagClassName
{
color: #E01EBE;
}
</style>
background-color css
<style>
a { background-color: #E01EBE; }
a { background-color: rgb(224,30,190); }
div.DivClassName
{
background-color: #E01EBE;
}
.BgClassName
{
background-color: #E01EBE;
}
</style>
border-color css
<style>
span { border-color: #E01EBE; }
span { border-color: rgb(224,30,190); }
td.TdClassName
{
border-color: #E01EBE;
}
.TagClassName
{
border-color: #E01EBE;
}
</style>