Shades of Shocking #E49DBB
Tints of Shocking #E49DBB
RGB
CMYK
RGB Variations
Color information
#E49DBB (or 0xE49DBB) is known color: Shocking. HEX triplet: E4, 9D and BB. RGB value is (228,157,187). Sum of RGB (Red+Green+Blue) = 228+157+187=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DBB is #1B6244. Grayscale: #B5B5B5. Windows color (decimal): -1794629 or 12295652. OLE color: 12295652.
HSL color Cylindrical-coordinate representation of color #E49DBB: hue angle of 334.65º 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 #E49DBB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 187 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.11 |
| HSL | 334.65º | 0.57% | 0.75% | - |
| HSV(B) | 334.65º | 0.31% | 0.89% | - |
| XYZ | 53.02 | 44.2 | 52.75 | - |
| YUV | 181.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 187 | 0 | 0.31 | 0.18 | 0.11 | 334.65 | 0.57 | 0.75 |
| Hex | E4 | 9D | BB | 0 | 1F | 12 | B | 14F | 39 | 4B |
| Octal | 344 | 235 | 273 | 0 | 37 | 22 | 13 | 517 | 71 | 113 |
| Binary | 11100100 | 10011101 | 10111011 | 0 | 11111 | 10010 | 1011 | 101001111 | 111001 | 1001011 |
Color Harmonies of #E49DBB
Complementary color
Monochromatic Colors of #E49DBB
Black with #E49DBB
Text Example
Text Example
White with #E49DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DBB; }
p { color: rgb(228,157,187); }
H1.HeaderClassName
{
color: #E49DBB;
}
.AnyTagClassName
{
color: #E49DBB;
}
</style>
background-color css
<style>
a { background-color: #E49DBB; }
a { background-color: rgb(228,157,187); }
div.DivClassName
{
background-color: #E49DBB;
}
.BgClassName
{
background-color: #E49DBB;
}
</style>
border-color css
<style>
span { border-color: #E49DBB; }
span { border-color: rgb(228,157,187); }
td.TdClassName
{
border-color: #E49DBB;
}
.TagClassName
{
border-color: #E49DBB;
}
</style>