Shades of Shocking Pink #E111BE
Tints of Shocking Pink #E111BE
RGB
CMYK
RGB Variations
Color information
#E111BE (or 0xE111BE) is known color: Shocking Pink. HEX triplet: E1, 11 and BE. RGB value is (225,17,190). Sum of RGB (Red+Green+Blue) = 225+17+190=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E111BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111BE is #1EEE41. Grayscale: #626262. Windows color (decimal): -2027074 or 12456417. OLE color: 12456417.
HSL color Cylindrical-coordinate representation of color #E111BE: hue angle of 310.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E111BE is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.12 |
| HSL | 310.1º | 0.86% | 0.47% | - |
| HSV(B) | 310.1º | 0.92% | 0.88% | - |
| XYZ | 40.55 | 20.13 | 50.46 | - |
| YUV | 98.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 190 | 0 | 0.92 | 0.16 | 0.12 | 310.1 | 0.86 | 0.47 |
| Hex | E1 | 11 | BE | 0 | 5C | 10 | C | 136 | 56 | 2F |
| Octal | 341 | 21 | 276 | 0 | 134 | 20 | 14 | 466 | 126 | 57 |
| Binary | 11100001 | 10001 | 10111110 | 0 | 1011100 | 10000 | 1100 | 100110110 | 1010110 | 101111 |
Color Harmonies of #E111BE
Complementary color
Monochromatic Colors of #E111BE
Black with #E111BE
Text Example
Text Example
White with #E111BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111BE; }
p { color: rgb(225,17,190); }
H1.HeaderClassName
{
color: #E111BE;
}
.AnyTagClassName
{
color: #E111BE;
}
</style>
background-color css
<style>
a { background-color: #E111BE; }
a { background-color: rgb(225,17,190); }
div.DivClassName
{
background-color: #E111BE;
}
.BgClassName
{
background-color: #E111BE;
}
</style>
border-color css
<style>
span { border-color: #E111BE; }
span { border-color: rgb(225,17,190); }
td.TdClassName
{
border-color: #E111BE;
}
.TagClassName
{
border-color: #E111BE;
}
</style>