Shades of Shocking Pink #E71DCE
Tints of Shocking Pink #E71DCE
RGB
CMYK
RGB Variations
Color information
#E71DCE (or 0xE71DCE) is known color: Shocking Pink. HEX triplet: E7, 1D and CE. RGB value is (231,29,206). Sum of RGB (Red+Green+Blue) = 231+29+206=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DCE is #18E231. Grayscale: #6D6D6D. Windows color (decimal): -1630770 or 13508071. OLE color: 13508071.
HSL color Cylindrical-coordinate representation of color #E71DCE: hue angle of 307.43º 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 #E71DCE is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 206 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.09 |
| HSL | 307.43º | 0.81% | 0.51% | - |
| HSV(B) | 307.43º | 0.87% | 0.91% | - |
| XYZ | 44.53 | 22.32 | 60.35 | - |
| YUV | 109.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 206 | 0 | 0.87 | 0.11 | 0.09 | 307.43 | 0.81 | 0.51 |
| Hex | E7 | 1D | CE | 0 | 57 | B | 9 | 133 | 51 | 33 |
| Octal | 347 | 35 | 316 | 0 | 127 | 13 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11101 | 11001110 | 0 | 1010111 | 1011 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71DCE
Complementary color
Monochromatic Colors of #E71DCE
Black with #E71DCE
Text Example
Text Example
White with #E71DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DCE; }
p { color: rgb(231,29,206); }
H1.HeaderClassName
{
color: #E71DCE;
}
.AnyTagClassName
{
color: #E71DCE;
}
</style>
background-color css
<style>
a { background-color: #E71DCE; }
a { background-color: rgb(231,29,206); }
div.DivClassName
{
background-color: #E71DCE;
}
.BgClassName
{
background-color: #E71DCE;
}
</style>
border-color css
<style>
span { border-color: #E71DCE; }
span { border-color: rgb(231,29,206); }
td.TdClassName
{
border-color: #E71DCE;
}
.TagClassName
{
border-color: #E71DCE;
}
</style>