Shades of Shocking Pink #E71FCC
Tints of Shocking Pink #E71FCC
RGB
CMYK
RGB Variations
Color information
#E71FCC (or 0xE71FCC) is known color: Shocking Pink. HEX triplet: E7, 1F and CC. RGB value is (231,31,204). Sum of RGB (Red+Green+Blue) = 231+31+204=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FCC is #18E033. Grayscale: #6E6E6E. Windows color (decimal): -1630260 or 13377511. OLE color: 13377511.
HSL color Cylindrical-coordinate representation of color #E71FCC: hue angle of 308.1º 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 #E71FCC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 204 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.09 |
| HSL | 308.1º | 0.81% | 0.51% | - |
| HSV(B) | 308.1º | 0.87% | 0.91% | - |
| XYZ | 44.34 | 22.33 | 59.1 | - |
| YUV | 110.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 204 | 0 | 0.87 | 0.12 | 0.09 | 308.1 | 0.81 | 0.51 |
| Hex | E7 | 1F | CC | 0 | 57 | C | 9 | 134 | 51 | 33 |
| Octal | 347 | 37 | 314 | 0 | 127 | 14 | 11 | 464 | 121 | 63 |
| Binary | 11100111 | 11111 | 11001100 | 0 | 1010111 | 1100 | 1001 | 100110100 | 1010001 | 110011 |
Color Harmonies of #E71FCC
Complementary color
Monochromatic Colors of #E71FCC
Black with #E71FCC
Text Example
Text Example
White with #E71FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71FCC; }
p { color: rgb(231,31,204); }
H1.HeaderClassName
{
color: #E71FCC;
}
.AnyTagClassName
{
color: #E71FCC;
}
</style>
background-color css
<style>
a { background-color: #E71FCC; }
a { background-color: rgb(231,31,204); }
div.DivClassName
{
background-color: #E71FCC;
}
.BgClassName
{
background-color: #E71FCC;
}
</style>
border-color css
<style>
span { border-color: #E71FCC; }
span { border-color: rgb(231,31,204); }
td.TdClassName
{
border-color: #E71FCC;
}
.TagClassName
{
border-color: #E71FCC;
}
</style>