Shades of Shocking Pink #E510C0
Tints of Shocking Pink #E510C0
RGB
CMYK
RGB Variations
Color information
#E510C0 (or 0xE510C0) is known color: Shocking Pink. HEX triplet: E5, 10 and C0. RGB value is (229,16,192). Sum of RGB (Red+Green+Blue) = 229+16+192=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E510C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510C0 is #1AEF3F. Grayscale: #636363. Windows color (decimal): -1765184 or 12587237. OLE color: 12587237.
HSL color Cylindrical-coordinate representation of color #E510C0: hue angle of 310.42º degrees, saturation: 0.87, 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 #E510C0 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 192 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.10 |
| HSL | 310.42º | 0.87% | 0.48% | - |
| HSV(B) | 310.42º | 0.93% | 0.9% | - |
| XYZ | 42.01 | 20.83 | 51.68 | - |
| YUV | 99.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 192 | 0 | 0.93 | 0.16 | 0.10 | 310.42 | 0.87 | 0.48 |
| Hex | E5 | 10 | C0 | 0 | 5D | 10 | A | 136 | 57 | 30 |
| Octal | 345 | 20 | 300 | 0 | 135 | 20 | 12 | 466 | 127 | 60 |
| Binary | 11100101 | 10000 | 11000000 | 0 | 1011101 | 10000 | 1010 | 100110110 | 1010111 | 110000 |
Color Harmonies of #E510C0
Complementary color
Monochromatic Colors of #E510C0
Black with #E510C0
Text Example
Text Example
White with #E510C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510C0; }
p { color: rgb(229,16,192); }
H1.HeaderClassName
{
color: #E510C0;
}
.AnyTagClassName
{
color: #E510C0;
}
</style>
background-color css
<style>
a { background-color: #E510C0; }
a { background-color: rgb(229,16,192); }
div.DivClassName
{
background-color: #E510C0;
}
.BgClassName
{
background-color: #E510C0;
}
</style>
border-color css
<style>
span { border-color: #E510C0; }
span { border-color: rgb(229,16,192); }
td.TdClassName
{
border-color: #E510C0;
}
.TagClassName
{
border-color: #E510C0;
}
</style>