Shades of Shocking Pink #E515BD
Tints of Shocking Pink #E515BD
RGB
CMYK
RGB Variations
Color information
#E515BD (or 0xE515BD) is known color: Shocking Pink. HEX triplet: E5, 15 and BD. RGB value is (229,21,189). Sum of RGB (Red+Green+Blue) = 229+21+189=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E515BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515BD is #1AEA42. Grayscale: #656565. Windows color (decimal): -1763907 or 12391909. OLE color: 12391909.
HSL color Cylindrical-coordinate representation of color #E515BD: hue angle of 311.54º degrees, saturation: 0.83, 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 #E515BD is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 189 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.10 |
| HSL | 311.54º | 0.83% | 0.49% | - |
| HSV(B) | 311.54º | 0.91% | 0.9% | - |
| XYZ | 41.77 | 20.87 | 49.97 | - |
| YUV | 102.34 | 176.91 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 189 | 0 | 0.91 | 0.17 | 0.10 | 311.54 | 0.83 | 0.49 |
| Hex | E5 | 15 | BD | 0 | 5B | 11 | A | 138 | 53 | 31 |
| Octal | 345 | 25 | 275 | 0 | 133 | 21 | 12 | 470 | 123 | 61 |
| Binary | 11100101 | 10101 | 10111101 | 0 | 1011011 | 10001 | 1010 | 100111000 | 1010011 | 110001 |
Color Harmonies of #E515BD
Complementary color
Monochromatic Colors of #E515BD
Black with #E515BD
Text Example
Text Example
White with #E515BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515BD; }
p { color: rgb(229,21,189); }
H1.HeaderClassName
{
color: #E515BD;
}
.AnyTagClassName
{
color: #E515BD;
}
</style>
background-color css
<style>
a { background-color: #E515BD; }
a { background-color: rgb(229,21,189); }
div.DivClassName
{
background-color: #E515BD;
}
.BgClassName
{
background-color: #E515BD;
}
</style>
border-color css
<style>
span { border-color: #E515BD; }
span { border-color: rgb(229,21,189); }
td.TdClassName
{
border-color: #E515BD;
}
.TagClassName
{
border-color: #E515BD;
}
</style>