Shades of Shocking Pink #E119BA
Tints of Shocking Pink #E119BA
RGB
CMYK
RGB Variations
Color information
#E119BA (or 0xE119BA) is known color: Shocking Pink. HEX triplet: E1, 19 and BA. RGB value is (225,25,186). Sum of RGB (Red+Green+Blue) = 225+25+186=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E119BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119BA is #1EE645. Grayscale: #666666. Windows color (decimal): -2025030 or 12196321. OLE color: 12196321.
HSL color Cylindrical-coordinate representation of color #E119BA: hue angle of 311.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E119BA is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 186 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.12 |
| HSL | 311.7º | 0.8% | 0.49% | - |
| HSV(B) | 311.7º | 0.89% | 0.88% | - |
| XYZ | 40.26 | 20.25 | 48.24 | - |
| YUV | 103.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 186 | 0 | 0.89 | 0.17 | 0.12 | 311.7 | 0.8 | 0.49 |
| Hex | E1 | 19 | BA | 0 | 59 | 11 | C | 138 | 50 | 31 |
| Octal | 341 | 31 | 272 | 0 | 131 | 21 | 14 | 470 | 120 | 61 |
| Binary | 11100001 | 11001 | 10111010 | 0 | 1011001 | 10001 | 1100 | 100111000 | 1010000 | 110001 |
Color Harmonies of #E119BA
Complementary color
Monochromatic Colors of #E119BA
Black with #E119BA
Text Example
Text Example
White with #E119BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119BA; }
p { color: rgb(225,25,186); }
H1.HeaderClassName
{
color: #E119BA;
}
.AnyTagClassName
{
color: #E119BA;
}
</style>
background-color css
<style>
a { background-color: #E119BA; }
a { background-color: rgb(225,25,186); }
div.DivClassName
{
background-color: #E119BA;
}
.BgClassName
{
background-color: #E119BA;
}
</style>
border-color css
<style>
span { border-color: #E119BA; }
span { border-color: rgb(225,25,186); }
td.TdClassName
{
border-color: #E119BA;
}
.TagClassName
{
border-color: #E119BA;
}
</style>