Shades of Shocking Pink #E01FCC
Tints of Shocking Pink #E01FCC
RGB
CMYK
RGB Variations
Color information
#E01FCC (or 0xE01FCC) is known color: Shocking Pink. HEX triplet: E0, 1F and CC. RGB value is (224,31,204). Sum of RGB (Red+Green+Blue) = 224+31+204=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FCC is #1FE033. Grayscale: #6B6B6B. Windows color (decimal): -2089012 or 13377504. OLE color: 13377504.
HSL color Cylindrical-coordinate representation of color #E01FCC: hue angle of 306.22º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FCC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 204 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.12 |
| HSL | 306.22º | 0.76% | 0.5% | - |
| HSV(B) | 306.22º | 0.86% | 0.88% | - |
| XYZ | 42.13 | 21.19 | 59 | - |
| YUV | 108.43 | 181.94 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 204 | 0 | 0.86 | 0.09 | 0.12 | 306.22 | 0.76 | 0.5 |
| Hex | E0 | 1F | CC | 0 | 56 | 9 | C | 132 | 4C | 32 |
| Octal | 340 | 37 | 314 | 0 | 126 | 11 | 14 | 462 | 114 | 62 |
| Binary | 11100000 | 11111 | 11001100 | 0 | 1010110 | 1001 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E01FCC
Complementary color
Monochromatic Colors of #E01FCC
Black with #E01FCC
Text Example
Text Example
White with #E01FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FCC; }
p { color: rgb(224,31,204); }
H1.HeaderClassName
{
color: #E01FCC;
}
.AnyTagClassName
{
color: #E01FCC;
}
</style>
background-color css
<style>
a { background-color: #E01FCC; }
a { background-color: rgb(224,31,204); }
div.DivClassName
{
background-color: #E01FCC;
}
.BgClassName
{
background-color: #E01FCC;
}
</style>
border-color css
<style>
span { border-color: #E01FCC; }
span { border-color: rgb(224,31,204); }
td.TdClassName
{
border-color: #E01FCC;
}
.TagClassName
{
border-color: #E01FCC;
}
</style>