Shades of Shocking Pink #E115BA
Tints of Shocking Pink #E115BA
RGB
CMYK
RGB Variations
Color information
#E115BA (or 0xE115BA) is known color: Shocking Pink. HEX triplet: E1, 15 and BA. RGB value is (225,21,186). Sum of RGB (Red+Green+Blue) = 225+21+186=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E115BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115BA is #1EEA45. Grayscale: #646464. Windows color (decimal): -2026054 or 12195297. OLE color: 12195297.
HSL color Cylindrical-coordinate representation of color #E115BA: hue angle of 311.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115BA is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.12 |
| HSL | 311.47º | 0.83% | 0.48% | - |
| HSV(B) | 311.47º | 0.91% | 0.88% | - |
| XYZ | 40.18 | 20.09 | 48.21 | - |
| YUV | 100.81 | 176.09 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 186 | 0 | 0.91 | 0.17 | 0.12 | 311.47 | 0.83 | 0.48 |
| Hex | E1 | 15 | BA | 0 | 5B | 11 | C | 137 | 53 | 30 |
| Octal | 341 | 25 | 272 | 0 | 133 | 21 | 14 | 467 | 123 | 60 |
| Binary | 11100001 | 10101 | 10111010 | 0 | 1011011 | 10001 | 1100 | 100110111 | 1010011 | 110000 |
Color Harmonies of #E115BA
Complementary color
Monochromatic Colors of #E115BA
Black with #E115BA
Text Example
Text Example
White with #E115BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115BA; }
p { color: rgb(225,21,186); }
H1.HeaderClassName
{
color: #E115BA;
}
.AnyTagClassName
{
color: #E115BA;
}
</style>
background-color css
<style>
a { background-color: #E115BA; }
a { background-color: rgb(225,21,186); }
div.DivClassName
{
background-color: #E115BA;
}
.BgClassName
{
background-color: #E115BA;
}
</style>
border-color css
<style>
span { border-color: #E115BA; }
span { border-color: rgb(225,21,186); }
td.TdClassName
{
border-color: #E115BA;
}
.TagClassName
{
border-color: #E115BA;
}
</style>