Shades of Shocking #E38EC5
Tints of Shocking #E38EC5
RGB
CMYK
RGB Variations
Color information
#E38EC5 (or 0xE38EC5) is known color: Shocking. HEX triplet: E3, 8E and C5. RGB value is (227,142,197). Sum of RGB (Red+Green+Blue) = 227+142+197=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EC5 is #1C713A. Grayscale: #ADADAD. Windows color (decimal): -1863995 or 12947171. OLE color: 12947171.
HSL color Cylindrical-coordinate representation of color #E38EC5: hue angle of 321.18º 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 #E38EC5 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 197 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.11 |
| HSL | 321.18º | 0.6% | 0.72% | - |
| HSV(B) | 321.18º | 0.37% | 0.89% | - |
| XYZ | 51.43 | 39.71 | 57.78 | - |
| YUV | 173.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 197 | 0 | 0.37 | 0.13 | 0.11 | 321.18 | 0.6 | 0.72 |
| Hex | E3 | 8E | C5 | 0 | 25 | D | B | 141 | 3C | 48 |
| Octal | 343 | 216 | 305 | 0 | 45 | 15 | 13 | 501 | 74 | 110 |
| Binary | 11100011 | 10001110 | 11000101 | 0 | 100101 | 1101 | 1011 | 101000001 | 111100 | 1001000 |
Color Harmonies of #E38EC5
Complementary color
Monochromatic Colors of #E38EC5
Black with #E38EC5
Text Example
Text Example
White with #E38EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38EC5; }
p { color: rgb(227,142,197); }
H1.HeaderClassName
{
color: #E38EC5;
}
.AnyTagClassName
{
color: #E38EC5;
}
</style>
background-color css
<style>
a { background-color: #E38EC5; }
a { background-color: rgb(227,142,197); }
div.DivClassName
{
background-color: #E38EC5;
}
.BgClassName
{
background-color: #E38EC5;
}
</style>
border-color css
<style>
span { border-color: #E38EC5; }
span { border-color: rgb(227,142,197); }
td.TdClassName
{
border-color: #E38EC5;
}
.TagClassName
{
border-color: #E38EC5;
}
</style>