Shades of Shocking #E19EBB
Tints of Shocking #E19EBB
RGB
CMYK
RGB Variations
Color information
#E19EBB (or 0xE19EBB) is known color: Shocking. HEX triplet: E1, 9E and BB. RGB value is (225,158,187). Sum of RGB (Red+Green+Blue) = 225+158+187=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EBB is #1E6144. Grayscale: #B5B5B5. Windows color (decimal): -1990981 or 12295905. OLE color: 12295905.
HSL color Cylindrical-coordinate representation of color #E19EBB: hue angle of 334.03º 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 #E19EBB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 187 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.12 |
| HSL | 334.03º | 0.53% | 0.75% | - |
| HSV(B) | 334.03º | 0.3% | 0.88% | - |
| XYZ | 52.25 | 44.05 | 52.76 | - |
| YUV | 181.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 187 | 0 | 0.30 | 0.17 | 0.12 | 334.03 | 0.53 | 0.75 |
| Hex | E1 | 9E | BB | 0 | 1E | 11 | C | 14E | 35 | 4B |
| Octal | 341 | 236 | 273 | 0 | 36 | 21 | 14 | 516 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10111011 | 0 | 11110 | 10001 | 1100 | 101001110 | 110101 | 1001011 |
Color Harmonies of #E19EBB
Complementary color
Monochromatic Colors of #E19EBB
Black with #E19EBB
Text Example
Text Example
White with #E19EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EBB; }
p { color: rgb(225,158,187); }
H1.HeaderClassName
{
color: #E19EBB;
}
.AnyTagClassName
{
color: #E19EBB;
}
</style>
background-color css
<style>
a { background-color: #E19EBB; }
a { background-color: rgb(225,158,187); }
div.DivClassName
{
background-color: #E19EBB;
}
.BgClassName
{
background-color: #E19EBB;
}
</style>
border-color css
<style>
span { border-color: #E19EBB; }
span { border-color: rgb(225,158,187); }
td.TdClassName
{
border-color: #E19EBB;
}
.TagClassName
{
border-color: #E19EBB;
}
</style>