Shades of Shocking Pink #E516D3
Tints of Shocking Pink #E516D3
RGB
CMYK
RGB Variations
Color information
#E516D3 (or 0xE516D3) is known color: Shocking Pink. HEX triplet: E5, 16 and D3. RGB value is (229,22,211). Sum of RGB (Red+Green+Blue) = 229+22+211=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E516D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516D3 is #1AE92C. Grayscale: #686868. Windows color (decimal): -1763629 or 13833957. OLE color: 13833957.
HSL color Cylindrical-coordinate representation of color #E516D3: hue angle of 305.22º 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 #E516D3 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 211 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.10 |
| HSL | 305.22º | 0.82% | 0.49% | - |
| HSV(B) | 305.22º | 0.9% | 0.9% | - |
| XYZ | 44.36 | 21.93 | 63.52 | - |
| YUV | 105.44 | 187.58 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 211 | 0 | 0.90 | 0.08 | 0.10 | 305.22 | 0.82 | 0.49 |
| Hex | E5 | 16 | D3 | 0 | 5A | 8 | A | 131 | 52 | 31 |
| Octal | 345 | 26 | 323 | 0 | 132 | 10 | 12 | 461 | 122 | 61 |
| Binary | 11100101 | 10110 | 11010011 | 0 | 1011010 | 1000 | 1010 | 100110001 | 1010010 | 110001 |
Color Harmonies of #E516D3
Complementary color
Monochromatic Colors of #E516D3
Black with #E516D3
Text Example
Text Example
White with #E516D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516D3; }
p { color: rgb(229,22,211); }
H1.HeaderClassName
{
color: #E516D3;
}
.AnyTagClassName
{
color: #E516D3;
}
</style>
background-color css
<style>
a { background-color: #E516D3; }
a { background-color: rgb(229,22,211); }
div.DivClassName
{
background-color: #E516D3;
}
.BgClassName
{
background-color: #E516D3;
}
</style>
border-color css
<style>
span { border-color: #E516D3; }
span { border-color: rgb(229,22,211); }
td.TdClassName
{
border-color: #E516D3;
}
.TagClassName
{
border-color: #E516D3;
}
</style>