Shades of Shocking #E48DB7
Tints of Shocking #E48DB7
RGB
CMYK
RGB Variations
Color information
#E48DB7 (or 0xE48DB7) is known color: Shocking. HEX triplet: E4, 8D and B7. RGB value is (228,141,183). Sum of RGB (Red+Green+Blue) = 228+141+183=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DB7 is #1B7248. Grayscale: #ABABAB. Windows color (decimal): -1798729 or 12029412. OLE color: 12029412.
HSL color Cylindrical-coordinate representation of color #E48DB7: hue angle of 331.03º 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 #E48DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 183 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.11 |
| HSL | 331.03º | 0.62% | 0.72% | - |
| HSV(B) | 331.03º | 0.38% | 0.89% | - |
| XYZ | 50.07 | 38.96 | 49.68 | - |
| YUV | 171.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 183 | 0 | 0.38 | 0.20 | 0.11 | 331.03 | 0.62 | 0.72 |
| Hex | E4 | 8D | B7 | 0 | 26 | 14 | B | 14B | 3E | 48 |
| Octal | 344 | 215 | 267 | 0 | 46 | 24 | 13 | 513 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10110111 | 0 | 100110 | 10100 | 1011 | 101001011 | 111110 | 1001000 |
Color Harmonies of #E48DB7
Complementary color
Monochromatic Colors of #E48DB7
Black with #E48DB7
Text Example
Text Example
White with #E48DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DB7; }
p { color: rgb(228,141,183); }
H1.HeaderClassName
{
color: #E48DB7;
}
.AnyTagClassName
{
color: #E48DB7;
}
</style>
background-color css
<style>
a { background-color: #E48DB7; }
a { background-color: rgb(228,141,183); }
div.DivClassName
{
background-color: #E48DB7;
}
.BgClassName
{
background-color: #E48DB7;
}
</style>
border-color css
<style>
span { border-color: #E48DB7; }
span { border-color: rgb(228,141,183); }
td.TdClassName
{
border-color: #E48DB7;
}
.TagClassName
{
border-color: #E48DB7;
}
</style>