Shades of Shocking Pink #E71DCC
Tints of Shocking Pink #E71DCC
RGB
CMYK
RGB Variations
Color information
#E71DCC (or 0xE71DCC) is known color: Shocking Pink. HEX triplet: E7, 1D and CC. RGB value is (231,29,204). Sum of RGB (Red+Green+Blue) = 231+29+204=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DCC is #18E233. Grayscale: #6C6C6C. Windows color (decimal): -1630772 or 13376999. OLE color: 13376999.
HSL color Cylindrical-coordinate representation of color #E71DCC: hue angle of 308.02º 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 #E71DCC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 204 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.09 |
| HSL | 308.02º | 0.81% | 0.51% | - |
| HSV(B) | 308.02º | 0.87% | 0.91% | - |
| XYZ | 44.29 | 22.23 | 59.08 | - |
| YUV | 109.35 | 181.42 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 204 | 0 | 0.87 | 0.12 | 0.09 | 308.02 | 0.81 | 0.51 |
| Hex | E7 | 1D | CC | 0 | 57 | C | 9 | 134 | 51 | 33 |
| Octal | 347 | 35 | 314 | 0 | 127 | 14 | 11 | 464 | 121 | 63 |
| Binary | 11100111 | 11101 | 11001100 | 0 | 1010111 | 1100 | 1001 | 100110100 | 1010001 | 110011 |
Color Harmonies of #E71DCC
Complementary color
Monochromatic Colors of #E71DCC
Black with #E71DCC
Text Example
Text Example
White with #E71DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DCC; }
p { color: rgb(231,29,204); }
H1.HeaderClassName
{
color: #E71DCC;
}
.AnyTagClassName
{
color: #E71DCC;
}
</style>
background-color css
<style>
a { background-color: #E71DCC; }
a { background-color: rgb(231,29,204); }
div.DivClassName
{
background-color: #E71DCC;
}
.BgClassName
{
background-color: #E71DCC;
}
</style>
border-color css
<style>
span { border-color: #E71DCC; }
span { border-color: rgb(231,29,204); }
td.TdClassName
{
border-color: #E71DCC;
}
.TagClassName
{
border-color: #E71DCC;
}
</style>