Shades of Shocking Pink #E516CE
Tints of Shocking Pink #E516CE
RGB
CMYK
RGB Variations
Color information
#E516CE (or 0xE516CE) is known color: Shocking Pink. HEX triplet: E5, 16 and CE. RGB value is (229,22,206). Sum of RGB (Red+Green+Blue) = 229+22+206=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E516CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516CE is #1AE931. Grayscale: #686868. Windows color (decimal): -1763634 or 13506277. OLE color: 13506277.
HSL color Cylindrical-coordinate representation of color #E516CE: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E516CE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.67º | 0.82% | 0.49% | - |
| HSV(B) | 306.67º | 0.9% | 0.9% | - |
| XYZ | 43.74 | 21.69 | 60.27 | - |
| YUV | 104.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 206 | 0 | 0.90 | 0.10 | 0.10 | 306.67 | 0.82 | 0.49 |
| Hex | E5 | 16 | CE | 0 | 5A | A | A | 133 | 52 | 31 |
| Octal | 345 | 26 | 316 | 0 | 132 | 12 | 12 | 463 | 122 | 61 |
| Binary | 11100101 | 10110 | 11001110 | 0 | 1011010 | 1010 | 1010 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E516CE
Complementary color
Monochromatic Colors of #E516CE
Black with #E516CE
Text Example
Text Example
White with #E516CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516CE; }
p { color: rgb(229,22,206); }
H1.HeaderClassName
{
color: #E516CE;
}
.AnyTagClassName
{
color: #E516CE;
}
</style>
background-color css
<style>
a { background-color: #E516CE; }
a { background-color: rgb(229,22,206); }
div.DivClassName
{
background-color: #E516CE;
}
.BgClassName
{
background-color: #E516CE;
}
</style>
border-color css
<style>
span { border-color: #E516CE; }
span { border-color: rgb(229,22,206); }
td.TdClassName
{
border-color: #E516CE;
}
.TagClassName
{
border-color: #E516CE;
}
</style>