Shades of Shocking Pink #E71DCF
Tints of Shocking Pink #E71DCF
RGB
CMYK
RGB Variations
Color information
#E71DCF (or 0xE71DCF) is known color: Shocking Pink. HEX triplet: E7, 1D and CF. RGB value is (231,29,207). Sum of RGB (Red+Green+Blue) = 231+29+207=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DCF is #18E230. Grayscale: #6D6D6D. Windows color (decimal): -1630769 or 13573607. OLE color: 13573607.
HSL color Cylindrical-coordinate representation of color #E71DCF: hue angle of 307.13º 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 #E71DCF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 207 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.09 |
| HSL | 307.13º | 0.81% | 0.51% | - |
| HSV(B) | 307.13º | 0.87% | 0.91% | - |
| XYZ | 44.66 | 22.37 | 61 | - |
| YUV | 109.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 207 | 0 | 0.87 | 0.10 | 0.09 | 307.13 | 0.81 | 0.51 |
| Hex | E7 | 1D | CF | 0 | 57 | A | 9 | 133 | 51 | 33 |
| Octal | 347 | 35 | 317 | 0 | 127 | 12 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11101 | 11001111 | 0 | 1010111 | 1010 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71DCF
Complementary color
Monochromatic Colors of #E71DCF
Black with #E71DCF
Text Example
Text Example
White with #E71DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DCF; }
p { color: rgb(231,29,207); }
H1.HeaderClassName
{
color: #E71DCF;
}
.AnyTagClassName
{
color: #E71DCF;
}
</style>
background-color css
<style>
a { background-color: #E71DCF; }
a { background-color: rgb(231,29,207); }
div.DivClassName
{
background-color: #E71DCF;
}
.BgClassName
{
background-color: #E71DCF;
}
</style>
border-color css
<style>
span { border-color: #E71DCF; }
span { border-color: rgb(231,29,207); }
td.TdClassName
{
border-color: #E71DCF;
}
.TagClassName
{
border-color: #E71DCF;
}
</style>