Shades of Shocking #E49DC9
Tints of Shocking #E49DC9
RGB
CMYK
RGB Variations
Color information
#E49DC9 (or 0xE49DC9) is known color: Shocking. HEX triplet: E4, 9D and C9. RGB value is (228,157,201). Sum of RGB (Red+Green+Blue) = 228+157+201=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DC9 is #1B6236. Grayscale: #B7B7B7. Windows color (decimal): -1794615 or 13213156. OLE color: 13213156.
HSL color Cylindrical-coordinate representation of color #E49DC9: hue angle of 322.82º 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 #E49DC9 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 201 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.11 |
| HSL | 322.82º | 0.57% | 0.75% | - |
| HSV(B) | 322.82º | 0.31% | 0.89% | - |
| XYZ | 54.59 | 44.82 | 61.03 | - |
| YUV | 183.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 201 | 0 | 0.31 | 0.12 | 0.11 | 322.82 | 0.57 | 0.75 |
| Hex | E4 | 9D | C9 | 0 | 1F | C | B | 143 | 39 | 4B |
| Octal | 344 | 235 | 311 | 0 | 37 | 14 | 13 | 503 | 71 | 113 |
| Binary | 11100100 | 10011101 | 11001001 | 0 | 11111 | 1100 | 1011 | 101000011 | 111001 | 1001011 |
Color Harmonies of #E49DC9
Complementary color
Monochromatic Colors of #E49DC9
Black with #E49DC9
Text Example
Text Example
White with #E49DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DC9; }
p { color: rgb(228,157,201); }
H1.HeaderClassName
{
color: #E49DC9;
}
.AnyTagClassName
{
color: #E49DC9;
}
</style>
background-color css
<style>
a { background-color: #E49DC9; }
a { background-color: rgb(228,157,201); }
div.DivClassName
{
background-color: #E49DC9;
}
.BgClassName
{
background-color: #E49DC9;
}
</style>
border-color css
<style>
span { border-color: #E49DC9; }
span { border-color: rgb(228,157,201); }
td.TdClassName
{
border-color: #E49DC9;
}
.TagClassName
{
border-color: #E49DC9;
}
</style>