Shades of Shocking #E19ABB
Tints of Shocking #E19ABB
RGB
CMYK
RGB Variations
Color information
#E19ABB (or 0xE19ABB) is known color: Shocking. HEX triplet: E1, 9A and BB. RGB value is (225,154,187). Sum of RGB (Red+Green+Blue) = 225+154+187=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ABB is #1E6544. Grayscale: #B2B2B2. Windows color (decimal): -1992005 or 12294881. OLE color: 12294881.
HSL color Cylindrical-coordinate representation of color #E19ABB: hue angle of 332.11º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19ABB is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 187 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.12 |
| HSL | 332.11º | 0.54% | 0.74% | - |
| HSV(B) | 332.11º | 0.32% | 0.88% | - |
| XYZ | 51.58 | 42.71 | 52.54 | - |
| YUV | 178.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 187 | 0 | 0.32 | 0.17 | 0.12 | 332.11 | 0.54 | 0.74 |
| Hex | E1 | 9A | BB | 0 | 20 | 11 | C | 14C | 36 | 4A |
| Octal | 341 | 232 | 273 | 0 | 40 | 21 | 14 | 514 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10111011 | 0 | 100000 | 10001 | 1100 | 101001100 | 110110 | 1001010 |
Color Harmonies of #E19ABB
Complementary color
Monochromatic Colors of #E19ABB
Black with #E19ABB
Text Example
Text Example
White with #E19ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ABB; }
p { color: rgb(225,154,187); }
H1.HeaderClassName
{
color: #E19ABB;
}
.AnyTagClassName
{
color: #E19ABB;
}
</style>
background-color css
<style>
a { background-color: #E19ABB; }
a { background-color: rgb(225,154,187); }
div.DivClassName
{
background-color: #E19ABB;
}
.BgClassName
{
background-color: #E19ABB;
}
</style>
border-color css
<style>
span { border-color: #E19ABB; }
span { border-color: rgb(225,154,187); }
td.TdClassName
{
border-color: #E19ABB;
}
.TagClassName
{
border-color: #E19ABB;
}
</style>