Shades of Shocking Pink #E70FCF
Tints of Shocking Pink #E70FCF
RGB
CMYK
RGB Variations
Color information
#E70FCF (or 0xE70FCF) is known color: Shocking Pink. HEX triplet: E7, 0F and CF. RGB value is (231,15,207). Sum of RGB (Red+Green+Blue) = 231+15+207=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FCF is #18F030. Grayscale: #646464. Windows color (decimal): -1634353 or 13570023. OLE color: 13570023.
HSL color Cylindrical-coordinate representation of color #E70FCF: hue angle of 306.67º 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 #E70FCF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.09 |
| HSL | 306.67º | 0.88% | 0.48% | - |
| HSV(B) | 306.67º | 0.94% | 0.91% | - |
| XYZ | 44.39 | 21.84 | 60.91 | - |
| YUV | 101.47 | 187.56 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 207 | 0 | 0.94 | 0.10 | 0.09 | 306.67 | 0.88 | 0.48 |
| Hex | E7 | F | CF | 0 | 5E | A | 9 | 133 | 58 | 30 |
| Octal | 347 | 17 | 317 | 0 | 136 | 12 | 11 | 463 | 130 | 60 |
| Binary | 11100111 | 1111 | 11001111 | 0 | 1011110 | 1010 | 1001 | 100110011 | 1011000 | 110000 |
Color Harmonies of #E70FCF
Complementary color
Monochromatic Colors of #E70FCF
Black with #E70FCF
Text Example
Text Example
White with #E70FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FCF; }
p { color: rgb(231,15,207); }
H1.HeaderClassName
{
color: #E70FCF;
}
.AnyTagClassName
{
color: #E70FCF;
}
</style>
background-color css
<style>
a { background-color: #E70FCF; }
a { background-color: rgb(231,15,207); }
div.DivClassName
{
background-color: #E70FCF;
}
.BgClassName
{
background-color: #E70FCF;
}
</style>
border-color css
<style>
span { border-color: #E70FCF; }
span { border-color: rgb(231,15,207); }
td.TdClassName
{
border-color: #E70FCF;
}
.TagClassName
{
border-color: #E70FCF;
}
</style>