Shades of Shocking #E097BC
Tints of Shocking #E097BC
RGB
CMYK
RGB Variations
Color information
#E097BC (or 0xE097BC) is known color: Shocking. HEX triplet: E0, 97 and BC. RGB value is (224,151,188). Sum of RGB (Red+Green+Blue) = 224+151+188=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E097BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097BC is #1F6843. Grayscale: #B0B0B0. Windows color (decimal): -2058308 or 12359648. OLE color: 12359648.
HSL color Cylindrical-coordinate representation of color #E097BC: hue angle of 329.59º 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 #E097BC is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 188 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.12 |
| HSL | 329.59º | 0.54% | 0.74% | - |
| HSV(B) | 329.59º | 0.33% | 0.88% | - |
| XYZ | 50.88 | 41.61 | 52.93 | - |
| YUV | 177.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 188 | 0 | 0.33 | 0.16 | 0.12 | 329.59 | 0.54 | 0.74 |
| Hex | E0 | 97 | BC | 0 | 21 | 10 | C | 14A | 36 | 4A |
| Octal | 340 | 227 | 274 | 0 | 41 | 20 | 14 | 512 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10111100 | 0 | 100001 | 10000 | 1100 | 101001010 | 110110 | 1001010 |
Color Harmonies of #E097BC
Complementary color
Monochromatic Colors of #E097BC
Black with #E097BC
Text Example
Text Example
White with #E097BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097BC; }
p { color: rgb(224,151,188); }
H1.HeaderClassName
{
color: #E097BC;
}
.AnyTagClassName
{
color: #E097BC;
}
</style>
background-color css
<style>
a { background-color: #E097BC; }
a { background-color: rgb(224,151,188); }
div.DivClassName
{
background-color: #E097BC;
}
.BgClassName
{
background-color: #E097BC;
}
</style>
border-color css
<style>
span { border-color: #E097BC; }
span { border-color: rgb(224,151,188); }
td.TdClassName
{
border-color: #E097BC;
}
.TagClassName
{
border-color: #E097BC;
}
</style>