Shades of Shocking Pink #E70ECE
Tints of Shocking Pink #E70ECE
RGB
CMYK
RGB Variations
Color information
#E70ECE (or 0xE70ECE) is known color: Shocking Pink. HEX triplet: E7, 0E and CE. RGB value is (231,14,206). Sum of RGB (Red+Green+Blue) = 231+14+206=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ECE is #18F131. Grayscale: #646464. Windows color (decimal): -1634610 or 13504231. OLE color: 13504231.
HSL color Cylindrical-coordinate representation of color #E70ECE: hue angle of 306.91º 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 #E70ECE is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.09 |
| HSL | 306.91º | 0.89% | 0.48% | - |
| HSV(B) | 306.91º | 0.94% | 0.91% | - |
| XYZ | 44.25 | 21.76 | 60.26 | - |
| YUV | 100.77 | 187.39 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 206 | 0 | 0.94 | 0.11 | 0.09 | 306.91 | 0.89 | 0.48 |
| Hex | E7 | E | CE | 0 | 5E | B | 9 | 133 | 59 | 30 |
| Octal | 347 | 16 | 316 | 0 | 136 | 13 | 11 | 463 | 131 | 60 |
| Binary | 11100111 | 1110 | 11001110 | 0 | 1011110 | 1011 | 1001 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E70ECE
Complementary color
Monochromatic Colors of #E70ECE
Black with #E70ECE
Text Example
Text Example
White with #E70ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ECE; }
p { color: rgb(231,14,206); }
H1.HeaderClassName
{
color: #E70ECE;
}
.AnyTagClassName
{
color: #E70ECE;
}
</style>
background-color css
<style>
a { background-color: #E70ECE; }
a { background-color: rgb(231,14,206); }
div.DivClassName
{
background-color: #E70ECE;
}
.BgClassName
{
background-color: #E70ECE;
}
</style>
border-color css
<style>
span { border-color: #E70ECE; }
span { border-color: rgb(231,14,206); }
td.TdClassName
{
border-color: #E70ECE;
}
.TagClassName
{
border-color: #E70ECE;
}
</style>