Shades of Shocking #E48DBA
Tints of Shocking #E48DBA
RGB
CMYK
RGB Variations
Color information
#E48DBA (or 0xE48DBA) is known color: Shocking. HEX triplet: E4, 8D and BA. RGB value is (228,141,186). Sum of RGB (Red+Green+Blue) = 228+141+186=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DBA is #1B7245. Grayscale: #ACACAC. Windows color (decimal): -1798726 or 12226020. OLE color: 12226020.
HSL color Cylindrical-coordinate representation of color #E48DBA: hue angle of 328.97º 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 #E48DBA is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 186 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.11 |
| HSL | 328.97º | 0.62% | 0.72% | - |
| HSV(B) | 328.97º | 0.38% | 0.89% | - |
| XYZ | 50.38 | 39.09 | 51.34 | - |
| YUV | 172.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 186 | 0 | 0.38 | 0.18 | 0.11 | 328.97 | 0.62 | 0.72 |
| Hex | E4 | 8D | BA | 0 | 26 | 12 | B | 149 | 3E | 48 |
| Octal | 344 | 215 | 272 | 0 | 46 | 22 | 13 | 511 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10111010 | 0 | 100110 | 10010 | 1011 | 101001001 | 111110 | 1001000 |
Color Harmonies of #E48DBA
Complementary color
Monochromatic Colors of #E48DBA
Black with #E48DBA
Text Example
Text Example
White with #E48DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DBA; }
p { color: rgb(228,141,186); }
H1.HeaderClassName
{
color: #E48DBA;
}
.AnyTagClassName
{
color: #E48DBA;
}
</style>
background-color css
<style>
a { background-color: #E48DBA; }
a { background-color: rgb(228,141,186); }
div.DivClassName
{
background-color: #E48DBA;
}
.BgClassName
{
background-color: #E48DBA;
}
</style>
border-color css
<style>
span { border-color: #E48DBA; }
span { border-color: rgb(228,141,186); }
td.TdClassName
{
border-color: #E48DBA;
}
.TagClassName
{
border-color: #E48DBA;
}
</style>