Shades of Shocking #EE9ACE
Tints of Shocking #EE9ACE
RGB
CMYK
RGB Variations
Color information
#EE9ACE (or 0xEE9ACE) is known color: Shocking. HEX triplet: EE, 9A and CE. RGB value is (238,154,206). Sum of RGB (Red+Green+Blue) = 238+154+206=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ACE is #116531. Grayscale: #B8B8B8. Windows color (decimal): -1140018 or 13540078. OLE color: 13540078.
HSL color Cylindrical-coordinate representation of color #EE9ACE: hue angle of 322.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9ACE is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 206 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.07 |
| HSL | 322.86º | 0.71% | 0.77% | - |
| HSV(B) | 322.86º | 0.35% | 0.93% | - |
| XYZ | 57.96 | 45.74 | 64.17 | - |
| YUV | 185.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 206 | 0 | 0.35 | 0.13 | 0.07 | 322.86 | 0.71 | 0.77 |
| Hex | EE | 9A | CE | 0 | 23 | D | 7 | 143 | 47 | 4D |
| Octal | 356 | 232 | 316 | 0 | 43 | 15 | 7 | 503 | 107 | 115 |
| Binary | 11101110 | 10011010 | 11001110 | 0 | 100011 | 1101 | 111 | 101000011 | 1000111 | 1001101 |
Color Harmonies of #EE9ACE
Complementary color
Monochromatic Colors of #EE9ACE
Black with #EE9ACE
Text Example
Text Example
White with #EE9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9ACE; }
p { color: rgb(238,154,206); }
H1.HeaderClassName
{
color: #EE9ACE;
}
.AnyTagClassName
{
color: #EE9ACE;
}
</style>
background-color css
<style>
a { background-color: #EE9ACE; }
a { background-color: rgb(238,154,206); }
div.DivClassName
{
background-color: #EE9ACE;
}
.BgClassName
{
background-color: #EE9ACE;
}
</style>
border-color css
<style>
span { border-color: #EE9ACE; }
span { border-color: rgb(238,154,206); }
td.TdClassName
{
border-color: #EE9ACE;
}
.TagClassName
{
border-color: #EE9ACE;
}
</style>