Shades of Shocking Pink #E01FC7
Tints of Shocking Pink #E01FC7
RGB
CMYK
RGB Variations
Color information
#E01FC7 (or 0xE01FC7) is known color: Shocking Pink. HEX triplet: E0, 1F and C7. RGB value is (224,31,199). Sum of RGB (Red+Green+Blue) = 224+31+199=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FC7 is #1FE038. Grayscale: #6B6B6B. Windows color (decimal): -2089017 or 13049824. OLE color: 13049824.
HSL color Cylindrical-coordinate representation of color #E01FC7: hue angle of 307.77º 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 #E01FC7 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 199 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.12 |
| HSL | 307.77º | 0.76% | 0.5% | - |
| HSV(B) | 307.77º | 0.86% | 0.88% | - |
| XYZ | 41.54 | 20.95 | 55.89 | - |
| YUV | 107.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 199 | 0 | 0.86 | 0.11 | 0.12 | 307.77 | 0.76 | 0.5 |
| Hex | E0 | 1F | C7 | 0 | 56 | B | C | 134 | 4C | 32 |
| Octal | 340 | 37 | 307 | 0 | 126 | 13 | 14 | 464 | 114 | 62 |
| Binary | 11100000 | 11111 | 11000111 | 0 | 1010110 | 1011 | 1100 | 100110100 | 1001100 | 110010 |
Color Harmonies of #E01FC7
Complementary color
Monochromatic Colors of #E01FC7
Black with #E01FC7
Text Example
Text Example
White with #E01FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FC7; }
p { color: rgb(224,31,199); }
H1.HeaderClassName
{
color: #E01FC7;
}
.AnyTagClassName
{
color: #E01FC7;
}
</style>
background-color css
<style>
a { background-color: #E01FC7; }
a { background-color: rgb(224,31,199); }
div.DivClassName
{
background-color: #E01FC7;
}
.BgClassName
{
background-color: #E01FC7;
}
</style>
border-color css
<style>
span { border-color: #E01FC7; }
span { border-color: rgb(224,31,199); }
td.TdClassName
{
border-color: #E01FC7;
}
.TagClassName
{
border-color: #E01FC7;
}
</style>