Shades of Shocking #E19EBC
Tints of Shocking #E19EBC
RGB
CMYK
RGB Variations
Color information
#E19EBC (or 0xE19EBC) is known color: Shocking. HEX triplet: E1, 9E and BC. RGB value is (225,158,188). Sum of RGB (Red+Green+Blue) = 225+158+188=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EBC is #1E6143. Grayscale: #B5B5B5. Windows color (decimal): -1990980 or 12361441. OLE color: 12361441.
HSL color Cylindrical-coordinate representation of color #E19EBC: hue angle of 333.13º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19EBC is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 188 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.12 |
| HSL | 333.13º | 0.53% | 0.75% | - |
| HSV(B) | 333.13º | 0.3% | 0.88% | - |
| XYZ | 52.36 | 44.09 | 53.33 | - |
| YUV | 181.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 188 | 0 | 0.30 | 0.16 | 0.12 | 333.13 | 0.53 | 0.75 |
| Hex | E1 | 9E | BC | 0 | 1E | 10 | C | 14D | 35 | 4B |
| Octal | 341 | 236 | 274 | 0 | 36 | 20 | 14 | 515 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10111100 | 0 | 11110 | 10000 | 1100 | 101001101 | 110101 | 1001011 |
Color Harmonies of #E19EBC
Complementary color
Monochromatic Colors of #E19EBC
Black with #E19EBC
Text Example
Text Example
White with #E19EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EBC; }
p { color: rgb(225,158,188); }
H1.HeaderClassName
{
color: #E19EBC;
}
.AnyTagClassName
{
color: #E19EBC;
}
</style>
background-color css
<style>
a { background-color: #E19EBC; }
a { background-color: rgb(225,158,188); }
div.DivClassName
{
background-color: #E19EBC;
}
.BgClassName
{
background-color: #E19EBC;
}
</style>
border-color css
<style>
span { border-color: #E19EBC; }
span { border-color: rgb(225,158,188); }
td.TdClassName
{
border-color: #E19EBC;
}
.TagClassName
{
border-color: #E19EBC;
}
</style>