Shades of Shocking Pink #E11ECC
Tints of Shocking Pink #E11ECC
RGB
CMYK
RGB Variations
Color information
#E11ECC (or 0xE11ECC) is known color: Shocking Pink. HEX triplet: E1, 1E and CC. RGB value is (225,30,204). Sum of RGB (Red+Green+Blue) = 225+30+204=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ECC is #1EE133. Grayscale: #6B6B6B. Windows color (decimal): -2023732 or 13377249. OLE color: 13377249.
HSL color Cylindrical-coordinate representation of color #E11ECC: hue angle of 306.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11ECC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 204 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.12 |
| HSL | 306.46º | 0.76% | 0.5% | - |
| HSV(B) | 306.46º | 0.87% | 0.88% | - |
| XYZ | 42.41 | 21.3 | 59 | - |
| YUV | 108.14 | 182.1 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 204 | 0 | 0.87 | 0.09 | 0.12 | 306.46 | 0.76 | 0.5 |
| Hex | E1 | 1E | CC | 0 | 57 | 9 | C | 132 | 4C | 32 |
| Octal | 341 | 36 | 314 | 0 | 127 | 11 | 14 | 462 | 114 | 62 |
| Binary | 11100001 | 11110 | 11001100 | 0 | 1010111 | 1001 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E11ECC
Complementary color
Monochromatic Colors of #E11ECC
Black with #E11ECC
Text Example
Text Example
White with #E11ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ECC; }
p { color: rgb(225,30,204); }
H1.HeaderClassName
{
color: #E11ECC;
}
.AnyTagClassName
{
color: #E11ECC;
}
</style>
background-color css
<style>
a { background-color: #E11ECC; }
a { background-color: rgb(225,30,204); }
div.DivClassName
{
background-color: #E11ECC;
}
.BgClassName
{
background-color: #E11ECC;
}
</style>
border-color css
<style>
span { border-color: #E11ECC; }
span { border-color: rgb(225,30,204); }
td.TdClassName
{
border-color: #E11ECC;
}
.TagClassName
{
border-color: #E11ECC;
}
</style>