Shades of Shocking Pink #E01DBE
Tints of Shocking Pink #E01DBE
RGB
CMYK
RGB Variations
Color information
#E01DBE (or 0xE01DBE) is known color: Shocking Pink. HEX triplet: E0, 1D and BE. RGB value is (224,29,190). Sum of RGB (Red+Green+Blue) = 224+29+190=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DBE is #1FE241. Grayscale: #696969. Windows color (decimal): -2089538 or 12459488. OLE color: 12459488.
HSL color Cylindrical-coordinate representation of color #E01DBE: hue angle of 310.46º degrees, saturation: 0.77, 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 #E01DBE is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 190 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.12 |
| HSL | 310.46º | 0.77% | 0.5% | - |
| HSV(B) | 310.46º | 0.87% | 0.88% | - |
| XYZ | 40.47 | 20.44 | 50.53 | - |
| YUV | 105.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 190 | 0 | 0.87 | 0.15 | 0.12 | 310.46 | 0.77 | 0.5 |
| Hex | E0 | 1D | BE | 0 | 57 | F | C | 136 | 4D | 32 |
| Octal | 340 | 35 | 276 | 0 | 127 | 17 | 14 | 466 | 115 | 62 |
| Binary | 11100000 | 11101 | 10111110 | 0 | 1010111 | 1111 | 1100 | 100110110 | 1001101 | 110010 |
Color Harmonies of #E01DBE
Complementary color
Monochromatic Colors of #E01DBE
Black with #E01DBE
Text Example
Text Example
White with #E01DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DBE; }
p { color: rgb(224,29,190); }
H1.HeaderClassName
{
color: #E01DBE;
}
.AnyTagClassName
{
color: #E01DBE;
}
</style>
background-color css
<style>
a { background-color: #E01DBE; }
a { background-color: rgb(224,29,190); }
div.DivClassName
{
background-color: #E01DBE;
}
.BgClassName
{
background-color: #E01DBE;
}
</style>
border-color css
<style>
span { border-color: #E01DBE; }
span { border-color: rgb(224,29,190); }
td.TdClassName
{
border-color: #E01DBE;
}
.TagClassName
{
border-color: #E01DBE;
}
</style>