Shades of Shocking #EE9DC6
Tints of Shocking #EE9DC6
RGB
CMYK
RGB Variations
Color information
#EE9DC6 (or 0xEE9DC6) is known color: Shocking. HEX triplet: EE, 9D and C6. RGB value is (238,157,198). Sum of RGB (Red+Green+Blue) = 238+157+198=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DC6 is #116239. Grayscale: #B9B9B9. Windows color (decimal): -1139258 or 13016558. OLE color: 13016558.
HSL color Cylindrical-coordinate representation of color #EE9DC6: hue angle of 329.63º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DC6 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 198 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.07 |
| HSL | 329.63º | 0.7% | 0.77% | - |
| HSV(B) | 329.63º | 0.34% | 0.93% | - |
| XYZ | 57.51 | 46.37 | 59.34 | - |
| YUV | 185.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 198 | 0 | 0.34 | 0.17 | 0.07 | 329.63 | 0.7 | 0.77 |
| Hex | EE | 9D | C6 | 0 | 22 | 11 | 7 | 14A | 46 | 4D |
| Octal | 356 | 235 | 306 | 0 | 42 | 21 | 7 | 512 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11000110 | 0 | 100010 | 10001 | 111 | 101001010 | 1000110 | 1001101 |
Color Harmonies of #EE9DC6
Complementary color
Monochromatic Colors of #EE9DC6
Black with #EE9DC6
Text Example
Text Example
White with #EE9DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DC6; }
p { color: rgb(238,157,198); }
H1.HeaderClassName
{
color: #EE9DC6;
}
.AnyTagClassName
{
color: #EE9DC6;
}
</style>
background-color css
<style>
a { background-color: #EE9DC6; }
a { background-color: rgb(238,157,198); }
div.DivClassName
{
background-color: #EE9DC6;
}
.BgClassName
{
background-color: #EE9DC6;
}
</style>
border-color css
<style>
span { border-color: #EE9DC6; }
span { border-color: rgb(238,157,198); }
td.TdClassName
{
border-color: #EE9DC6;
}
.TagClassName
{
border-color: #EE9DC6;
}
</style>