Shades of Shocking #EE8DBC
Tints of Shocking #EE8DBC
RGB
CMYK
RGB Variations
Color information
#EE8DBC (or 0xEE8DBC) is known color: Shocking. HEX triplet: EE, 8D and BC. RGB value is (238,141,188). Sum of RGB (Red+Green+Blue) = 238+141+188=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DBC is #117243. Grayscale: #AFAFAF. Windows color (decimal): -1143364 or 12357102. OLE color: 12357102.
HSL color Cylindrical-coordinate representation of color #EE8DBC: hue angle of 330.93º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DBC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 188 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 330.93º | 0.74% | 0.74% | - |
| HSV(B) | 330.93º | 0.41% | 0.93% | - |
| XYZ | 53.86 | 40.86 | 52.62 | - |
| YUV | 175.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 188 | 0 | 0.41 | 0.21 | 0.07 | 330.93 | 0.74 | 0.74 |
| Hex | EE | 8D | BC | 0 | 29 | 15 | 7 | 14B | 4A | 4A |
| Octal | 356 | 215 | 274 | 0 | 51 | 25 | 7 | 513 | 112 | 112 |
| Binary | 11101110 | 10001101 | 10111100 | 0 | 101001 | 10101 | 111 | 101001011 | 1001010 | 1001010 |
Color Harmonies of #EE8DBC
Complementary color
Monochromatic Colors of #EE8DBC
Black with #EE8DBC
Text Example
Text Example
White with #EE8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DBC; }
p { color: rgb(238,141,188); }
H1.HeaderClassName
{
color: #EE8DBC;
}
.AnyTagClassName
{
color: #EE8DBC;
}
</style>
background-color css
<style>
a { background-color: #EE8DBC; }
a { background-color: rgb(238,141,188); }
div.DivClassName
{
background-color: #EE8DBC;
}
.BgClassName
{
background-color: #EE8DBC;
}
</style>
border-color css
<style>
span { border-color: #EE8DBC; }
span { border-color: rgb(238,141,188); }
td.TdClassName
{
border-color: #EE8DBC;
}
.TagClassName
{
border-color: #EE8DBC;
}
</style>