Shades of Shocking Pink #E70EB1
Tints of Shocking Pink #E70EB1
RGB
CMYK
RGB Variations
Color information
#E70EB1 (or 0xE70EB1) is known color: Shocking Pink. HEX triplet: E7, 0E and B1. RGB value is (231,14,177). Sum of RGB (Red+Green+Blue) = 231+14+177=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70EB1 is #18F14E. Grayscale: #616161. Windows color (decimal): -1634639 or 11603687. OLE color: 11603687.
HSL color Cylindrical-coordinate representation of color #E70EB1: hue angle of 314.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70EB1 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 177 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.09 |
| HSL | 314.93º | 0.89% | 0.48% | - |
| HSV(B) | 314.93º | 0.94% | 0.91% | - |
| XYZ | 41.05 | 20.48 | 43.38 | - |
| YUV | 97.47 | 172.89 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 177 | 0 | 0.94 | 0.23 | 0.09 | 314.93 | 0.89 | 0.48 |
| Hex | E7 | E | B1 | 0 | 5E | 17 | 9 | 13B | 59 | 30 |
| Octal | 347 | 16 | 261 | 0 | 136 | 27 | 11 | 473 | 131 | 60 |
| Binary | 11100111 | 1110 | 10110001 | 0 | 1011110 | 10111 | 1001 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E70EB1
Complementary color
Monochromatic Colors of #E70EB1
Black with #E70EB1
Text Example
Text Example
White with #E70EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EB1; }
p { color: rgb(231,14,177); }
H1.HeaderClassName
{
color: #E70EB1;
}
.AnyTagClassName
{
color: #E70EB1;
}
</style>
background-color css
<style>
a { background-color: #E70EB1; }
a { background-color: rgb(231,14,177); }
div.DivClassName
{
background-color: #E70EB1;
}
.BgClassName
{
background-color: #E70EB1;
}
</style>
border-color css
<style>
span { border-color: #E70EB1; }
span { border-color: rgb(231,14,177); }
td.TdClassName
{
border-color: #E70EB1;
}
.TagClassName
{
border-color: #E70EB1;
}
</style>