Shades of Shocking #E19ABC
Tints of Shocking #E19ABC
RGB
CMYK
RGB Variations
Color information
#E19ABC (or 0xE19ABC) is known color: Shocking. HEX triplet: E1, 9A and BC. RGB value is (225,154,188). Sum of RGB (Red+Green+Blue) = 225+154+188=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ABC is #1E6543. Grayscale: #B3B3B3. Windows color (decimal): -1992004 or 12360417. OLE color: 12360417.
HSL color Cylindrical-coordinate representation of color #E19ABC: hue angle of 331.27º 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 #E19ABC is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 188 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.12 |
| HSL | 331.27º | 0.54% | 0.74% | - |
| HSV(B) | 331.27º | 0.32% | 0.88% | - |
| XYZ | 51.68 | 42.75 | 53.1 | - |
| YUV | 179.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 188 | 0 | 0.32 | 0.16 | 0.12 | 331.27 | 0.54 | 0.74 |
| Hex | E1 | 9A | BC | 0 | 20 | 10 | C | 14B | 36 | 4A |
| Octal | 341 | 232 | 274 | 0 | 40 | 20 | 14 | 513 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10111100 | 0 | 100000 | 10000 | 1100 | 101001011 | 110110 | 1001010 |
Color Harmonies of #E19ABC
Complementary color
Monochromatic Colors of #E19ABC
Black with #E19ABC
Text Example
Text Example
White with #E19ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ABC; }
p { color: rgb(225,154,188); }
H1.HeaderClassName
{
color: #E19ABC;
}
.AnyTagClassName
{
color: #E19ABC;
}
</style>
background-color css
<style>
a { background-color: #E19ABC; }
a { background-color: rgb(225,154,188); }
div.DivClassName
{
background-color: #E19ABC;
}
.BgClassName
{
background-color: #E19ABC;
}
</style>
border-color css
<style>
span { border-color: #E19ABC; }
span { border-color: rgb(225,154,188); }
td.TdClassName
{
border-color: #E19ABC;
}
.TagClassName
{
border-color: #E19ABC;
}
</style>