Shades of Shocking #E19ABF
Tints of Shocking #E19ABF
RGB
CMYK
RGB Variations
Color information
#E19ABF (or 0xE19ABF) is known color: Shocking. HEX triplet: E1, 9A and BF. RGB value is (225,154,191). Sum of RGB (Red+Green+Blue) = 225+154+191=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ABF is #1E6540. Grayscale: #B3B3B3. Windows color (decimal): -1992001 or 12557025. OLE color: 12557025.
HSL color Cylindrical-coordinate representation of color #E19ABF: hue angle of 328.73º 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 #E19ABF is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 191 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.12 |
| HSL | 328.73º | 0.54% | 0.74% | - |
| HSV(B) | 328.73º | 0.32% | 0.88% | - |
| XYZ | 52.01 | 42.88 | 54.83 | - |
| YUV | 179.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 191 | 0 | 0.32 | 0.15 | 0.12 | 328.73 | 0.54 | 0.74 |
| Hex | E1 | 9A | BF | 0 | 20 | F | C | 149 | 36 | 4A |
| Octal | 341 | 232 | 277 | 0 | 40 | 17 | 14 | 511 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10111111 | 0 | 100000 | 1111 | 1100 | 101001001 | 110110 | 1001010 |
Color Harmonies of #E19ABF
Complementary color
Monochromatic Colors of #E19ABF
Black with #E19ABF
Text Example
Text Example
White with #E19ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ABF; }
p { color: rgb(225,154,191); }
H1.HeaderClassName
{
color: #E19ABF;
}
.AnyTagClassName
{
color: #E19ABF;
}
</style>
background-color css
<style>
a { background-color: #E19ABF; }
a { background-color: rgb(225,154,191); }
div.DivClassName
{
background-color: #E19ABF;
}
.BgClassName
{
background-color: #E19ABF;
}
</style>
border-color css
<style>
span { border-color: #E19ABF; }
span { border-color: rgb(225,154,191); }
td.TdClassName
{
border-color: #E19ABF;
}
.TagClassName
{
border-color: #E19ABF;
}
</style>