Shades of Shocking Pink #E71ECF
Tints of Shocking Pink #E71ECF
RGB
CMYK
RGB Variations
Color information
#E71ECF (or 0xE71ECF) is known color: Shocking Pink. HEX triplet: E7, 1E and CF. RGB value is (231,30,207). Sum of RGB (Red+Green+Blue) = 231+30+207=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ECF is #18E130. Grayscale: #6D6D6D. Windows color (decimal): -1630513 or 13573863. OLE color: 13573863.
HSL color Cylindrical-coordinate representation of color #E71ECF: hue angle of 307.16º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71ECF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 207 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.09 |
| HSL | 307.16º | 0.81% | 0.51% | - |
| HSV(B) | 307.16º | 0.87% | 0.91% | - |
| XYZ | 44.68 | 22.42 | 61 | - |
| YUV | 110.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 207 | 0 | 0.87 | 0.10 | 0.09 | 307.16 | 0.81 | 0.51 |
| Hex | E7 | 1E | CF | 0 | 57 | A | 9 | 133 | 51 | 33 |
| Octal | 347 | 36 | 317 | 0 | 127 | 12 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11110 | 11001111 | 0 | 1010111 | 1010 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71ECF
Complementary color
Monochromatic Colors of #E71ECF
Black with #E71ECF
Text Example
Text Example
White with #E71ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ECF; }
p { color: rgb(231,30,207); }
H1.HeaderClassName
{
color: #E71ECF;
}
.AnyTagClassName
{
color: #E71ECF;
}
</style>
background-color css
<style>
a { background-color: #E71ECF; }
a { background-color: rgb(231,30,207); }
div.DivClassName
{
background-color: #E71ECF;
}
.BgClassName
{
background-color: #E71ECF;
}
</style>
border-color css
<style>
span { border-color: #E71ECF; }
span { border-color: rgb(231,30,207); }
td.TdClassName
{
border-color: #E71ECF;
}
.TagClassName
{
border-color: #E71ECF;
}
</style>