Shades of Shocking #E48DB5
Tints of Shocking #E48DB5
RGB
CMYK
RGB Variations
Color information
#E48DB5 (or 0xE48DB5) is known color: Shocking. HEX triplet: E4, 8D and B5. RGB value is (228,141,181). Sum of RGB (Red+Green+Blue) = 228+141+181=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DB5 is #1B724A. Grayscale: #ABABAB. Windows color (decimal): -1798731 or 11898340. OLE color: 11898340.
HSL color Cylindrical-coordinate representation of color #E48DB5: hue angle of 332.41º 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 #E48DB5 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 181 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.11 |
| HSL | 332.41º | 0.62% | 0.72% | - |
| HSV(B) | 332.41º | 0.38% | 0.89% | - |
| XYZ | 49.86 | 38.88 | 48.59 | - |
| YUV | 171.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 181 | 0 | 0.38 | 0.21 | 0.11 | 332.41 | 0.62 | 0.72 |
| Hex | E4 | 8D | B5 | 0 | 26 | 15 | B | 14C | 3E | 48 |
| Octal | 344 | 215 | 265 | 0 | 46 | 25 | 13 | 514 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10110101 | 0 | 100110 | 10101 | 1011 | 101001100 | 111110 | 1001000 |
Color Harmonies of #E48DB5
Complementary color
Monochromatic Colors of #E48DB5
Black with #E48DB5
Text Example
Text Example
White with #E48DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DB5; }
p { color: rgb(228,141,181); }
H1.HeaderClassName
{
color: #E48DB5;
}
.AnyTagClassName
{
color: #E48DB5;
}
</style>
background-color css
<style>
a { background-color: #E48DB5; }
a { background-color: rgb(228,141,181); }
div.DivClassName
{
background-color: #E48DB5;
}
.BgClassName
{
background-color: #E48DB5;
}
</style>
border-color css
<style>
span { border-color: #E48DB5; }
span { border-color: rgb(228,141,181); }
td.TdClassName
{
border-color: #E48DB5;
}
.TagClassName
{
border-color: #E48DB5;
}
</style>