Shades of Shocking #E097B5
Tints of Shocking #E097B5
RGB
CMYK
RGB Variations
Color information
#E097B5 (or 0xE097B5) is known color: Shocking. HEX triplet: E0, 97 and B5. RGB value is (224,151,181). Sum of RGB (Red+Green+Blue) = 224+151+181=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E097B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097B5 is #1F684A. Grayscale: #B0B0B0. Windows color (decimal): -2058315 or 11900896. OLE color: 11900896.
HSL color Cylindrical-coordinate representation of color #E097B5: hue angle of 335.34º 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 #E097B5 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 181 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.12 |
| HSL | 335.34º | 0.54% | 0.74% | - |
| HSV(B) | 335.34º | 0.33% | 0.88% | - |
| XYZ | 50.15 | 41.32 | 49.05 | - |
| YUV | 176.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 181 | 0 | 0.33 | 0.19 | 0.12 | 335.34 | 0.54 | 0.74 |
| Hex | E0 | 97 | B5 | 0 | 21 | 13 | C | 14F | 36 | 4A |
| Octal | 340 | 227 | 265 | 0 | 41 | 23 | 14 | 517 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10110101 | 0 | 100001 | 10011 | 1100 | 101001111 | 110110 | 1001010 |
Color Harmonies of #E097B5
Complementary color
Monochromatic Colors of #E097B5
Black with #E097B5
Text Example
Text Example
White with #E097B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097B5; }
p { color: rgb(224,151,181); }
H1.HeaderClassName
{
color: #E097B5;
}
.AnyTagClassName
{
color: #E097B5;
}
</style>
background-color css
<style>
a { background-color: #E097B5; }
a { background-color: rgb(224,151,181); }
div.DivClassName
{
background-color: #E097B5;
}
.BgClassName
{
background-color: #E097B5;
}
</style>
border-color css
<style>
span { border-color: #E097B5; }
span { border-color: rgb(224,151,181); }
td.TdClassName
{
border-color: #E097B5;
}
.TagClassName
{
border-color: #E097B5;
}
</style>