Shades of Shocking #E19DBE
Tints of Shocking #E19DBE
RGB
CMYK
RGB Variations
Color information
#E19DBE (or 0xE19DBE) is known color: Shocking. HEX triplet: E1, 9D and BE. RGB value is (225,157,190). Sum of RGB (Red+Green+Blue) = 225+157+190=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DBE is #1E6241. Grayscale: #B5B5B5. Windows color (decimal): -1991234 or 12492257. OLE color: 12492257.
HSL color Cylindrical-coordinate representation of color #E19DBE: hue angle of 330.88º 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 #E19DBE is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 190 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.12 |
| HSL | 330.88º | 0.53% | 0.75% | - |
| HSV(B) | 330.88º | 0.3% | 0.88% | - |
| XYZ | 52.4 | 43.84 | 54.42 | - |
| YUV | 181.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 190 | 0 | 0.30 | 0.16 | 0.12 | 330.88 | 0.53 | 0.75 |
| Hex | E1 | 9D | BE | 0 | 1E | 10 | C | 14B | 35 | 4B |
| Octal | 341 | 235 | 276 | 0 | 36 | 20 | 14 | 513 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10111110 | 0 | 11110 | 10000 | 1100 | 101001011 | 110101 | 1001011 |
Color Harmonies of #E19DBE
Complementary color
Monochromatic Colors of #E19DBE
Black with #E19DBE
Text Example
Text Example
White with #E19DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DBE; }
p { color: rgb(225,157,190); }
H1.HeaderClassName
{
color: #E19DBE;
}
.AnyTagClassName
{
color: #E19DBE;
}
</style>
background-color css
<style>
a { background-color: #E19DBE; }
a { background-color: rgb(225,157,190); }
div.DivClassName
{
background-color: #E19DBE;
}
.BgClassName
{
background-color: #E19DBE;
}
</style>
border-color css
<style>
span { border-color: #E19DBE; }
span { border-color: rgb(225,157,190); }
td.TdClassName
{
border-color: #E19DBE;
}
.TagClassName
{
border-color: #E19DBE;
}
</style>