Shades of Shocking Pink #E711BC
Tints of Shocking Pink #E711BC
RGB
CMYK
RGB Variations
Color information
#E711BC (or 0xE711BC) is known color: Shocking Pink. HEX triplet: E7, 11 and BC. RGB value is (231,17,188). Sum of RGB (Red+Green+Blue) = 231+17+188=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E711BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711BC is #18EE43. Grayscale: #646464. Windows color (decimal): -1633860 or 12325351. OLE color: 12325351.
HSL color Cylindrical-coordinate representation of color #E711BC: hue angle of 312.06º 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 #E711BC is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 188 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.09 |
| HSL | 312.06º | 0.86% | 0.49% | - |
| HSV(B) | 312.06º | 0.93% | 0.91% | - |
| XYZ | 42.23 | 21.02 | 49.41 | - |
| YUV | 100.48 | 177.4 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 188 | 0 | 0.93 | 0.19 | 0.09 | 312.06 | 0.86 | 0.49 |
| Hex | E7 | 11 | BC | 0 | 5D | 13 | 9 | 138 | 56 | 31 |
| Octal | 347 | 21 | 274 | 0 | 135 | 23 | 11 | 470 | 126 | 61 |
| Binary | 11100111 | 10001 | 10111100 | 0 | 1011101 | 10011 | 1001 | 100111000 | 1010110 | 110001 |
Color Harmonies of #E711BC
Complementary color
Monochromatic Colors of #E711BC
Black with #E711BC
Text Example
Text Example
White with #E711BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711BC; }
p { color: rgb(231,17,188); }
H1.HeaderClassName
{
color: #E711BC;
}
.AnyTagClassName
{
color: #E711BC;
}
</style>
background-color css
<style>
a { background-color: #E711BC; }
a { background-color: rgb(231,17,188); }
div.DivClassName
{
background-color: #E711BC;
}
.BgClassName
{
background-color: #E711BC;
}
</style>
border-color css
<style>
span { border-color: #E711BC; }
span { border-color: rgb(231,17,188); }
td.TdClassName
{
border-color: #E711BC;
}
.TagClassName
{
border-color: #E711BC;
}
</style>