Shades of Shocking Pink #E514C0
Tints of Shocking Pink #E514C0
RGB
CMYK
RGB Variations
Color information
#E514C0 (or 0xE514C0) is known color: Shocking Pink. HEX triplet: E5, 14 and C0. RGB value is (229,20,192). Sum of RGB (Red+Green+Blue) = 229+20+192=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E514C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514C0 is #1AEB3F. Grayscale: #656565. Windows color (decimal): -1764160 or 12588261. OLE color: 12588261.
HSL color Cylindrical-coordinate representation of color #E514C0: hue angle of 310.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514C0 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 192 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.10 |
| HSL | 310.62º | 0.84% | 0.49% | - |
| HSV(B) | 310.62º | 0.91% | 0.9% | - |
| XYZ | 42.08 | 20.96 | 51.7 | - |
| YUV | 102.1 | 178.74 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 192 | 0 | 0.91 | 0.16 | 0.10 | 310.62 | 0.84 | 0.49 |
| Hex | E5 | 14 | C0 | 0 | 5B | 10 | A | 137 | 54 | 31 |
| Octal | 345 | 24 | 300 | 0 | 133 | 20 | 12 | 467 | 124 | 61 |
| Binary | 11100101 | 10100 | 11000000 | 0 | 1011011 | 10000 | 1010 | 100110111 | 1010100 | 110001 |
Color Harmonies of #E514C0
Complementary color
Monochromatic Colors of #E514C0
Black with #E514C0
Text Example
Text Example
White with #E514C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514C0; }
p { color: rgb(229,20,192); }
H1.HeaderClassName
{
color: #E514C0;
}
.AnyTagClassName
{
color: #E514C0;
}
</style>
background-color css
<style>
a { background-color: #E514C0; }
a { background-color: rgb(229,20,192); }
div.DivClassName
{
background-color: #E514C0;
}
.BgClassName
{
background-color: #E514C0;
}
</style>
border-color css
<style>
span { border-color: #E514C0; }
span { border-color: rgb(229,20,192); }
td.TdClassName
{
border-color: #E514C0;
}
.TagClassName
{
border-color: #E514C0;
}
</style>