Shades of Shocking #E19DBB
Tints of Shocking #E19DBB
RGB
CMYK
RGB Variations
Color information
#E19DBB (or 0xE19DBB) is known color: Shocking. HEX triplet: E1, 9D and BB. RGB value is (225,157,187). Sum of RGB (Red+Green+Blue) = 225+157+187=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DBB is #1E6244. Grayscale: #B4B4B4. Windows color (decimal): -1991237 or 12295649. OLE color: 12295649.
HSL color Cylindrical-coordinate representation of color #E19DBB: hue angle of 333.53º 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 #E19DBB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 187 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.12 |
| HSL | 333.53º | 0.53% | 0.75% | - |
| HSV(B) | 333.53º | 0.3% | 0.88% | - |
| XYZ | 52.08 | 43.71 | 52.71 | - |
| YUV | 180.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 187 | 0 | 0.30 | 0.17 | 0.12 | 333.53 | 0.53 | 0.75 |
| Hex | E1 | 9D | BB | 0 | 1E | 11 | C | 14E | 35 | 4B |
| Octal | 341 | 235 | 273 | 0 | 36 | 21 | 14 | 516 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10111011 | 0 | 11110 | 10001 | 1100 | 101001110 | 110101 | 1001011 |
Color Harmonies of #E19DBB
Complementary color
Monochromatic Colors of #E19DBB
Black with #E19DBB
Text Example
Text Example
White with #E19DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DBB; }
p { color: rgb(225,157,187); }
H1.HeaderClassName
{
color: #E19DBB;
}
.AnyTagClassName
{
color: #E19DBB;
}
</style>
background-color css
<style>
a { background-color: #E19DBB; }
a { background-color: rgb(225,157,187); }
div.DivClassName
{
background-color: #E19DBB;
}
.BgClassName
{
background-color: #E19DBB;
}
</style>
border-color css
<style>
span { border-color: #E19DBB; }
span { border-color: rgb(225,157,187); }
td.TdClassName
{
border-color: #E19DBB;
}
.TagClassName
{
border-color: #E19DBB;
}
</style>