Shades of Shocking #EE8EBB
Tints of Shocking #EE8EBB
RGB
CMYK
RGB Variations
Color information
#EE8EBB (or 0xEE8EBB) is known color: Shocking. HEX triplet: EE, 8E and BB. RGB value is (238,142,187). Sum of RGB (Red+Green+Blue) = 238+142+187=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8EBB is #117144. Grayscale: #AFAFAF. Windows color (decimal): -1143109 or 12291822. OLE color: 12291822.
HSL color Cylindrical-coordinate representation of color #EE8EBB: hue angle of 331.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EBB is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 187 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.07 |
| HSL | 331.88º | 0.74% | 0.75% | - |
| HSV(B) | 331.88º | 0.4% | 0.93% | - |
| XYZ | 53.9 | 41.11 | 52.11 | - |
| YUV | 175.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 187 | 0 | 0.40 | 0.21 | 0.07 | 331.88 | 0.74 | 0.75 |
| Hex | EE | 8E | BB | 0 | 28 | 15 | 7 | 14C | 4A | 4B |
| Octal | 356 | 216 | 273 | 0 | 50 | 25 | 7 | 514 | 112 | 113 |
| Binary | 11101110 | 10001110 | 10111011 | 0 | 101000 | 10101 | 111 | 101001100 | 1001010 | 1001011 |
Color Harmonies of #EE8EBB
Complementary color
Monochromatic Colors of #EE8EBB
Black with #EE8EBB
Text Example
Text Example
White with #EE8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EBB; }
p { color: rgb(238,142,187); }
H1.HeaderClassName
{
color: #EE8EBB;
}
.AnyTagClassName
{
color: #EE8EBB;
}
</style>
background-color css
<style>
a { background-color: #EE8EBB; }
a { background-color: rgb(238,142,187); }
div.DivClassName
{
background-color: #EE8EBB;
}
.BgClassName
{
background-color: #EE8EBB;
}
</style>
border-color css
<style>
span { border-color: #EE8EBB; }
span { border-color: rgb(238,142,187); }
td.TdClassName
{
border-color: #EE8EBB;
}
.TagClassName
{
border-color: #EE8EBB;
}
</style>