Shades of Shocking #EE97BA
Tints of Shocking #EE97BA
RGB
CMYK
RGB Variations
Color information
#EE97BA (or 0xEE97BA) is known color: Shocking. HEX triplet: EE, 97 and BA. RGB value is (238,151,186). Sum of RGB (Red+Green+Blue) = 238+151+186=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97BA is #116845. Grayscale: #B4B4B4. Windows color (decimal): -1140806 or 12228590. OLE color: 12228590.
HSL color Cylindrical-coordinate representation of color #EE97BA: hue angle of 335.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE97BA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 186 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.07 |
| HSL | 335.86º | 0.72% | 0.76% | - |
| HSV(B) | 335.86º | 0.37% | 0.93% | - |
| XYZ | 55.19 | 43.86 | 52.01 | - |
| YUV | 181 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 186 | 0 | 0.37 | 0.22 | 0.07 | 335.86 | 0.72 | 0.76 |
| Hex | EE | 97 | BA | 0 | 25 | 16 | 7 | 150 | 48 | 4C |
| Octal | 356 | 227 | 272 | 0 | 45 | 26 | 7 | 520 | 110 | 114 |
| Binary | 11101110 | 10010111 | 10111010 | 0 | 100101 | 10110 | 111 | 101010000 | 1001000 | 1001100 |
Color Harmonies of #EE97BA
Complementary color
Monochromatic Colors of #EE97BA
Black with #EE97BA
Text Example
Text Example
White with #EE97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE97BA; }
p { color: rgb(238,151,186); }
H1.HeaderClassName
{
color: #EE97BA;
}
.AnyTagClassName
{
color: #EE97BA;
}
</style>
background-color css
<style>
a { background-color: #EE97BA; }
a { background-color: rgb(238,151,186); }
div.DivClassName
{
background-color: #EE97BA;
}
.BgClassName
{
background-color: #EE97BA;
}
</style>
border-color css
<style>
span { border-color: #EE97BA; }
span { border-color: rgb(238,151,186); }
td.TdClassName
{
border-color: #EE97BA;
}
.TagClassName
{
border-color: #EE97BA;
}
</style>