Shades of Shocking Pink #E710B8
Tints of Shocking Pink #E710B8
RGB
CMYK
RGB Variations
Color information
#E710B8 (or 0xE710B8) is known color: Shocking Pink. HEX triplet: E7, 10 and B8. RGB value is (231,16,184). Sum of RGB (Red+Green+Blue) = 231+16+184=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E710B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710B8 is #18EF47. Grayscale: #626262. Windows color (decimal): -1634120 or 12062951. OLE color: 12062951.
HSL color Cylindrical-coordinate representation of color #E710B8: hue angle of 313.12º 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 #E710B8 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 184 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.09 |
| HSL | 313.12º | 0.87% | 0.48% | - |
| HSV(B) | 313.12º | 0.93% | 0.91% | - |
| XYZ | 41.79 | 20.82 | 47.16 | - |
| YUV | 99.44 | 175.73 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 184 | 0 | 0.93 | 0.20 | 0.09 | 313.12 | 0.87 | 0.48 |
| Hex | E7 | 10 | B8 | 0 | 5D | 14 | 9 | 139 | 57 | 30 |
| Octal | 347 | 20 | 270 | 0 | 135 | 24 | 11 | 471 | 127 | 60 |
| Binary | 11100111 | 10000 | 10111000 | 0 | 1011101 | 10100 | 1001 | 100111001 | 1010111 | 110000 |
Color Harmonies of #E710B8
Complementary color
Monochromatic Colors of #E710B8
Black with #E710B8
Text Example
Text Example
White with #E710B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710B8; }
p { color: rgb(231,16,184); }
H1.HeaderClassName
{
color: #E710B8;
}
.AnyTagClassName
{
color: #E710B8;
}
</style>
background-color css
<style>
a { background-color: #E710B8; }
a { background-color: rgb(231,16,184); }
div.DivClassName
{
background-color: #E710B8;
}
.BgClassName
{
background-color: #E710B8;
}
</style>
border-color css
<style>
span { border-color: #E710B8; }
span { border-color: rgb(231,16,184); }
td.TdClassName
{
border-color: #E710B8;
}
.TagClassName
{
border-color: #E710B8;
}
</style>