Shades of Shocking #E297B9
Tints of Shocking #E297B9
RGB
CMYK
RGB Variations
Color information
#E297B9 (or 0xE297B9) is known color: Shocking. HEX triplet: E2, 97 and B9. RGB value is (226,151,185). Sum of RGB (Red+Green+Blue) = 226+151+185=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E297B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297B9 is #1D6846. Grayscale: #B1B1B1. Windows color (decimal): -1927239 or 12163042. OLE color: 12163042.
HSL color Cylindrical-coordinate representation of color #E297B9: hue angle of 332.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E297B9 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 185 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.11 |
| HSL | 332.8º | 0.56% | 0.74% | - |
| HSV(B) | 332.8º | 0.33% | 0.89% | - |
| XYZ | 51.19 | 41.8 | 51.27 | - |
| YUV | 177.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 185 | 0 | 0.33 | 0.18 | 0.11 | 332.8 | 0.56 | 0.74 |
| Hex | E2 | 97 | B9 | 0 | 21 | 12 | B | 14D | 38 | 4A |
| Octal | 342 | 227 | 271 | 0 | 41 | 22 | 13 | 515 | 70 | 112 |
| Binary | 11100010 | 10010111 | 10111001 | 0 | 100001 | 10010 | 1011 | 101001101 | 111000 | 1001010 |
Color Harmonies of #E297B9
Complementary color
Monochromatic Colors of #E297B9
Black with #E297B9
Text Example
Text Example
White with #E297B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297B9; }
p { color: rgb(226,151,185); }
H1.HeaderClassName
{
color: #E297B9;
}
.AnyTagClassName
{
color: #E297B9;
}
</style>
background-color css
<style>
a { background-color: #E297B9; }
a { background-color: rgb(226,151,185); }
div.DivClassName
{
background-color: #E297B9;
}
.BgClassName
{
background-color: #E297B9;
}
</style>
border-color css
<style>
span { border-color: #E297B9; }
span { border-color: rgb(226,151,185); }
td.TdClassName
{
border-color: #E297B9;
}
.TagClassName
{
border-color: #E297B9;
}
</style>