Shades of Shocking Pink #E50ECE
Tints of Shocking Pink #E50ECE
RGB
CMYK
RGB Variations
Color information
#E50ECE (or 0xE50ECE) is known color: Shocking Pink. HEX triplet: E5, 0E and CE. RGB value is (229,14,206). Sum of RGB (Red+Green+Blue) = 229+14+206=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ECE is #1AF131. Grayscale: #636363. Windows color (decimal): -1765682 or 13504229. OLE color: 13504229.
HSL color Cylindrical-coordinate representation of color #E50ECE: hue angle of 306.42º 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 #E50ECE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.10 |
| HSL | 306.42º | 0.88% | 0.48% | - |
| HSV(B) | 306.42º | 0.94% | 0.9% | - |
| XYZ | 43.61 | 21.43 | 60.23 | - |
| YUV | 100.17 | 187.73 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 206 | 0 | 0.94 | 0.10 | 0.10 | 306.42 | 0.88 | 0.48 |
| Hex | E5 | E | CE | 0 | 5E | A | A | 132 | 58 | 30 |
| Octal | 345 | 16 | 316 | 0 | 136 | 12 | 12 | 462 | 130 | 60 |
| Binary | 11100101 | 1110 | 11001110 | 0 | 1011110 | 1010 | 1010 | 100110010 | 1011000 | 110000 |
Color Harmonies of #E50ECE
Complementary color
Monochromatic Colors of #E50ECE
Black with #E50ECE
Text Example
Text Example
White with #E50ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50ECE; }
p { color: rgb(229,14,206); }
H1.HeaderClassName
{
color: #E50ECE;
}
.AnyTagClassName
{
color: #E50ECE;
}
</style>
background-color css
<style>
a { background-color: #E50ECE; }
a { background-color: rgb(229,14,206); }
div.DivClassName
{
background-color: #E50ECE;
}
.BgClassName
{
background-color: #E50ECE;
}
</style>
border-color css
<style>
span { border-color: #E50ECE; }
span { border-color: rgb(229,14,206); }
td.TdClassName
{
border-color: #E50ECE;
}
.TagClassName
{
border-color: #E50ECE;
}
</style>