Shades of Shocking Pink #E50EBC
Tints of Shocking Pink #E50EBC
RGB
CMYK
RGB Variations
Color information
#E50EBC (or 0xE50EBC) is known color: Shocking Pink. HEX triplet: E5, 0E and BC. RGB value is (229,14,188). Sum of RGB (Red+Green+Blue) = 229+14+188=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50EBC is #1AF143. Grayscale: #616161. Windows color (decimal): -1765700 or 12324581. OLE color: 12324581.
HSL color Cylindrical-coordinate representation of color #E50EBC: hue angle of 311.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50EBC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.10 |
| HSL | 311.44º | 0.88% | 0.48% | - |
| HSV(B) | 311.44º | 0.94% | 0.9% | - |
| XYZ | 41.55 | 20.6 | 49.36 | - |
| YUV | 98.12 | 178.73 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 188 | 0 | 0.94 | 0.18 | 0.10 | 311.44 | 0.88 | 0.48 |
| Hex | E5 | E | BC | 0 | 5E | 12 | A | 137 | 58 | 30 |
| Octal | 345 | 16 | 274 | 0 | 136 | 22 | 12 | 467 | 130 | 60 |
| Binary | 11100101 | 1110 | 10111100 | 0 | 1011110 | 10010 | 1010 | 100110111 | 1011000 | 110000 |
Color Harmonies of #E50EBC
Complementary color
Monochromatic Colors of #E50EBC
Black with #E50EBC
Text Example
Text Example
White with #E50EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50EBC; }
p { color: rgb(229,14,188); }
H1.HeaderClassName
{
color: #E50EBC;
}
.AnyTagClassName
{
color: #E50EBC;
}
</style>
background-color css
<style>
a { background-color: #E50EBC; }
a { background-color: rgb(229,14,188); }
div.DivClassName
{
background-color: #E50EBC;
}
.BgClassName
{
background-color: #E50EBC;
}
</style>
border-color css
<style>
span { border-color: #E50EBC; }
span { border-color: rgb(229,14,188); }
td.TdClassName
{
border-color: #E50EBC;
}
.TagClassName
{
border-color: #E50EBC;
}
</style>