Shades of Shocking Pink #E71DD5
Tints of Shocking Pink #E71DD5
RGB
CMYK
RGB Variations
Color information
#E71DD5 (or 0xE71DD5) is known color: Shocking Pink. HEX triplet: E7, 1D and D5. RGB value is (231,29,213). Sum of RGB (Red+Green+Blue) = 231+29+213=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DD5 is #18E22A. Grayscale: #6D6D6D. Windows color (decimal): -1630763 or 13966823. OLE color: 13966823.
HSL color Cylindrical-coordinate representation of color #E71DD5: hue angle of 305.35º 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 #E71DD5 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 213 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.09 |
| HSL | 305.35º | 0.81% | 0.51% | - |
| HSV(B) | 305.35º | 0.87% | 0.91% | - |
| XYZ | 45.4 | 22.67 | 64.93 | - |
| YUV | 110.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 213 | 0 | 0.87 | 0.08 | 0.09 | 305.35 | 0.81 | 0.51 |
| Hex | E7 | 1D | D5 | 0 | 57 | 8 | 9 | 131 | 51 | 33 |
| Octal | 347 | 35 | 325 | 0 | 127 | 10 | 11 | 461 | 121 | 63 |
| Binary | 11100111 | 11101 | 11010101 | 0 | 1010111 | 1000 | 1001 | 100110001 | 1010001 | 110011 |
Color Harmonies of #E71DD5
Complementary color
Monochromatic Colors of #E71DD5
Black with #E71DD5
Text Example
Text Example
White with #E71DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DD5; }
p { color: rgb(231,29,213); }
H1.HeaderClassName
{
color: #E71DD5;
}
.AnyTagClassName
{
color: #E71DD5;
}
</style>
background-color css
<style>
a { background-color: #E71DD5; }
a { background-color: rgb(231,29,213); }
div.DivClassName
{
background-color: #E71DD5;
}
.BgClassName
{
background-color: #E71DD5;
}
</style>
border-color css
<style>
span { border-color: #E71DD5; }
span { border-color: rgb(231,29,213); }
td.TdClassName
{
border-color: #E71DD5;
}
.TagClassName
{
border-color: #E71DD5;
}
</style>