Shades of Shocking Pink #E70FC1
Tints of Shocking Pink #E70FC1
RGB
CMYK
RGB Variations
Color information
#E70FC1 (or 0xE70FC1) is known color: Shocking Pink. HEX triplet: E7, 0F and C1. RGB value is (231,15,193). Sum of RGB (Red+Green+Blue) = 231+15+193=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FC1 is #18F03E. Grayscale: #636363. Windows color (decimal): -1634367 or 12652519. OLE color: 12652519.
HSL color Cylindrical-coordinate representation of color #E70FC1: hue angle of 310.56º 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 #E70FC1 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 193 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.09 |
| HSL | 310.56º | 0.88% | 0.48% | - |
| HSV(B) | 310.56º | 0.94% | 0.91% | - |
| XYZ | 42.75 | 21.18 | 52.29 | - |
| YUV | 99.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 193 | 0 | 0.94 | 0.16 | 0.09 | 310.56 | 0.88 | 0.48 |
| Hex | E7 | F | C1 | 0 | 5E | 10 | 9 | 137 | 58 | 30 |
| Octal | 347 | 17 | 301 | 0 | 136 | 20 | 11 | 467 | 130 | 60 |
| Binary | 11100111 | 1111 | 11000001 | 0 | 1011110 | 10000 | 1001 | 100110111 | 1011000 | 110000 |
Color Harmonies of #E70FC1
Complementary color
Monochromatic Colors of #E70FC1
Black with #E70FC1
Text Example
Text Example
White with #E70FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FC1; }
p { color: rgb(231,15,193); }
H1.HeaderClassName
{
color: #E70FC1;
}
.AnyTagClassName
{
color: #E70FC1;
}
</style>
background-color css
<style>
a { background-color: #E70FC1; }
a { background-color: rgb(231,15,193); }
div.DivClassName
{
background-color: #E70FC1;
}
.BgClassName
{
background-color: #E70FC1;
}
</style>
border-color css
<style>
span { border-color: #E70FC1; }
span { border-color: rgb(231,15,193); }
td.TdClassName
{
border-color: #E70FC1;
}
.TagClassName
{
border-color: #E70FC1;
}
</style>