Shades of Shocking #E48DC6
Tints of Shocking #E48DC6
RGB
CMYK
RGB Variations
Color information
#E48DC6 (or 0xE48DC6) is known color: Shocking. HEX triplet: E4, 8D and C6. RGB value is (228,141,198). Sum of RGB (Red+Green+Blue) = 228+141+198=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DC6 is #1B7239. Grayscale: #ADADAD. Windows color (decimal): -1798714 or 13012452. OLE color: 13012452.
HSL color Cylindrical-coordinate representation of color #E48DC6: hue angle of 320.69º 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 #E48DC6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 198 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.11 |
| HSL | 320.69º | 0.62% | 0.72% | - |
| HSV(B) | 320.69º | 0.38% | 0.89% | - |
| XYZ | 51.71 | 39.62 | 58.35 | - |
| YUV | 173.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 198 | 0 | 0.38 | 0.13 | 0.11 | 320.69 | 0.62 | 0.72 |
| Hex | E4 | 8D | C6 | 0 | 26 | D | B | 141 | 3E | 48 |
| Octal | 344 | 215 | 306 | 0 | 46 | 15 | 13 | 501 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11000110 | 0 | 100110 | 1101 | 1011 | 101000001 | 111110 | 1001000 |
Color Harmonies of #E48DC6
Complementary color
Monochromatic Colors of #E48DC6
Black with #E48DC6
Text Example
Text Example
White with #E48DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DC6; }
p { color: rgb(228,141,198); }
H1.HeaderClassName
{
color: #E48DC6;
}
.AnyTagClassName
{
color: #E48DC6;
}
</style>
background-color css
<style>
a { background-color: #E48DC6; }
a { background-color: rgb(228,141,198); }
div.DivClassName
{
background-color: #E48DC6;
}
.BgClassName
{
background-color: #E48DC6;
}
</style>
border-color css
<style>
span { border-color: #E48DC6; }
span { border-color: rgb(228,141,198); }
td.TdClassName
{
border-color: #E48DC6;
}
.TagClassName
{
border-color: #E48DC6;
}
</style>