Shades of Shocking #E48DC7
Tints of Shocking #E48DC7
RGB
CMYK
RGB Variations
Color information
#E48DC7 (or 0xE48DC7) is known color: Shocking. HEX triplet: E4, 8D and C7. RGB value is (228,141,199). Sum of RGB (Red+Green+Blue) = 228+141+199=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DC7 is #1B7238. Grayscale: #ADADAD. Windows color (decimal): -1798713 or 13077988. OLE color: 13077988.
HSL color Cylindrical-coordinate representation of color #E48DC7: hue angle of 320º 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 #E48DC7 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 199 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.11 |
| HSL | 320º | 0.62% | 0.72% | - |
| HSV(B) | 320º | 0.38% | 0.89% | - |
| XYZ | 51.83 | 39.67 | 58.96 | - |
| YUV | 173.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 199 | 0 | 0.38 | 0.13 | 0.11 | 320 | 0.62 | 0.72 |
| Hex | E4 | 8D | C7 | 0 | 26 | D | B | 140 | 3E | 48 |
| Octal | 344 | 215 | 307 | 0 | 46 | 15 | 13 | 500 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11000111 | 0 | 100110 | 1101 | 1011 | 101000000 | 111110 | 1001000 |
Color Harmonies of #E48DC7
Complementary color
Monochromatic Colors of #E48DC7
Black with #E48DC7
Text Example
Text Example
White with #E48DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DC7; }
p { color: rgb(228,141,199); }
H1.HeaderClassName
{
color: #E48DC7;
}
.AnyTagClassName
{
color: #E48DC7;
}
</style>
background-color css
<style>
a { background-color: #E48DC7; }
a { background-color: rgb(228,141,199); }
div.DivClassName
{
background-color: #E48DC7;
}
.BgClassName
{
background-color: #E48DC7;
}
</style>
border-color css
<style>
span { border-color: #E48DC7; }
span { border-color: rgb(228,141,199); }
td.TdClassName
{
border-color: #E48DC7;
}
.TagClassName
{
border-color: #E48DC7;
}
</style>