Shades of Shocking #E19ABA
Tints of Shocking #E19ABA
RGB
CMYK
RGB Variations
Color information
#E19ABA (or 0xE19ABA) is known color: Shocking. HEX triplet: E1, 9A and BA. RGB value is (225,154,186). Sum of RGB (Red+Green+Blue) = 225+154+186=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ABA is #1E6545. Grayscale: #B2B2B2. Windows color (decimal): -1992006 or 12229345. OLE color: 12229345.
HSL color Cylindrical-coordinate representation of color #E19ABA: hue angle of 332.96º 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 #E19ABA is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 186 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.12 |
| HSL | 332.96º | 0.54% | 0.74% | - |
| HSV(B) | 332.96º | 0.32% | 0.88% | - |
| XYZ | 51.47 | 42.66 | 51.98 | - |
| YUV | 178.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 186 | 0 | 0.32 | 0.17 | 0.12 | 332.96 | 0.54 | 0.74 |
| Hex | E1 | 9A | BA | 0 | 20 | 11 | C | 14D | 36 | 4A |
| Octal | 341 | 232 | 272 | 0 | 40 | 21 | 14 | 515 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10111010 | 0 | 100000 | 10001 | 1100 | 101001101 | 110110 | 1001010 |
Color Harmonies of #E19ABA
Complementary color
Monochromatic Colors of #E19ABA
Black with #E19ABA
Text Example
Text Example
White with #E19ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ABA; }
p { color: rgb(225,154,186); }
H1.HeaderClassName
{
color: #E19ABA;
}
.AnyTagClassName
{
color: #E19ABA;
}
</style>
background-color css
<style>
a { background-color: #E19ABA; }
a { background-color: rgb(225,154,186); }
div.DivClassName
{
background-color: #E19ABA;
}
.BgClassName
{
background-color: #E19ABA;
}
</style>
border-color css
<style>
span { border-color: #E19ABA; }
span { border-color: rgb(225,154,186); }
td.TdClassName
{
border-color: #E19ABA;
}
.TagClassName
{
border-color: #E19ABA;
}
</style>