Shades of Shocking Pink #E71DD4
Tints of Shocking Pink #E71DD4
RGB
CMYK
RGB Variations
Color information
#E71DD4 (or 0xE71DD4) is known color: Shocking Pink. HEX triplet: E7, 1D and D4. RGB value is (231,29,212). Sum of RGB (Red+Green+Blue) = 231+29+212=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DD4 is #18E22B. Grayscale: #6D6D6D. Windows color (decimal): -1630764 or 13901287. OLE color: 13901287.
HSL color Cylindrical-coordinate representation of color #E71DD4: hue angle of 305.64º 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 #E71DD4 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 212 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.09 |
| HSL | 305.64º | 0.81% | 0.51% | - |
| HSV(B) | 305.64º | 0.87% | 0.91% | - |
| XYZ | 45.28 | 22.62 | 64.27 | - |
| YUV | 110.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 212 | 0 | 0.87 | 0.08 | 0.09 | 305.64 | 0.81 | 0.51 |
| Hex | E7 | 1D | D4 | 0 | 57 | 8 | 9 | 132 | 51 | 33 |
| Octal | 347 | 35 | 324 | 0 | 127 | 10 | 11 | 462 | 121 | 63 |
| Binary | 11100111 | 11101 | 11010100 | 0 | 1010111 | 1000 | 1001 | 100110010 | 1010001 | 110011 |
Color Harmonies of #E71DD4
Complementary color
Monochromatic Colors of #E71DD4
Black with #E71DD4
Text Example
Text Example
White with #E71DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DD4; }
p { color: rgb(231,29,212); }
H1.HeaderClassName
{
color: #E71DD4;
}
.AnyTagClassName
{
color: #E71DD4;
}
</style>
background-color css
<style>
a { background-color: #E71DD4; }
a { background-color: rgb(231,29,212); }
div.DivClassName
{
background-color: #E71DD4;
}
.BgClassName
{
background-color: #E71DD4;
}
</style>
border-color css
<style>
span { border-color: #E71DD4; }
span { border-color: rgb(231,29,212); }
td.TdClassName
{
border-color: #E71DD4;
}
.TagClassName
{
border-color: #E71DD4;
}
</style>