Shades of Shocking Pink #E71ED4
Tints of Shocking Pink #E71ED4
RGB
CMYK
RGB Variations
Color information
#E71ED4 (or 0xE71ED4) is known color: Shocking Pink. HEX triplet: E7, 1E and D4. RGB value is (231,30,212). Sum of RGB (Red+Green+Blue) = 231+30+212=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ED4 is #18E12B. Grayscale: #6E6E6E. Windows color (decimal): -1630508 or 13901543. OLE color: 13901543.
HSL color Cylindrical-coordinate representation of color #E71ED4: hue angle of 305.67º 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 #E71ED4 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 212 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.09 |
| HSL | 305.67º | 0.81% | 0.51% | - |
| HSV(B) | 305.67º | 0.87% | 0.91% | - |
| XYZ | 45.3 | 22.67 | 64.28 | - |
| YUV | 110.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 212 | 0 | 0.87 | 0.08 | 0.09 | 305.67 | 0.81 | 0.51 |
| Hex | E7 | 1E | D4 | 0 | 57 | 8 | 9 | 132 | 51 | 33 |
| Octal | 347 | 36 | 324 | 0 | 127 | 10 | 11 | 462 | 121 | 63 |
| Binary | 11100111 | 11110 | 11010100 | 0 | 1010111 | 1000 | 1001 | 100110010 | 1010001 | 110011 |
Color Harmonies of #E71ED4
Complementary color
Monochromatic Colors of #E71ED4
Black with #E71ED4
Text Example
Text Example
White with #E71ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ED4; }
p { color: rgb(231,30,212); }
H1.HeaderClassName
{
color: #E71ED4;
}
.AnyTagClassName
{
color: #E71ED4;
}
</style>
background-color css
<style>
a { background-color: #E71ED4; }
a { background-color: rgb(231,30,212); }
div.DivClassName
{
background-color: #E71ED4;
}
.BgClassName
{
background-color: #E71ED4;
}
</style>
border-color css
<style>
span { border-color: #E71ED4; }
span { border-color: rgb(231,30,212); }
td.TdClassName
{
border-color: #E71ED4;
}
.TagClassName
{
border-color: #E71ED4;
}
</style>