Shades of Shocking Pink #E70FC5
Tints of Shocking Pink #E70FC5
RGB
CMYK
RGB Variations
Color information
#E70FC5 (or 0xE70FC5) is known color: Shocking Pink. HEX triplet: E7, 0F and C5. RGB value is (231,15,197). Sum of RGB (Red+Green+Blue) = 231+15+197=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FC5 is #18F03A. Grayscale: #636363. Windows color (decimal): -1634363 or 12914663. OLE color: 12914663.
HSL color Cylindrical-coordinate representation of color #E70FC5: hue angle of 309.44º degrees, saturation: 0.88, 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 #E70FC5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 197 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.09 |
| HSL | 309.44º | 0.88% | 0.48% | - |
| HSV(B) | 309.44º | 0.94% | 0.91% | - |
| XYZ | 43.2 | 21.36 | 54.67 | - |
| YUV | 100.33 | 182.56 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 197 | 0 | 0.94 | 0.15 | 0.09 | 309.44 | 0.88 | 0.48 |
| Hex | E7 | F | C5 | 0 | 5E | F | 9 | 135 | 58 | 30 |
| Octal | 347 | 17 | 305 | 0 | 136 | 17 | 11 | 465 | 130 | 60 |
| Binary | 11100111 | 1111 | 11000101 | 0 | 1011110 | 1111 | 1001 | 100110101 | 1011000 | 110000 |
Color Harmonies of #E70FC5
Complementary color
Monochromatic Colors of #E70FC5
Black with #E70FC5
Text Example
Text Example
White with #E70FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FC5; }
p { color: rgb(231,15,197); }
H1.HeaderClassName
{
color: #E70FC5;
}
.AnyTagClassName
{
color: #E70FC5;
}
</style>
background-color css
<style>
a { background-color: #E70FC5; }
a { background-color: rgb(231,15,197); }
div.DivClassName
{
background-color: #E70FC5;
}
.BgClassName
{
background-color: #E70FC5;
}
</style>
border-color css
<style>
span { border-color: #E70FC5; }
span { border-color: rgb(231,15,197); }
td.TdClassName
{
border-color: #E70FC5;
}
.TagClassName
{
border-color: #E70FC5;
}
</style>