Shades of Shocking Pink #E514CE
Tints of Shocking Pink #E514CE
RGB
CMYK
RGB Variations
Color information
#E514CE (or 0xE514CE) is known color: Shocking Pink. HEX triplet: E5, 14 and CE. RGB value is (229,20,206). Sum of RGB (Red+Green+Blue) = 229+20+206=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E514CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514CE is #1AEB31. Grayscale: #676767. Windows color (decimal): -1764146 or 13505765. OLE color: 13505765.
HSL color Cylindrical-coordinate representation of color #E514CE: hue angle of 306.6º 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 #E514CE is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 206 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.10 |
| HSL | 306.6º | 0.84% | 0.49% | - |
| HSV(B) | 306.6º | 0.91% | 0.9% | - |
| XYZ | 43.7 | 21.61 | 60.26 | - |
| YUV | 103.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 206 | 0 | 0.91 | 0.10 | 0.10 | 306.6 | 0.84 | 0.49 |
| Hex | E5 | 14 | CE | 0 | 5B | A | A | 133 | 54 | 31 |
| Octal | 345 | 24 | 316 | 0 | 133 | 12 | 12 | 463 | 124 | 61 |
| Binary | 11100101 | 10100 | 11001110 | 0 | 1011011 | 1010 | 1010 | 100110011 | 1010100 | 110001 |
Color Harmonies of #E514CE
Complementary color
Monochromatic Colors of #E514CE
Black with #E514CE
Text Example
Text Example
White with #E514CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514CE; }
p { color: rgb(229,20,206); }
H1.HeaderClassName
{
color: #E514CE;
}
.AnyTagClassName
{
color: #E514CE;
}
</style>
background-color css
<style>
a { background-color: #E514CE; }
a { background-color: rgb(229,20,206); }
div.DivClassName
{
background-color: #E514CE;
}
.BgClassName
{
background-color: #E514CE;
}
</style>
border-color css
<style>
span { border-color: #E514CE; }
span { border-color: rgb(229,20,206); }
td.TdClassName
{
border-color: #E514CE;
}
.TagClassName
{
border-color: #E514CE;
}
</style>