Shades of Shocking Pink #E711B9
Tints of Shocking Pink #E711B9
RGB
CMYK
RGB Variations
Color information
#E711B9 (or 0xE711B9) is known color: Shocking Pink. HEX triplet: E7, 11 and B9. RGB value is (231,17,185). Sum of RGB (Red+Green+Blue) = 231+17+185=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E711B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711B9 is #18EE46. Grayscale: #636363. Windows color (decimal): -1633863 or 12128743. OLE color: 12128743.
HSL color Cylindrical-coordinate representation of color #E711B9: hue angle of 312.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711B9 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 185 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.09 |
| HSL | 312.9º | 0.86% | 0.49% | - |
| HSV(B) | 312.9º | 0.93% | 0.91% | - |
| XYZ | 41.91 | 20.89 | 47.72 | - |
| YUV | 100.14 | 175.9 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 185 | 0 | 0.93 | 0.20 | 0.09 | 312.9 | 0.86 | 0.49 |
| Hex | E7 | 11 | B9 | 0 | 5D | 14 | 9 | 139 | 56 | 31 |
| Octal | 347 | 21 | 271 | 0 | 135 | 24 | 11 | 471 | 126 | 61 |
| Binary | 11100111 | 10001 | 10111001 | 0 | 1011101 | 10100 | 1001 | 100111001 | 1010110 | 110001 |
Color Harmonies of #E711B9
Complementary color
Monochromatic Colors of #E711B9
Black with #E711B9
Text Example
Text Example
White with #E711B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711B9; }
p { color: rgb(231,17,185); }
H1.HeaderClassName
{
color: #E711B9;
}
.AnyTagClassName
{
color: #E711B9;
}
</style>
background-color css
<style>
a { background-color: #E711B9; }
a { background-color: rgb(231,17,185); }
div.DivClassName
{
background-color: #E711B9;
}
.BgClassName
{
background-color: #E711B9;
}
</style>
border-color css
<style>
span { border-color: #E711B9; }
span { border-color: rgb(231,17,185); }
td.TdClassName
{
border-color: #E711B9;
}
.TagClassName
{
border-color: #E711B9;
}
</style>