Shades of Shocking Pink #E70ECA
Tints of Shocking Pink #E70ECA
RGB
CMYK
RGB Variations
Color information
#E70ECA (or 0xE70ECA) is known color: Shocking Pink. HEX triplet: E7, 0E and CA. RGB value is (231,14,202). Sum of RGB (Red+Green+Blue) = 231+14+202=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ECA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ECA is #18F135. Grayscale: #636363. Windows color (decimal): -1634614 or 13242087. OLE color: 13242087.
HSL color Cylindrical-coordinate representation of color #E70ECA: hue angle of 308.02º 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 #E70ECA is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.09 |
| HSL | 308.02º | 0.89% | 0.48% | - |
| HSV(B) | 308.02º | 0.94% | 0.91% | - |
| XYZ | 43.77 | 21.57 | 57.73 | - |
| YUV | 100.32 | 185.39 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 202 | 0 | 0.94 | 0.13 | 0.09 | 308.02 | 0.89 | 0.48 |
| Hex | E7 | E | CA | 0 | 5E | D | 9 | 134 | 59 | 30 |
| Octal | 347 | 16 | 312 | 0 | 136 | 15 | 11 | 464 | 131 | 60 |
| Binary | 11100111 | 1110 | 11001010 | 0 | 1011110 | 1101 | 1001 | 100110100 | 1011001 | 110000 |
Color Harmonies of #E70ECA
Complementary color
Monochromatic Colors of #E70ECA
Black with #E70ECA
Text Example
Text Example
White with #E70ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ECA; }
p { color: rgb(231,14,202); }
H1.HeaderClassName
{
color: #E70ECA;
}
.AnyTagClassName
{
color: #E70ECA;
}
</style>
background-color css
<style>
a { background-color: #E70ECA; }
a { background-color: rgb(231,14,202); }
div.DivClassName
{
background-color: #E70ECA;
}
.BgClassName
{
background-color: #E70ECA;
}
</style>
border-color css
<style>
span { border-color: #E70ECA; }
span { border-color: rgb(231,14,202); }
td.TdClassName
{
border-color: #E70ECA;
}
.TagClassName
{
border-color: #E70ECA;
}
</style>