Shades of Shocking Pink #E51EC7
Tints of Shocking Pink #E51EC7
RGB
CMYK
RGB Variations
Color information
#E51EC7 (or 0xE51EC7) is known color: Shocking Pink. HEX triplet: E5, 1E and C7. RGB value is (229,30,199). Sum of RGB (Red+Green+Blue) = 229+30+199=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EC7 is #1AE138. Grayscale: #6C6C6C. Windows color (decimal): -1761593 or 13049573. OLE color: 13049573.
HSL color Cylindrical-coordinate representation of color #E51EC7: hue angle of 309.05º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51EC7 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 199 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.10 |
| HSL | 309.05º | 0.79% | 0.51% | - |
| HSV(B) | 309.05º | 0.87% | 0.9% | - |
| XYZ | 43.09 | 21.71 | 55.95 | - |
| YUV | 108.77 | 178.93 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 199 | 0 | 0.87 | 0.13 | 0.10 | 309.05 | 0.79 | 0.51 |
| Hex | E5 | 1E | C7 | 0 | 57 | D | A | 135 | 4F | 33 |
| Octal | 345 | 36 | 307 | 0 | 127 | 15 | 12 | 465 | 117 | 63 |
| Binary | 11100101 | 11110 | 11000111 | 0 | 1010111 | 1101 | 1010 | 100110101 | 1001111 | 110011 |
Color Harmonies of #E51EC7
Complementary color
Monochromatic Colors of #E51EC7
Black with #E51EC7
Text Example
Text Example
White with #E51EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EC7; }
p { color: rgb(229,30,199); }
H1.HeaderClassName
{
color: #E51EC7;
}
.AnyTagClassName
{
color: #E51EC7;
}
</style>
background-color css
<style>
a { background-color: #E51EC7; }
a { background-color: rgb(229,30,199); }
div.DivClassName
{
background-color: #E51EC7;
}
.BgClassName
{
background-color: #E51EC7;
}
</style>
border-color css
<style>
span { border-color: #E51EC7; }
span { border-color: rgb(229,30,199); }
td.TdClassName
{
border-color: #E51EC7;
}
.TagClassName
{
border-color: #E51EC7;
}
</style>