Shades of Shocking Pink #E71FCF
Tints of Shocking Pink #E71FCF
RGB
CMYK
RGB Variations
Color information
#E71FCF (or 0xE71FCF) is known color: Shocking Pink. HEX triplet: E7, 1F and CF. RGB value is (231,31,207). Sum of RGB (Red+Green+Blue) = 231+31+207=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FCF is #18E030. Grayscale: #6E6E6E. Windows color (decimal): -1630257 or 13574119. OLE color: 13574119.
HSL color Cylindrical-coordinate representation of color #E71FCF: hue angle of 307.2º 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 #E71FCF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 207 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.09 |
| HSL | 307.2º | 0.81% | 0.51% | - |
| HSV(B) | 307.2º | 0.87% | 0.91% | - |
| XYZ | 44.71 | 22.47 | 61.01 | - |
| YUV | 110.86 | 182.26 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 207 | 0 | 0.87 | 0.10 | 0.09 | 307.2 | 0.81 | 0.51 |
| Hex | E7 | 1F | CF | 0 | 57 | A | 9 | 133 | 51 | 33 |
| Octal | 347 | 37 | 317 | 0 | 127 | 12 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11111 | 11001111 | 0 | 1010111 | 1010 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71FCF
Complementary color
Monochromatic Colors of #E71FCF
Black with #E71FCF
Text Example
Text Example
White with #E71FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71FCF; }
p { color: rgb(231,31,207); }
H1.HeaderClassName
{
color: #E71FCF;
}
.AnyTagClassName
{
color: #E71FCF;
}
</style>
background-color css
<style>
a { background-color: #E71FCF; }
a { background-color: rgb(231,31,207); }
div.DivClassName
{
background-color: #E71FCF;
}
.BgClassName
{
background-color: #E71FCF;
}
</style>
border-color css
<style>
span { border-color: #E71FCF; }
span { border-color: rgb(231,31,207); }
td.TdClassName
{
border-color: #E71FCF;
}
.TagClassName
{
border-color: #E71FCF;
}
</style>