Shades of Shocking Pink #E710BB
Tints of Shocking Pink #E710BB
RGB
CMYK
RGB Variations
Color information
#E710BB (or 0xE710BB) is known color: Shocking Pink. HEX triplet: E7, 10 and BB. RGB value is (231,16,187). Sum of RGB (Red+Green+Blue) = 231+16+187=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E710BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710BB is #18EF44. Grayscale: #636363. Windows color (decimal): -1634117 or 12259559. OLE color: 12259559.
HSL color Cylindrical-coordinate representation of color #E710BB: hue angle of 312.28º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E710BB is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 187 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.09 |
| HSL | 312.28º | 0.87% | 0.48% | - |
| HSV(B) | 312.28º | 0.93% | 0.91% | - |
| XYZ | 42.11 | 20.95 | 48.84 | - |
| YUV | 99.78 | 177.23 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 187 | 0 | 0.93 | 0.19 | 0.09 | 312.28 | 0.87 | 0.48 |
| Hex | E7 | 10 | BB | 0 | 5D | 13 | 9 | 138 | 57 | 30 |
| Octal | 347 | 20 | 273 | 0 | 135 | 23 | 11 | 470 | 127 | 60 |
| Binary | 11100111 | 10000 | 10111011 | 0 | 1011101 | 10011 | 1001 | 100111000 | 1010111 | 110000 |
Color Harmonies of #E710BB
Complementary color
Monochromatic Colors of #E710BB
Black with #E710BB
Text Example
Text Example
White with #E710BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710BB; }
p { color: rgb(231,16,187); }
H1.HeaderClassName
{
color: #E710BB;
}
.AnyTagClassName
{
color: #E710BB;
}
</style>
background-color css
<style>
a { background-color: #E710BB; }
a { background-color: rgb(231,16,187); }
div.DivClassName
{
background-color: #E710BB;
}
.BgClassName
{
background-color: #E710BB;
}
</style>
border-color css
<style>
span { border-color: #E710BB; }
span { border-color: rgb(231,16,187); }
td.TdClassName
{
border-color: #E710BB;
}
.TagClassName
{
border-color: #E710BB;
}
</style>