Shades of Shocking Pink #E11EBC
Tints of Shocking Pink #E11EBC
RGB
CMYK
RGB Variations
Color information
#E11EBC (or 0xE11EBC) is known color: Shocking Pink. HEX triplet: E1, 1E and BC. RGB value is (225,30,188). Sum of RGB (Red+Green+Blue) = 225+30+188=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EBC is #1EE143. Grayscale: #696969. Windows color (decimal): -2023748 or 12328673. OLE color: 12328673.
HSL color Cylindrical-coordinate representation of color #E11EBC: hue angle of 311.38º 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 #E11EBC is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 188 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.12 |
| HSL | 311.38º | 0.76% | 0.5% | - |
| HSV(B) | 311.38º | 0.87% | 0.88% | - |
| XYZ | 40.59 | 20.57 | 49.41 | - |
| YUV | 106.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 188 | 0 | 0.87 | 0.16 | 0.12 | 311.38 | 0.76 | 0.5 |
| Hex | E1 | 1E | BC | 0 | 57 | 10 | C | 137 | 4C | 32 |
| Octal | 341 | 36 | 274 | 0 | 127 | 20 | 14 | 467 | 114 | 62 |
| Binary | 11100001 | 11110 | 10111100 | 0 | 1010111 | 10000 | 1100 | 100110111 | 1001100 | 110010 |
Color Harmonies of #E11EBC
Complementary color
Monochromatic Colors of #E11EBC
Black with #E11EBC
Text Example
Text Example
White with #E11EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EBC; }
p { color: rgb(225,30,188); }
H1.HeaderClassName
{
color: #E11EBC;
}
.AnyTagClassName
{
color: #E11EBC;
}
</style>
background-color css
<style>
a { background-color: #E11EBC; }
a { background-color: rgb(225,30,188); }
div.DivClassName
{
background-color: #E11EBC;
}
.BgClassName
{
background-color: #E11EBC;
}
</style>
border-color css
<style>
span { border-color: #E11EBC; }
span { border-color: rgb(225,30,188); }
td.TdClassName
{
border-color: #E11EBC;
}
.TagClassName
{
border-color: #E11EBC;
}
</style>