Shades of Shocking #E097C5
Tints of Shocking #E097C5
RGB
CMYK
RGB Variations
Color information
#E097C5 (or 0xE097C5) is known color: Shocking. HEX triplet: E0, 97 and C5. RGB value is (224,151,197). Sum of RGB (Red+Green+Blue) = 224+151+197=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E097C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097C5 is #1F683A. Grayscale: #B1B1B1. Windows color (decimal): -2058299 or 12949472. OLE color: 12949472.
HSL color Cylindrical-coordinate representation of color #E097C5: hue angle of 322.19º 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 #E097C5 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 197 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.12 |
| HSL | 322.19º | 0.54% | 0.74% | - |
| HSV(B) | 322.19º | 0.33% | 0.88% | - |
| XYZ | 51.89 | 42.01 | 58.2 | - |
| YUV | 178.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 197 | 0 | 0.33 | 0.12 | 0.12 | 322.19 | 0.54 | 0.74 |
| Hex | E0 | 97 | C5 | 0 | 21 | C | C | 142 | 36 | 4A |
| Octal | 340 | 227 | 305 | 0 | 41 | 14 | 14 | 502 | 66 | 112 |
| Binary | 11100000 | 10010111 | 11000101 | 0 | 100001 | 1100 | 1100 | 101000010 | 110110 | 1001010 |
Color Harmonies of #E097C5
Complementary color
Monochromatic Colors of #E097C5
Black with #E097C5
Text Example
Text Example
White with #E097C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097C5; }
p { color: rgb(224,151,197); }
H1.HeaderClassName
{
color: #E097C5;
}
.AnyTagClassName
{
color: #E097C5;
}
</style>
background-color css
<style>
a { background-color: #E097C5; }
a { background-color: rgb(224,151,197); }
div.DivClassName
{
background-color: #E097C5;
}
.BgClassName
{
background-color: #E097C5;
}
</style>
border-color css
<style>
span { border-color: #E097C5; }
span { border-color: rgb(224,151,197); }
td.TdClassName
{
border-color: #E097C5;
}
.TagClassName
{
border-color: #E097C5;
}
</style>