Shades of Shocking #E097B6
Tints of Shocking #E097B6
RGB
CMYK
RGB Variations
Color information
#E097B6 (or 0xE097B6) is known color: Shocking. HEX triplet: E0, 97 and B6. RGB value is (224,151,182). Sum of RGB (Red+Green+Blue) = 224+151+182=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E097B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097B6 is #1F6849. Grayscale: #B0B0B0. Windows color (decimal): -2058314 or 11966432. OLE color: 11966432.
HSL color Cylindrical-coordinate representation of color #E097B6: hue angle of 334.52º 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 #E097B6 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 182 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.12 |
| HSL | 334.52º | 0.54% | 0.74% | - |
| HSV(B) | 334.52º | 0.33% | 0.88% | - |
| XYZ | 50.25 | 41.36 | 49.59 | - |
| YUV | 176.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 182 | 0 | 0.33 | 0.19 | 0.12 | 334.52 | 0.54 | 0.74 |
| Hex | E0 | 97 | B6 | 0 | 21 | 13 | C | 14F | 36 | 4A |
| Octal | 340 | 227 | 266 | 0 | 41 | 23 | 14 | 517 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10110110 | 0 | 100001 | 10011 | 1100 | 101001111 | 110110 | 1001010 |
Color Harmonies of #E097B6
Complementary color
Monochromatic Colors of #E097B6
Black with #E097B6
Text Example
Text Example
White with #E097B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097B6; }
p { color: rgb(224,151,182); }
H1.HeaderClassName
{
color: #E097B6;
}
.AnyTagClassName
{
color: #E097B6;
}
</style>
background-color css
<style>
a { background-color: #E097B6; }
a { background-color: rgb(224,151,182); }
div.DivClassName
{
background-color: #E097B6;
}
.BgClassName
{
background-color: #E097B6;
}
</style>
border-color css
<style>
span { border-color: #E097B6; }
span { border-color: rgb(224,151,182); }
td.TdClassName
{
border-color: #E097B6;
}
.TagClassName
{
border-color: #E097B6;
}
</style>