Shades of Shocking Pink #E70EBA
Tints of Shocking Pink #E70EBA
RGB
CMYK
RGB Variations
Color information
#E70EBA (or 0xE70EBA) is known color: Shocking Pink. HEX triplet: E7, 0E and BA. RGB value is (231,14,186). Sum of RGB (Red+Green+Blue) = 231+14+186=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EBA is #18F145. Grayscale: #626262. Windows color (decimal): -1634630 or 12193511. OLE color: 12193511.
HSL color Cylindrical-coordinate representation of color #E70EBA: hue angle of 312.44º 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 #E70EBA is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.09 |
| HSL | 312.44º | 0.89% | 0.48% | - |
| HSV(B) | 312.44º | 0.94% | 0.91% | - |
| XYZ | 41.97 | 20.85 | 48.27 | - |
| YUV | 98.49 | 177.39 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 186 | 0 | 0.94 | 0.19 | 0.09 | 312.44 | 0.89 | 0.48 |
| Hex | E7 | E | BA | 0 | 5E | 13 | 9 | 138 | 59 | 30 |
| Octal | 347 | 16 | 272 | 0 | 136 | 23 | 11 | 470 | 131 | 60 |
| Binary | 11100111 | 1110 | 10111010 | 0 | 1011110 | 10011 | 1001 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E70EBA
Complementary color
Monochromatic Colors of #E70EBA
Black with #E70EBA
Text Example
Text Example
White with #E70EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EBA; }
p { color: rgb(231,14,186); }
H1.HeaderClassName
{
color: #E70EBA;
}
.AnyTagClassName
{
color: #E70EBA;
}
</style>
background-color css
<style>
a { background-color: #E70EBA; }
a { background-color: rgb(231,14,186); }
div.DivClassName
{
background-color: #E70EBA;
}
.BgClassName
{
background-color: #E70EBA;
}
</style>
border-color css
<style>
span { border-color: #E70EBA; }
span { border-color: rgb(231,14,186); }
td.TdClassName
{
border-color: #E70EBA;
}
.TagClassName
{
border-color: #E70EBA;
}
</style>