Shades of Shocking Pink #E01CBE
Tints of Shocking Pink #E01CBE
RGB
CMYK
RGB Variations
Color information
#E01CBE (or 0xE01CBE) is known color: Shocking Pink. HEX triplet: E0, 1C and BE. RGB value is (224,28,190). Sum of RGB (Red+Green+Blue) = 224+28+190=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CBE is #1FE341. Grayscale: #686868. Windows color (decimal): -2089794 or 12459232. OLE color: 12459232.
HSL color Cylindrical-coordinate representation of color #E01CBE: hue angle of 310.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CBE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 190 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.12 |
| HSL | 310.41º | 0.78% | 0.49% | - |
| HSV(B) | 310.41º | 0.88% | 0.88% | - |
| XYZ | 40.45 | 20.4 | 50.52 | - |
| YUV | 105.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 190 | 0 | 0.88 | 0.15 | 0.12 | 310.41 | 0.78 | 0.49 |
| Hex | E0 | 1C | BE | 0 | 58 | F | C | 136 | 4E | 31 |
| Octal | 340 | 34 | 276 | 0 | 130 | 17 | 14 | 466 | 116 | 61 |
| Binary | 11100000 | 11100 | 10111110 | 0 | 1011000 | 1111 | 1100 | 100110110 | 1001110 | 110001 |
Color Harmonies of #E01CBE
Complementary color
Monochromatic Colors of #E01CBE
Black with #E01CBE
Text Example
Text Example
White with #E01CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CBE; }
p { color: rgb(224,28,190); }
H1.HeaderClassName
{
color: #E01CBE;
}
.AnyTagClassName
{
color: #E01CBE;
}
</style>
background-color css
<style>
a { background-color: #E01CBE; }
a { background-color: rgb(224,28,190); }
div.DivClassName
{
background-color: #E01CBE;
}
.BgClassName
{
background-color: #E01CBE;
}
</style>
border-color css
<style>
span { border-color: #E01CBE; }
span { border-color: rgb(224,28,190); }
td.TdClassName
{
border-color: #E01CBE;
}
.TagClassName
{
border-color: #E01CBE;
}
</style>