Shades of Shocking Pink #E71DBC
Tints of Shocking Pink #E71DBC
RGB
CMYK
RGB Variations
Color information
#E71DBC (or 0xE71DBC) is known color: Shocking Pink. HEX triplet: E7, 1D and BC. RGB value is (231,29,188). Sum of RGB (Red+Green+Blue) = 231+29+188=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DBC is #18E243. Grayscale: #6B6B6B. Windows color (decimal): -1630788 or 12328423. OLE color: 12328423.
HSL color Cylindrical-coordinate representation of color #E71DBC: hue angle of 312.77º 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 #E71DBC is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 188 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.09 |
| HSL | 312.77º | 0.81% | 0.51% | - |
| HSV(B) | 312.77º | 0.87% | 0.91% | - |
| XYZ | 42.47 | 21.5 | 49.49 | - |
| YUV | 107.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 188 | 0 | 0.87 | 0.19 | 0.09 | 312.77 | 0.81 | 0.51 |
| Hex | E7 | 1D | BC | 0 | 57 | 13 | 9 | 139 | 51 | 33 |
| Octal | 347 | 35 | 274 | 0 | 127 | 23 | 11 | 471 | 121 | 63 |
| Binary | 11100111 | 11101 | 10111100 | 0 | 1010111 | 10011 | 1001 | 100111001 | 1010001 | 110011 |
Color Harmonies of #E71DBC
Complementary color
Monochromatic Colors of #E71DBC
Black with #E71DBC
Text Example
Text Example
White with #E71DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DBC; }
p { color: rgb(231,29,188); }
H1.HeaderClassName
{
color: #E71DBC;
}
.AnyTagClassName
{
color: #E71DBC;
}
</style>
background-color css
<style>
a { background-color: #E71DBC; }
a { background-color: rgb(231,29,188); }
div.DivClassName
{
background-color: #E71DBC;
}
.BgClassName
{
background-color: #E71DBC;
}
</style>
border-color css
<style>
span { border-color: #E71DBC; }
span { border-color: rgb(231,29,188); }
td.TdClassName
{
border-color: #E71DBC;
}
.TagClassName
{
border-color: #E71DBC;
}
</style>