Shades of Shocking Pink #E70ECF
Tints of Shocking Pink #E70ECF
RGB
CMYK
RGB Variations
Color information
#E70ECF (or 0xE70ECF) is known color: Shocking Pink. HEX triplet: E7, 0E and CF. RGB value is (231,14,207). Sum of RGB (Red+Green+Blue) = 231+14+207=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ECF is #18F130. Grayscale: #646464. Windows color (decimal): -1634609 or 13569767. OLE color: 13569767.
HSL color Cylindrical-coordinate representation of color #E70ECF: hue angle of 306.64º 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 #E70ECF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.09 |
| HSL | 306.64º | 0.89% | 0.48% | - |
| HSV(B) | 306.64º | 0.94% | 0.91% | - |
| XYZ | 44.37 | 21.81 | 60.9 | - |
| YUV | 100.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 207 | 0 | 0.94 | 0.10 | 0.09 | 306.64 | 0.89 | 0.48 |
| Hex | E7 | E | CF | 0 | 5E | A | 9 | 133 | 59 | 30 |
| Octal | 347 | 16 | 317 | 0 | 136 | 12 | 11 | 463 | 131 | 60 |
| Binary | 11100111 | 1110 | 11001111 | 0 | 1011110 | 1010 | 1001 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E70ECF
Complementary color
Monochromatic Colors of #E70ECF
Black with #E70ECF
Text Example
Text Example
White with #E70ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ECF; }
p { color: rgb(231,14,207); }
H1.HeaderClassName
{
color: #E70ECF;
}
.AnyTagClassName
{
color: #E70ECF;
}
</style>
background-color css
<style>
a { background-color: #E70ECF; }
a { background-color: rgb(231,14,207); }
div.DivClassName
{
background-color: #E70ECF;
}
.BgClassName
{
background-color: #E70ECF;
}
</style>
border-color css
<style>
span { border-color: #E70ECF; }
span { border-color: rgb(231,14,207); }
td.TdClassName
{
border-color: #E70ECF;
}
.TagClassName
{
border-color: #E70ECF;
}
</style>