Shades of Shocking #E38ECC
Tints of Shocking #E38ECC
RGB
CMYK
RGB Variations
Color information
#E38ECC (or 0xE38ECC) is known color: Shocking. HEX triplet: E3, 8E and CC. RGB value is (227,142,204). Sum of RGB (Red+Green+Blue) = 227+142+204=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ECC is #1C7133. Grayscale: #AEAEAE. Windows color (decimal): -1863988 or 13405923. OLE color: 13405923.
HSL color Cylindrical-coordinate representation of color #E38ECC: hue angle of 316.24º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38ECC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 204 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 316.24º | 0.6% | 0.72% | - |
| HSV(B) | 316.24º | 0.37% | 0.89% | - |
| XYZ | 52.25 | 40.04 | 62.1 | - |
| YUV | 174.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 204 | 0 | 0.37 | 0.10 | 0.11 | 316.24 | 0.6 | 0.72 |
| Hex | E3 | 8E | CC | 0 | 25 | A | B | 13C | 3C | 48 |
| Octal | 343 | 216 | 314 | 0 | 45 | 12 | 13 | 474 | 74 | 110 |
| Binary | 11100011 | 10001110 | 11001100 | 0 | 100101 | 1010 | 1011 | 100111100 | 111100 | 1001000 |
Color Harmonies of #E38ECC
Complementary color
Monochromatic Colors of #E38ECC
Black with #E38ECC
Text Example
Text Example
White with #E38ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38ECC; }
p { color: rgb(227,142,204); }
H1.HeaderClassName
{
color: #E38ECC;
}
.AnyTagClassName
{
color: #E38ECC;
}
</style>
background-color css
<style>
a { background-color: #E38ECC; }
a { background-color: rgb(227,142,204); }
div.DivClassName
{
background-color: #E38ECC;
}
.BgClassName
{
background-color: #E38ECC;
}
</style>
border-color css
<style>
span { border-color: #E38ECC; }
span { border-color: rgb(227,142,204); }
td.TdClassName
{
border-color: #E38ECC;
}
.TagClassName
{
border-color: #E38ECC;
}
</style>