Shades of Shocking Pink #E119BD
Tints of Shocking Pink #E119BD
RGB
CMYK
RGB Variations
Color information
#E119BD (or 0xE119BD) is known color: Shocking Pink. HEX triplet: E1, 19 and BD. RGB value is (225,25,189). Sum of RGB (Red+Green+Blue) = 225+25+189=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E119BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119BD is #1EE642. Grayscale: #676767. Windows color (decimal): -2025027 or 12392929. OLE color: 12392929.
HSL color Cylindrical-coordinate representation of color #E119BD: hue angle of 310.8º 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 #E119BD is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 189 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.12 |
| HSL | 310.8º | 0.8% | 0.49% | - |
| HSV(B) | 310.8º | 0.89% | 0.88% | - |
| XYZ | 40.58 | 20.38 | 49.94 | - |
| YUV | 103.5 | 176.26 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 189 | 0 | 0.89 | 0.16 | 0.12 | 310.8 | 0.8 | 0.49 |
| Hex | E1 | 19 | BD | 0 | 59 | 10 | C | 137 | 50 | 31 |
| Octal | 341 | 31 | 275 | 0 | 131 | 20 | 14 | 467 | 120 | 61 |
| Binary | 11100001 | 11001 | 10111101 | 0 | 1011001 | 10000 | 1100 | 100110111 | 1010000 | 110001 |
Color Harmonies of #E119BD
Complementary color
Monochromatic Colors of #E119BD
Black with #E119BD
Text Example
Text Example
White with #E119BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119BD; }
p { color: rgb(225,25,189); }
H1.HeaderClassName
{
color: #E119BD;
}
.AnyTagClassName
{
color: #E119BD;
}
</style>
background-color css
<style>
a { background-color: #E119BD; }
a { background-color: rgb(225,25,189); }
div.DivClassName
{
background-color: #E119BD;
}
.BgClassName
{
background-color: #E119BD;
}
</style>
border-color css
<style>
span { border-color: #E119BD; }
span { border-color: rgb(225,25,189); }
td.TdClassName
{
border-color: #E119BD;
}
.TagClassName
{
border-color: #E119BD;
}
</style>