Shades of Shocking #E394C0
Tints of Shocking #E394C0
RGB
CMYK
RGB Variations
Color information
#E394C0 (or 0xE394C0) is known color: Shocking. HEX triplet: E3, 94 and C0. RGB value is (227,148,192). Sum of RGB (Red+Green+Blue) = 227+148+192=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E394C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394C0 is #1C6B3F. Grayscale: #B0B0B0. Windows color (decimal): -1862464 or 12621027. OLE color: 12621027.
HSL color Cylindrical-coordinate representation of color #E394C0: hue angle of 326.58º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E394C0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 192 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.11 |
| HSL | 326.58º | 0.59% | 0.74% | - |
| HSV(B) | 326.58º | 0.35% | 0.89% | - |
| XYZ | 51.78 | 41.32 | 55.11 | - |
| YUV | 176.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 192 | 0 | 0.35 | 0.15 | 0.11 | 326.58 | 0.59 | 0.74 |
| Hex | E3 | 94 | C0 | 0 | 23 | F | B | 147 | 3B | 4A |
| Octal | 343 | 224 | 300 | 0 | 43 | 17 | 13 | 507 | 73 | 112 |
| Binary | 11100011 | 10010100 | 11000000 | 0 | 100011 | 1111 | 1011 | 101000111 | 111011 | 1001010 |
Color Harmonies of #E394C0
Complementary color
Monochromatic Colors of #E394C0
Black with #E394C0
Text Example
Text Example
White with #E394C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394C0; }
p { color: rgb(227,148,192); }
H1.HeaderClassName
{
color: #E394C0;
}
.AnyTagClassName
{
color: #E394C0;
}
</style>
background-color css
<style>
a { background-color: #E394C0; }
a { background-color: rgb(227,148,192); }
div.DivClassName
{
background-color: #E394C0;
}
.BgClassName
{
background-color: #E394C0;
}
</style>
border-color css
<style>
span { border-color: #E394C0; }
span { border-color: rgb(227,148,192); }
td.TdClassName
{
border-color: #E394C0;
}
.TagClassName
{
border-color: #E394C0;
}
</style>