Shades of Shocking #E48AC0
Tints of Shocking #E48AC0
RGB
CMYK
RGB Variations
Color information
#E48AC0 (or 0xE48AC0) is known color: Shocking. HEX triplet: E4, 8A and C0. RGB value is (228,138,192). Sum of RGB (Red+Green+Blue) = 228+138+192=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48AC0 is #1B753F. Grayscale: #AAAAAA. Windows color (decimal): -1799488 or 12618468. OLE color: 12618468.
HSL color Cylindrical-coordinate representation of color #E48AC0: hue angle of 324º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48AC0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 192 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.11 |
| HSL | 324º | 0.63% | 0.72% | - |
| HSV(B) | 324º | 0.39% | 0.89% | - |
| XYZ | 50.6 | 38.48 | 54.63 | - |
| YUV | 171.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 192 | 0 | 0.39 | 0.16 | 0.11 | 324 | 0.63 | 0.72 |
| Hex | E4 | 8A | C0 | 0 | 27 | 10 | B | 144 | 3E | 48 |
| Octal | 344 | 212 | 300 | 0 | 47 | 20 | 13 | 504 | 76 | 110 |
| Binary | 11100100 | 10001010 | 11000000 | 0 | 100111 | 10000 | 1011 | 101000100 | 111110 | 1001000 |
Color Harmonies of #E48AC0
Complementary color
Monochromatic Colors of #E48AC0
Black with #E48AC0
Text Example
Text Example
White with #E48AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AC0; }
p { color: rgb(228,138,192); }
H1.HeaderClassName
{
color: #E48AC0;
}
.AnyTagClassName
{
color: #E48AC0;
}
</style>
background-color css
<style>
a { background-color: #E48AC0; }
a { background-color: rgb(228,138,192); }
div.DivClassName
{
background-color: #E48AC0;
}
.BgClassName
{
background-color: #E48AC0;
}
</style>
border-color css
<style>
span { border-color: #E48AC0; }
span { border-color: rgb(228,138,192); }
td.TdClassName
{
border-color: #E48AC0;
}
.TagClassName
{
border-color: #E48AC0;
}
</style>