Shades of Shocking Pink #E515BA
Tints of Shocking Pink #E515BA
RGB
CMYK
RGB Variations
Color information
#E515BA (or 0xE515BA) is known color: Shocking Pink. HEX triplet: E5, 15 and BA. RGB value is (229,21,186). Sum of RGB (Red+Green+Blue) = 229+21+186=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E515BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515BA is #1AEA45. Grayscale: #656565. Windows color (decimal): -1763910 or 12195301. OLE color: 12195301.
HSL color Cylindrical-coordinate representation of color #E515BA: hue angle of 312.4º 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 #E515BA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.10 |
| HSL | 312.4º | 0.83% | 0.49% | - |
| HSV(B) | 312.4º | 0.91% | 0.9% | - |
| XYZ | 41.44 | 20.74 | 48.27 | - |
| YUV | 102 | 175.41 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 186 | 0 | 0.91 | 0.19 | 0.10 | 312.4 | 0.83 | 0.49 |
| Hex | E5 | 15 | BA | 0 | 5B | 13 | A | 138 | 53 | 31 |
| Octal | 345 | 25 | 272 | 0 | 133 | 23 | 12 | 470 | 123 | 61 |
| Binary | 11100101 | 10101 | 10111010 | 0 | 1011011 | 10011 | 1010 | 100111000 | 1010011 | 110001 |
Color Harmonies of #E515BA
Complementary color
Monochromatic Colors of #E515BA
Black with #E515BA
Text Example
Text Example
White with #E515BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515BA; }
p { color: rgb(229,21,186); }
H1.HeaderClassName
{
color: #E515BA;
}
.AnyTagClassName
{
color: #E515BA;
}
</style>
background-color css
<style>
a { background-color: #E515BA; }
a { background-color: rgb(229,21,186); }
div.DivClassName
{
background-color: #E515BA;
}
.BgClassName
{
background-color: #E515BA;
}
</style>
border-color css
<style>
span { border-color: #E515BA; }
span { border-color: rgb(229,21,186); }
td.TdClassName
{
border-color: #E515BA;
}
.TagClassName
{
border-color: #E515BA;
}
</style>