Shades of Shocking Pink #E711BB
Tints of Shocking Pink #E711BB
RGB
CMYK
RGB Variations
Color information
#E711BB (or 0xE711BB) is known color: Shocking Pink. HEX triplet: E7, 11 and BB. RGB value is (231,17,187). Sum of RGB (Red+Green+Blue) = 231+17+187=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E711BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711BB is #18EE44. Grayscale: #636363. Windows color (decimal): -1633861 or 12259815. OLE color: 12259815.
HSL color Cylindrical-coordinate representation of color #E711BB: hue angle of 312.34º 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 #E711BB is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 187 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.09 |
| HSL | 312.34º | 0.86% | 0.49% | - |
| HSV(B) | 312.34º | 0.93% | 0.91% | - |
| XYZ | 42.13 | 20.98 | 48.84 | - |
| YUV | 100.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 187 | 0 | 0.93 | 0.19 | 0.09 | 312.34 | 0.86 | 0.49 |
| Hex | E7 | 11 | BB | 0 | 5D | 13 | 9 | 138 | 56 | 31 |
| Octal | 347 | 21 | 273 | 0 | 135 | 23 | 11 | 470 | 126 | 61 |
| Binary | 11100111 | 10001 | 10111011 | 0 | 1011101 | 10011 | 1001 | 100111000 | 1010110 | 110001 |
Color Harmonies of #E711BB
Complementary color
Monochromatic Colors of #E711BB
Black with #E711BB
Text Example
Text Example
White with #E711BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711BB; }
p { color: rgb(231,17,187); }
H1.HeaderClassName
{
color: #E711BB;
}
.AnyTagClassName
{
color: #E711BB;
}
</style>
background-color css
<style>
a { background-color: #E711BB; }
a { background-color: rgb(231,17,187); }
div.DivClassName
{
background-color: #E711BB;
}
.BgClassName
{
background-color: #E711BB;
}
</style>
border-color css
<style>
span { border-color: #E711BB; }
span { border-color: rgb(231,17,187); }
td.TdClassName
{
border-color: #E711BB;
}
.TagClassName
{
border-color: #E711BB;
}
</style>