Shades of Shocking Pink #E516BD
Tints of Shocking Pink #E516BD
RGB
CMYK
RGB Variations
Color information
#E516BD (or 0xE516BD) is known color: Shocking Pink. HEX triplet: E5, 16 and BD. RGB value is (229,22,189). Sum of RGB (Red+Green+Blue) = 229+22+189=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E516BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516BD is #1AE942. Grayscale: #666666. Windows color (decimal): -1763651 or 12392165. OLE color: 12392165.
HSL color Cylindrical-coordinate representation of color #E516BD: hue angle of 311.59º 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 #E516BD is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.10 |
| HSL | 311.59º | 0.82% | 0.49% | - |
| HSV(B) | 311.59º | 0.9% | 0.9% | - |
| XYZ | 41.79 | 20.91 | 49.98 | - |
| YUV | 102.93 | 176.58 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 189 | 0 | 0.90 | 0.17 | 0.10 | 311.59 | 0.82 | 0.49 |
| Hex | E5 | 16 | BD | 0 | 5A | 11 | A | 138 | 52 | 31 |
| Octal | 345 | 26 | 275 | 0 | 132 | 21 | 12 | 470 | 122 | 61 |
| Binary | 11100101 | 10110 | 10111101 | 0 | 1011010 | 10001 | 1010 | 100111000 | 1010010 | 110001 |
Color Harmonies of #E516BD
Complementary color
Monochromatic Colors of #E516BD
Black with #E516BD
Text Example
Text Example
White with #E516BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516BD; }
p { color: rgb(229,22,189); }
H1.HeaderClassName
{
color: #E516BD;
}
.AnyTagClassName
{
color: #E516BD;
}
</style>
background-color css
<style>
a { background-color: #E516BD; }
a { background-color: rgb(229,22,189); }
div.DivClassName
{
background-color: #E516BD;
}
.BgClassName
{
background-color: #E516BD;
}
</style>
border-color css
<style>
span { border-color: #E516BD; }
span { border-color: rgb(229,22,189); }
td.TdClassName
{
border-color: #E516BD;
}
.TagClassName
{
border-color: #E516BD;
}
</style>