Shades of Shocking #E48ECC
Tints of Shocking #E48ECC
RGB
CMYK
RGB Variations
Color information
#E48ECC (or 0xE48ECC) is known color: Shocking. HEX triplet: E4, 8E and CC. RGB value is (228,142,204). Sum of RGB (Red+Green+Blue) = 228+142+204=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ECC is #1B7133. Grayscale: #AEAEAE. Windows color (decimal): -1798452 or 13405924. OLE color: 13405924.
HSL color Cylindrical-coordinate representation of color #E48ECC: hue angle of 316.74º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48ECC is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 204 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.11 |
| HSL | 316.74º | 0.61% | 0.73% | - |
| HSV(B) | 316.74º | 0.38% | 0.89% | - |
| XYZ | 52.57 | 40.2 | 62.12 | - |
| YUV | 174.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 204 | 0 | 0.38 | 0.11 | 0.11 | 316.74 | 0.61 | 0.73 |
| Hex | E4 | 8E | CC | 0 | 26 | B | B | 13D | 3D | 49 |
| Octal | 344 | 216 | 314 | 0 | 46 | 13 | 13 | 475 | 75 | 111 |
| Binary | 11100100 | 10001110 | 11001100 | 0 | 100110 | 1011 | 1011 | 100111101 | 111101 | 1001001 |
Color Harmonies of #E48ECC
Complementary color
Monochromatic Colors of #E48ECC
Black with #E48ECC
Text Example
Text Example
White with #E48ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ECC; }
p { color: rgb(228,142,204); }
H1.HeaderClassName
{
color: #E48ECC;
}
.AnyTagClassName
{
color: #E48ECC;
}
</style>
background-color css
<style>
a { background-color: #E48ECC; }
a { background-color: rgb(228,142,204); }
div.DivClassName
{
background-color: #E48ECC;
}
.BgClassName
{
background-color: #E48ECC;
}
</style>
border-color css
<style>
span { border-color: #E48ECC; }
span { border-color: rgb(228,142,204); }
td.TdClassName
{
border-color: #E48ECC;
}
.TagClassName
{
border-color: #E48ECC;
}
</style>