Shades of Shocking #E48DC5
Tints of Shocking #E48DC5
RGB
CMYK
RGB Variations
Color information
#E48DC5 (or 0xE48DC5) is known color: Shocking. HEX triplet: E4, 8D and C5. RGB value is (228,141,197). Sum of RGB (Red+Green+Blue) = 228+141+197=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DC5 is #1B723A. Grayscale: #ADADAD. Windows color (decimal): -1798715 or 12946916. OLE color: 12946916.
HSL color Cylindrical-coordinate representation of color #E48DC5: hue angle of 321.38º 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 #E48DC5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 197 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.11 |
| HSL | 321.38º | 0.62% | 0.72% | - |
| HSV(B) | 321.38º | 0.38% | 0.89% | - |
| XYZ | 51.6 | 39.57 | 57.74 | - |
| YUV | 173.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 197 | 0 | 0.38 | 0.14 | 0.11 | 321.38 | 0.62 | 0.72 |
| Hex | E4 | 8D | C5 | 0 | 26 | E | B | 141 | 3E | 48 |
| Octal | 344 | 215 | 305 | 0 | 46 | 16 | 13 | 501 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11000101 | 0 | 100110 | 1110 | 1011 | 101000001 | 111110 | 1001000 |
Color Harmonies of #E48DC5
Complementary color
Monochromatic Colors of #E48DC5
Black with #E48DC5
Text Example
Text Example
White with #E48DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DC5; }
p { color: rgb(228,141,197); }
H1.HeaderClassName
{
color: #E48DC5;
}
.AnyTagClassName
{
color: #E48DC5;
}
</style>
background-color css
<style>
a { background-color: #E48DC5; }
a { background-color: rgb(228,141,197); }
div.DivClassName
{
background-color: #E48DC5;
}
.BgClassName
{
background-color: #E48DC5;
}
</style>
border-color css
<style>
span { border-color: #E48DC5; }
span { border-color: rgb(228,141,197); }
td.TdClassName
{
border-color: #E48DC5;
}
.TagClassName
{
border-color: #E48DC5;
}
</style>