Shades of Shocking #EE8EB8
Tints of Shocking #EE8EB8
RGB
CMYK
RGB Variations
Color information
#EE8EB8 (or 0xEE8EB8) is known color: Shocking. HEX triplet: EE, 8E and B8. RGB value is (238,142,184). Sum of RGB (Red+Green+Blue) = 238+142+184=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8EB8 is #117147. Grayscale: #AFAFAF. Windows color (decimal): -1143112 or 12095214. OLE color: 12095214.
HSL color Cylindrical-coordinate representation of color #EE8EB8: hue angle of 333.75º 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 #EE8EB8 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 184 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.07 |
| HSL | 333.75º | 0.74% | 0.75% | - |
| HSV(B) | 333.75º | 0.4% | 0.93% | - |
| XYZ | 53.58 | 40.98 | 50.43 | - |
| YUV | 175.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 184 | 0 | 0.40 | 0.23 | 0.07 | 333.75 | 0.74 | 0.75 |
| Hex | EE | 8E | B8 | 0 | 28 | 17 | 7 | 14E | 4A | 4B |
| Octal | 356 | 216 | 270 | 0 | 50 | 27 | 7 | 516 | 112 | 113 |
| Binary | 11101110 | 10001110 | 10111000 | 0 | 101000 | 10111 | 111 | 101001110 | 1001010 | 1001011 |
Color Harmonies of #EE8EB8
Complementary color
Monochromatic Colors of #EE8EB8
Black with #EE8EB8
Text Example
Text Example
White with #EE8EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EB8; }
p { color: rgb(238,142,184); }
H1.HeaderClassName
{
color: #EE8EB8;
}
.AnyTagClassName
{
color: #EE8EB8;
}
</style>
background-color css
<style>
a { background-color: #EE8EB8; }
a { background-color: rgb(238,142,184); }
div.DivClassName
{
background-color: #EE8EB8;
}
.BgClassName
{
background-color: #EE8EB8;
}
</style>
border-color css
<style>
span { border-color: #EE8EB8; }
span { border-color: rgb(238,142,184); }
td.TdClassName
{
border-color: #EE8EB8;
}
.TagClassName
{
border-color: #EE8EB8;
}
</style>