Shades of Shocking Pink #E516CD
Tints of Shocking Pink #E516CD
RGB
CMYK
RGB Variations
Color information
#E516CD (or 0xE516CD) is known color: Shocking Pink. HEX triplet: E5, 16 and CD. RGB value is (229,22,205). Sum of RGB (Red+Green+Blue) = 229+22+205=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E516CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516CD is #1AE932. Grayscale: #686868. Windows color (decimal): -1763635 or 13440741. OLE color: 13440741.
HSL color Cylindrical-coordinate representation of color #E516CD: hue angle of 306.96º 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 #E516CD is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 205 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.96º | 0.82% | 0.49% | - |
| HSV(B) | 306.96º | 0.9% | 0.9% | - |
| XYZ | 43.62 | 21.64 | 59.64 | - |
| YUV | 104.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 205 | 0 | 0.90 | 0.10 | 0.10 | 306.96 | 0.82 | 0.49 |
| Hex | E5 | 16 | CD | 0 | 5A | A | A | 133 | 52 | 31 |
| Octal | 345 | 26 | 315 | 0 | 132 | 12 | 12 | 463 | 122 | 61 |
| Binary | 11100101 | 10110 | 11001101 | 0 | 1011010 | 1010 | 1010 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E516CD
Complementary color
Monochromatic Colors of #E516CD
Black with #E516CD
Text Example
Text Example
White with #E516CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516CD; }
p { color: rgb(229,22,205); }
H1.HeaderClassName
{
color: #E516CD;
}
.AnyTagClassName
{
color: #E516CD;
}
</style>
background-color css
<style>
a { background-color: #E516CD; }
a { background-color: rgb(229,22,205); }
div.DivClassName
{
background-color: #E516CD;
}
.BgClassName
{
background-color: #E516CD;
}
</style>
border-color css
<style>
span { border-color: #E516CD; }
span { border-color: rgb(229,22,205); }
td.TdClassName
{
border-color: #E516CD;
}
.TagClassName
{
border-color: #E516CD;
}
</style>