Shades of Shocking #E19DB6
Tints of Shocking #E19DB6
RGB
CMYK
RGB Variations
Color information
#E19DB6 (or 0xE19DB6) is known color: Shocking. HEX triplet: E1, 9D and B6. RGB value is (225,157,182). Sum of RGB (Red+Green+Blue) = 225+157+182=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DB6 is #1E6249. Grayscale: #B4B4B4. Windows color (decimal): -1991242 or 11967969. OLE color: 11967969.
HSL color Cylindrical-coordinate representation of color #E19DB6: hue angle of 337.94º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DB6 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 182 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.12 |
| HSL | 337.94º | 0.53% | 0.75% | - |
| HSV(B) | 337.94º | 0.3% | 0.88% | - |
| XYZ | 51.55 | 43.5 | 49.94 | - |
| YUV | 180.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 182 | 0 | 0.30 | 0.19 | 0.12 | 337.94 | 0.53 | 0.75 |
| Hex | E1 | 9D | B6 | 0 | 1E | 13 | C | 152 | 35 | 4B |
| Octal | 341 | 235 | 266 | 0 | 36 | 23 | 14 | 522 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10110110 | 0 | 11110 | 10011 | 1100 | 101010010 | 110101 | 1001011 |
Color Harmonies of #E19DB6
Complementary color
Monochromatic Colors of #E19DB6
Black with #E19DB6
Text Example
Text Example
White with #E19DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DB6; }
p { color: rgb(225,157,182); }
H1.HeaderClassName
{
color: #E19DB6;
}
.AnyTagClassName
{
color: #E19DB6;
}
</style>
background-color css
<style>
a { background-color: #E19DB6; }
a { background-color: rgb(225,157,182); }
div.DivClassName
{
background-color: #E19DB6;
}
.BgClassName
{
background-color: #E19DB6;
}
</style>
border-color css
<style>
span { border-color: #E19DB6; }
span { border-color: rgb(225,157,182); }
td.TdClassName
{
border-color: #E19DB6;
}
.TagClassName
{
border-color: #E19DB6;
}
</style>