Shades of Shocking Pink #E11FC7
Tints of Shocking Pink #E11FC7
RGB
CMYK
RGB Variations
Color information
#E11FC7 (or 0xE11FC7) is known color: Shocking Pink. HEX triplet: E1, 1F and C7. RGB value is (225,31,199). Sum of RGB (Red+Green+Blue) = 225+31+199=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FC7 is #1EE038. Grayscale: #6B6B6B. Windows color (decimal): -2023481 or 13049825. OLE color: 13049825.
HSL color Cylindrical-coordinate representation of color #E11FC7: hue angle of 308.04º 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 #E11FC7 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 199 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.12 |
| HSL | 308.04º | 0.76% | 0.5% | - |
| HSV(B) | 308.04º | 0.86% | 0.88% | - |
| XYZ | 41.85 | 21.11 | 55.9 | - |
| YUV | 108.16 | 179.27 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 199 | 0 | 0.86 | 0.12 | 0.12 | 308.04 | 0.76 | 0.5 |
| Hex | E1 | 1F | C7 | 0 | 56 | C | C | 134 | 4C | 32 |
| Octal | 341 | 37 | 307 | 0 | 126 | 14 | 14 | 464 | 114 | 62 |
| Binary | 11100001 | 11111 | 11000111 | 0 | 1010110 | 1100 | 1100 | 100110100 | 1001100 | 110010 |
Color Harmonies of #E11FC7
Complementary color
Monochromatic Colors of #E11FC7
Black with #E11FC7
Text Example
Text Example
White with #E11FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FC7; }
p { color: rgb(225,31,199); }
H1.HeaderClassName
{
color: #E11FC7;
}
.AnyTagClassName
{
color: #E11FC7;
}
</style>
background-color css
<style>
a { background-color: #E11FC7; }
a { background-color: rgb(225,31,199); }
div.DivClassName
{
background-color: #E11FC7;
}
.BgClassName
{
background-color: #E11FC7;
}
</style>
border-color css
<style>
span { border-color: #E11FC7; }
span { border-color: rgb(225,31,199); }
td.TdClassName
{
border-color: #E11FC7;
}
.TagClassName
{
border-color: #E11FC7;
}
</style>