Shades of Shocking #E48DB9
Tints of Shocking #E48DB9
RGB
CMYK
RGB Variations
Color information
#E48DB9 (or 0xE48DB9) is known color: Shocking. HEX triplet: E4, 8D and B9. RGB value is (228,141,185). Sum of RGB (Red+Green+Blue) = 228+141+185=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DB9 is #1B7246. Grayscale: #ABABAB. Windows color (decimal): -1798727 or 12160484. OLE color: 12160484.
HSL color Cylindrical-coordinate representation of color #E48DB9: hue angle of 329.66º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DB9 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 185 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.11 |
| HSL | 329.66º | 0.62% | 0.72% | - |
| HSV(B) | 329.66º | 0.38% | 0.89% | - |
| XYZ | 50.28 | 39.05 | 50.79 | - |
| YUV | 172.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 185 | 0 | 0.38 | 0.19 | 0.11 | 329.66 | 0.62 | 0.72 |
| Hex | E4 | 8D | B9 | 0 | 26 | 13 | B | 14A | 3E | 48 |
| Octal | 344 | 215 | 271 | 0 | 46 | 23 | 13 | 512 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10111001 | 0 | 100110 | 10011 | 1011 | 101001010 | 111110 | 1001000 |
Color Harmonies of #E48DB9
Complementary color
Monochromatic Colors of #E48DB9
Black with #E48DB9
Text Example
Text Example
White with #E48DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DB9; }
p { color: rgb(228,141,185); }
H1.HeaderClassName
{
color: #E48DB9;
}
.AnyTagClassName
{
color: #E48DB9;
}
</style>
background-color css
<style>
a { background-color: #E48DB9; }
a { background-color: rgb(228,141,185); }
div.DivClassName
{
background-color: #E48DB9;
}
.BgClassName
{
background-color: #E48DB9;
}
</style>
border-color css
<style>
span { border-color: #E48DB9; }
span { border-color: rgb(228,141,185); }
td.TdClassName
{
border-color: #E48DB9;
}
.TagClassName
{
border-color: #E48DB9;
}
</style>