Shades of Shocking Pink #E50FCD
Tints of Shocking Pink #E50FCD
RGB
CMYK
RGB Variations
Color information
#E50FCD (or 0xE50FCD) is known color: Shocking Pink. HEX triplet: E5, 0F and CD. RGB value is (229,15,205). Sum of RGB (Red+Green+Blue) = 229+15+205=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FCD is #1AF032. Grayscale: #646464. Windows color (decimal): -1765427 or 13438949. OLE color: 13438949.
HSL color Cylindrical-coordinate representation of color #E50FCD: hue angle of 306.73º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50FCD is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.10 |
| HSL | 306.73º | 0.88% | 0.48% | - |
| HSV(B) | 306.73º | 0.93% | 0.9% | - |
| XYZ | 43.5 | 21.41 | 59.6 | - |
| YUV | 100.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 205 | 0 | 0.93 | 0.10 | 0.10 | 306.73 | 0.88 | 0.48 |
| Hex | E5 | F | CD | 0 | 5D | A | A | 133 | 58 | 30 |
| Octal | 345 | 17 | 315 | 0 | 135 | 12 | 12 | 463 | 130 | 60 |
| Binary | 11100101 | 1111 | 11001101 | 0 | 1011101 | 1010 | 1010 | 100110011 | 1011000 | 110000 |
Color Harmonies of #E50FCD
Complementary color
Monochromatic Colors of #E50FCD
Black with #E50FCD
Text Example
Text Example
White with #E50FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FCD; }
p { color: rgb(229,15,205); }
H1.HeaderClassName
{
color: #E50FCD;
}
.AnyTagClassName
{
color: #E50FCD;
}
</style>
background-color css
<style>
a { background-color: #E50FCD; }
a { background-color: rgb(229,15,205); }
div.DivClassName
{
background-color: #E50FCD;
}
.BgClassName
{
background-color: #E50FCD;
}
</style>
border-color css
<style>
span { border-color: #E50FCD; }
span { border-color: rgb(229,15,205); }
td.TdClassName
{
border-color: #E50FCD;
}
.TagClassName
{
border-color: #E50FCD;
}
</style>