Shades of Shocking Pink #E01CC0
Tints of Shocking Pink #E01CC0
RGB
CMYK
RGB Variations
Color information
#E01CC0 (or 0xE01CC0) is known color: Shocking Pink. HEX triplet: E0, 1C and C0. RGB value is (224,28,192). Sum of RGB (Red+Green+Blue) = 224+28+192=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CC0 is #1FE33F. Grayscale: #686868. Windows color (decimal): -2089792 or 12590304. OLE color: 12590304.
HSL color Cylindrical-coordinate representation of color #E01CC0: hue angle of 309.8º 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 #E01CC0 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 192 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.12 |
| HSL | 309.8º | 0.78% | 0.49% | - |
| HSV(B) | 309.8º | 0.88% | 0.88% | - |
| XYZ | 40.67 | 20.48 | 51.68 | - |
| YUV | 105.3 | 176.93 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 192 | 0 | 0.88 | 0.14 | 0.12 | 309.8 | 0.78 | 0.49 |
| Hex | E0 | 1C | C0 | 0 | 58 | E | C | 136 | 4E | 31 |
| Octal | 340 | 34 | 300 | 0 | 130 | 16 | 14 | 466 | 116 | 61 |
| Binary | 11100000 | 11100 | 11000000 | 0 | 1011000 | 1110 | 1100 | 100110110 | 1001110 | 110001 |
Color Harmonies of #E01CC0
Complementary color
Monochromatic Colors of #E01CC0
Black with #E01CC0
Text Example
Text Example
White with #E01CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CC0; }
p { color: rgb(224,28,192); }
H1.HeaderClassName
{
color: #E01CC0;
}
.AnyTagClassName
{
color: #E01CC0;
}
</style>
background-color css
<style>
a { background-color: #E01CC0; }
a { background-color: rgb(224,28,192); }
div.DivClassName
{
background-color: #E01CC0;
}
.BgClassName
{
background-color: #E01CC0;
}
</style>
border-color css
<style>
span { border-color: #E01CC0; }
span { border-color: rgb(224,28,192); }
td.TdClassName
{
border-color: #E01CC0;
}
.TagClassName
{
border-color: #E01CC0;
}
</style>