Shades of Shocking Pink #E710B0
Tints of Shocking Pink #E710B0
RGB
CMYK
RGB Variations
Color information
#E710B0 (or 0xE710B0) is known color: Shocking Pink. HEX triplet: E7, 10 and B0. RGB value is (231,16,176). Sum of RGB (Red+Green+Blue) = 231+16+176=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E710B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E710B0 is #18EF4F. Grayscale: #626262. Windows color (decimal): -1634128 or 11538663. OLE color: 11538663.
HSL color Cylindrical-coordinate representation of color #E710B0: hue angle of 315.35º 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 #E710B0 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.09 |
| HSL | 315.35º | 0.87% | 0.48% | - |
| HSV(B) | 315.35º | 0.93% | 0.91% | - |
| XYZ | 40.98 | 20.49 | 42.87 | - |
| YUV | 98.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 176 | 0 | 0.93 | 0.24 | 0.09 | 315.35 | 0.87 | 0.48 |
| Hex | E7 | 10 | B0 | 0 | 5D | 18 | 9 | 13B | 57 | 30 |
| Octal | 347 | 20 | 260 | 0 | 135 | 30 | 11 | 473 | 127 | 60 |
| Binary | 11100111 | 10000 | 10110000 | 0 | 1011101 | 11000 | 1001 | 100111011 | 1010111 | 110000 |
Color Harmonies of #E710B0
Complementary color
Monochromatic Colors of #E710B0
Black with #E710B0
Text Example
Text Example
White with #E710B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710B0; }
p { color: rgb(231,16,176); }
H1.HeaderClassName
{
color: #E710B0;
}
.AnyTagClassName
{
color: #E710B0;
}
</style>
background-color css
<style>
a { background-color: #E710B0; }
a { background-color: rgb(231,16,176); }
div.DivClassName
{
background-color: #E710B0;
}
.BgClassName
{
background-color: #E710B0;
}
</style>
border-color css
<style>
span { border-color: #E710B0; }
span { border-color: rgb(231,16,176); }
td.TdClassName
{
border-color: #E710B0;
}
.TagClassName
{
border-color: #E710B0;
}
</style>