Shades of Shocking #E48DC8
Tints of Shocking #E48DC8
RGB
CMYK
RGB Variations
Color information
#E48DC8 (or 0xE48DC8) is known color: Shocking. HEX triplet: E4, 8D and C8. RGB value is (228,141,200). Sum of RGB (Red+Green+Blue) = 228+141+200=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DC8 is #1B7237. Grayscale: #ADADAD. Windows color (decimal): -1798712 or 13143524. OLE color: 13143524.
HSL color Cylindrical-coordinate representation of color #E48DC8: hue angle of 319.31º 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 #E48DC8 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 200 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.11 |
| HSL | 319.31º | 0.62% | 0.72% | - |
| HSV(B) | 319.31º | 0.38% | 0.89% | - |
| XYZ | 51.95 | 39.71 | 59.57 | - |
| YUV | 173.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 200 | 0 | 0.38 | 0.12 | 0.11 | 319.31 | 0.62 | 0.72 |
| Hex | E4 | 8D | C8 | 0 | 26 | C | B | 13F | 3E | 48 |
| Octal | 344 | 215 | 310 | 0 | 46 | 14 | 13 | 477 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11001000 | 0 | 100110 | 1100 | 1011 | 100111111 | 111110 | 1001000 |
Color Harmonies of #E48DC8
Complementary color
Monochromatic Colors of #E48DC8
Black with #E48DC8
Text Example
Text Example
White with #E48DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DC8; }
p { color: rgb(228,141,200); }
H1.HeaderClassName
{
color: #E48DC8;
}
.AnyTagClassName
{
color: #E48DC8;
}
</style>
background-color css
<style>
a { background-color: #E48DC8; }
a { background-color: rgb(228,141,200); }
div.DivClassName
{
background-color: #E48DC8;
}
.BgClassName
{
background-color: #E48DC8;
}
</style>
border-color css
<style>
span { border-color: #E48DC8; }
span { border-color: rgb(228,141,200); }
td.TdClassName
{
border-color: #E48DC8;
}
.TagClassName
{
border-color: #E48DC8;
}
</style>