Shades of Shocking Pink #E51FC7
Tints of Shocking Pink #E51FC7
RGB
CMYK
RGB Variations
Color information
#E51FC7 (or 0xE51FC7) is known color: Shocking Pink. HEX triplet: E5, 1F and C7. RGB value is (229,31,199). Sum of RGB (Red+Green+Blue) = 229+31+199=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51FC7 is #1AE038. Grayscale: #6C6C6C. Windows color (decimal): -1761337 or 13049829. OLE color: 13049829.
HSL color Cylindrical-coordinate representation of color #E51FC7: hue angle of 309.09º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51FC7 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 199 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.10 |
| HSL | 309.09º | 0.79% | 0.51% | - |
| HSV(B) | 309.09º | 0.86% | 0.9% | - |
| XYZ | 43.11 | 21.76 | 55.96 | - |
| YUV | 109.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 199 | 0 | 0.86 | 0.13 | 0.10 | 309.09 | 0.79 | 0.51 |
| Hex | E5 | 1F | C7 | 0 | 56 | D | A | 135 | 4F | 33 |
| Octal | 345 | 37 | 307 | 0 | 126 | 15 | 12 | 465 | 117 | 63 |
| Binary | 11100101 | 11111 | 11000111 | 0 | 1010110 | 1101 | 1010 | 100110101 | 1001111 | 110011 |
Color Harmonies of #E51FC7
Complementary color
Monochromatic Colors of #E51FC7
Black with #E51FC7
Text Example
Text Example
White with #E51FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FC7; }
p { color: rgb(229,31,199); }
H1.HeaderClassName
{
color: #E51FC7;
}
.AnyTagClassName
{
color: #E51FC7;
}
</style>
background-color css
<style>
a { background-color: #E51FC7; }
a { background-color: rgb(229,31,199); }
div.DivClassName
{
background-color: #E51FC7;
}
.BgClassName
{
background-color: #E51FC7;
}
</style>
border-color css
<style>
span { border-color: #E51FC7; }
span { border-color: rgb(229,31,199); }
td.TdClassName
{
border-color: #E51FC7;
}
.TagClassName
{
border-color: #E51FC7;
}
</style>