Shades of Shocking #EE97CE
Tints of Shocking #EE97CE
RGB
CMYK
RGB Variations
Color information
#EE97CE (or 0xEE97CE) is known color: Shocking. HEX triplet: EE, 97 and CE. RGB value is (238,151,206). Sum of RGB (Red+Green+Blue) = 238+151+206=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97CE is #116831. Grayscale: #B7B7B7. Windows color (decimal): -1140786 or 13539310. OLE color: 13539310.
HSL color Cylindrical-coordinate representation of color #EE97CE: hue angle of 322.07º 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 #EE97CE is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 206 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.07 |
| HSL | 322.07º | 0.72% | 0.76% | - |
| HSV(B) | 322.07º | 0.37% | 0.93% | - |
| XYZ | 57.47 | 44.77 | 64 | - |
| YUV | 183.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 206 | 0 | 0.37 | 0.13 | 0.07 | 322.07 | 0.72 | 0.76 |
| Hex | EE | 97 | CE | 0 | 25 | D | 7 | 142 | 48 | 4C |
| Octal | 356 | 227 | 316 | 0 | 45 | 15 | 7 | 502 | 110 | 114 |
| Binary | 11101110 | 10010111 | 11001110 | 0 | 100101 | 1101 | 111 | 101000010 | 1001000 | 1001100 |
Color Harmonies of #EE97CE
Complementary color
Monochromatic Colors of #EE97CE
Black with #EE97CE
Text Example
Text Example
White with #EE97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE97CE; }
p { color: rgb(238,151,206); }
H1.HeaderClassName
{
color: #EE97CE;
}
.AnyTagClassName
{
color: #EE97CE;
}
</style>
background-color css
<style>
a { background-color: #EE97CE; }
a { background-color: rgb(238,151,206); }
div.DivClassName
{
background-color: #EE97CE;
}
.BgClassName
{
background-color: #EE97CE;
}
</style>
border-color css
<style>
span { border-color: #EE97CE; }
span { border-color: rgb(238,151,206); }
td.TdClassName
{
border-color: #EE97CE;
}
.TagClassName
{
border-color: #EE97CE;
}
</style>