Shades of Shocking #EE8EBA
Tints of Shocking #EE8EBA
RGB
CMYK
RGB Variations
Color information
#EE8EBA (or 0xEE8EBA) is known color: Shocking. HEX triplet: EE, 8E and BA. RGB value is (238,142,186). Sum of RGB (Red+Green+Blue) = 238+142+186=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8EBA is #117145. Grayscale: #AFAFAF. Windows color (decimal): -1143110 or 12226286. OLE color: 12226286.
HSL color Cylindrical-coordinate representation of color #EE8EBA: hue angle of 332.5º 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 #EE8EBA is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 186 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.07 |
| HSL | 332.5º | 0.74% | 0.75% | - |
| HSV(B) | 332.5º | 0.4% | 0.93% | - |
| XYZ | 53.8 | 41.07 | 51.55 | - |
| YUV | 175.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 186 | 0 | 0.40 | 0.22 | 0.07 | 332.5 | 0.74 | 0.75 |
| Hex | EE | 8E | BA | 0 | 28 | 16 | 7 | 14C | 4A | 4B |
| Octal | 356 | 216 | 272 | 0 | 50 | 26 | 7 | 514 | 112 | 113 |
| Binary | 11101110 | 10001110 | 10111010 | 0 | 101000 | 10110 | 111 | 101001100 | 1001010 | 1001011 |
Color Harmonies of #EE8EBA
Complementary color
Monochromatic Colors of #EE8EBA
Black with #EE8EBA
Text Example
Text Example
White with #EE8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EBA; }
p { color: rgb(238,142,186); }
H1.HeaderClassName
{
color: #EE8EBA;
}
.AnyTagClassName
{
color: #EE8EBA;
}
</style>
background-color css
<style>
a { background-color: #EE8EBA; }
a { background-color: rgb(238,142,186); }
div.DivClassName
{
background-color: #EE8EBA;
}
.BgClassName
{
background-color: #EE8EBA;
}
</style>
border-color css
<style>
span { border-color: #EE8EBA; }
span { border-color: rgb(238,142,186); }
td.TdClassName
{
border-color: #EE8EBA;
}
.TagClassName
{
border-color: #EE8EBA;
}
</style>