Shades of Shocking #E19AB6
Tints of Shocking #E19AB6
RGB
CMYK
RGB Variations
Color information
#E19AB6 (or 0xE19AB6) is known color: Shocking. HEX triplet: E1, 9A and B6. RGB value is (225,154,182). Sum of RGB (Red+Green+Blue) = 225+154+182=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AB6 is #1E6549. Grayscale: #B2B2B2. Windows color (decimal): -1992010 or 11967201. OLE color: 11967201.
HSL color Cylindrical-coordinate representation of color #E19AB6: hue angle of 336.34º 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 #E19AB6 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 182 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.12 |
| HSL | 336.34º | 0.54% | 0.74% | - |
| HSV(B) | 336.34º | 0.32% | 0.88% | - |
| XYZ | 51.05 | 42.5 | 49.77 | - |
| YUV | 178.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 182 | 0 | 0.32 | 0.19 | 0.12 | 336.34 | 0.54 | 0.74 |
| Hex | E1 | 9A | B6 | 0 | 20 | 13 | C | 150 | 36 | 4A |
| Octal | 341 | 232 | 266 | 0 | 40 | 23 | 14 | 520 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10110110 | 0 | 100000 | 10011 | 1100 | 101010000 | 110110 | 1001010 |
Color Harmonies of #E19AB6
Complementary color
Monochromatic Colors of #E19AB6
Black with #E19AB6
Text Example
Text Example
White with #E19AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AB6; }
p { color: rgb(225,154,182); }
H1.HeaderClassName
{
color: #E19AB6;
}
.AnyTagClassName
{
color: #E19AB6;
}
</style>
background-color css
<style>
a { background-color: #E19AB6; }
a { background-color: rgb(225,154,182); }
div.DivClassName
{
background-color: #E19AB6;
}
.BgClassName
{
background-color: #E19AB6;
}
</style>
border-color css
<style>
span { border-color: #E19AB6; }
span { border-color: rgb(225,154,182); }
td.TdClassName
{
border-color: #E19AB6;
}
.TagClassName
{
border-color: #E19AB6;
}
</style>