Shades of Shocking #E097C0
Tints of Shocking #E097C0
RGB
CMYK
RGB Variations
Color information
#E097C0 (or 0xE097C0) is known color: Shocking. HEX triplet: E0, 97 and C0. RGB value is (224,151,192). Sum of RGB (Red+Green+Blue) = 224+151+192=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E097C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097C0 is #1F683F. Grayscale: #B1B1B1. Windows color (decimal): -2058304 or 12621792. OLE color: 12621792.
HSL color Cylindrical-coordinate representation of color #E097C0: hue angle of 326.3º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097C0 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 192 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.12 |
| HSL | 326.3º | 0.54% | 0.74% | - |
| HSV(B) | 326.3º | 0.33% | 0.88% | - |
| XYZ | 51.32 | 41.79 | 55.23 | - |
| YUV | 177.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 192 | 0 | 0.33 | 0.14 | 0.12 | 326.3 | 0.54 | 0.74 |
| Hex | E0 | 97 | C0 | 0 | 21 | E | C | 146 | 36 | 4A |
| Octal | 340 | 227 | 300 | 0 | 41 | 16 | 14 | 506 | 66 | 112 |
| Binary | 11100000 | 10010111 | 11000000 | 0 | 100001 | 1110 | 1100 | 101000110 | 110110 | 1001010 |
Color Harmonies of #E097C0
Complementary color
Monochromatic Colors of #E097C0
Black with #E097C0
Text Example
Text Example
White with #E097C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097C0; }
p { color: rgb(224,151,192); }
H1.HeaderClassName
{
color: #E097C0;
}
.AnyTagClassName
{
color: #E097C0;
}
</style>
background-color css
<style>
a { background-color: #E097C0; }
a { background-color: rgb(224,151,192); }
div.DivClassName
{
background-color: #E097C0;
}
.BgClassName
{
background-color: #E097C0;
}
</style>
border-color css
<style>
span { border-color: #E097C0; }
span { border-color: rgb(224,151,192); }
td.TdClassName
{
border-color: #E097C0;
}
.TagClassName
{
border-color: #E097C0;
}
</style>