Shades of Shocking #E49DBE
Tints of Shocking #E49DBE
RGB
CMYK
RGB Variations
Color information
#E49DBE (or 0xE49DBE) is known color: Shocking. HEX triplet: E4, 9D and BE. RGB value is (228,157,190). Sum of RGB (Red+Green+Blue) = 228+157+190=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DBE is #1B6241. Grayscale: #B5B5B5. Windows color (decimal): -1794626 or 12492260. OLE color: 12492260.
HSL color Cylindrical-coordinate representation of color #E49DBE: hue angle of 332.11º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DBE is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 190 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.11 |
| HSL | 332.11º | 0.57% | 0.75% | - |
| HSV(B) | 332.11º | 0.31% | 0.89% | - |
| XYZ | 53.35 | 44.33 | 54.46 | - |
| YUV | 181.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 190 | 0 | 0.31 | 0.17 | 0.11 | 332.11 | 0.57 | 0.75 |
| Hex | E4 | 9D | BE | 0 | 1F | 11 | B | 14C | 39 | 4B |
| Octal | 344 | 235 | 276 | 0 | 37 | 21 | 13 | 514 | 71 | 113 |
| Binary | 11100100 | 10011101 | 10111110 | 0 | 11111 | 10001 | 1011 | 101001100 | 111001 | 1001011 |
Color Harmonies of #E49DBE
Complementary color
Monochromatic Colors of #E49DBE
Black with #E49DBE
Text Example
Text Example
White with #E49DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DBE; }
p { color: rgb(228,157,190); }
H1.HeaderClassName
{
color: #E49DBE;
}
.AnyTagClassName
{
color: #E49DBE;
}
</style>
background-color css
<style>
a { background-color: #E49DBE; }
a { background-color: rgb(228,157,190); }
div.DivClassName
{
background-color: #E49DBE;
}
.BgClassName
{
background-color: #E49DBE;
}
</style>
border-color css
<style>
span { border-color: #E49DBE; }
span { border-color: rgb(228,157,190); }
td.TdClassName
{
border-color: #E49DBE;
}
.TagClassName
{
border-color: #E49DBE;
}
</style>