Shades of Shocking #E48EBD
Tints of Shocking #E48EBD
RGB
CMYK
RGB Variations
Color information
#E48EBD (or 0xE48EBD) is known color: Shocking. HEX triplet: E4, 8E and BD. RGB value is (228,142,189). Sum of RGB (Red+Green+Blue) = 228+142+189=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48EBD is #1B7142. Grayscale: #ACACAC. Windows color (decimal): -1798467 or 12422884. OLE color: 12422884.
HSL color Cylindrical-coordinate representation of color #E48EBD: hue angle of 327.21º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EBD is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 189 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.11 |
| HSL | 327.21º | 0.61% | 0.73% | - |
| HSV(B) | 327.21º | 0.38% | 0.89% | - |
| XYZ | 50.85 | 39.51 | 53.09 | - |
| YUV | 173.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 189 | 0 | 0.38 | 0.17 | 0.11 | 327.21 | 0.61 | 0.73 |
| Hex | E4 | 8E | BD | 0 | 26 | 11 | B | 147 | 3D | 49 |
| Octal | 344 | 216 | 275 | 0 | 46 | 21 | 13 | 507 | 75 | 111 |
| Binary | 11100100 | 10001110 | 10111101 | 0 | 100110 | 10001 | 1011 | 101000111 | 111101 | 1001001 |
Color Harmonies of #E48EBD
Complementary color
Monochromatic Colors of #E48EBD
Black with #E48EBD
Text Example
Text Example
White with #E48EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EBD; }
p { color: rgb(228,142,189); }
H1.HeaderClassName
{
color: #E48EBD;
}
.AnyTagClassName
{
color: #E48EBD;
}
</style>
background-color css
<style>
a { background-color: #E48EBD; }
a { background-color: rgb(228,142,189); }
div.DivClassName
{
background-color: #E48EBD;
}
.BgClassName
{
background-color: #E48EBD;
}
</style>
border-color css
<style>
span { border-color: #E48EBD; }
span { border-color: rgb(228,142,189); }
td.TdClassName
{
border-color: #E48EBD;
}
.TagClassName
{
border-color: #E48EBD;
}
</style>