Shades of Shocking #EE8DB9
Tints of Shocking #EE8DB9
RGB
CMYK
RGB Variations
Color information
#EE8DB9 (or 0xEE8DB9) is known color: Shocking. HEX triplet: EE, 8D and B9. RGB value is (238,141,185). Sum of RGB (Red+Green+Blue) = 238+141+185=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DB9 is #117246. Grayscale: #AEAEAE. Windows color (decimal): -1143367 or 12160494. OLE color: 12160494.
HSL color Cylindrical-coordinate representation of color #EE8DB9: hue angle of 332.78º 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 #EE8DB9 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 185 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.07 |
| HSL | 332.78º | 0.74% | 0.74% | - |
| HSV(B) | 332.78º | 0.41% | 0.93% | - |
| XYZ | 53.54 | 40.73 | 50.94 | - |
| YUV | 175.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 185 | 0 | 0.41 | 0.22 | 0.07 | 332.78 | 0.74 | 0.74 |
| Hex | EE | 8D | B9 | 0 | 29 | 16 | 7 | 14D | 4A | 4A |
| Octal | 356 | 215 | 271 | 0 | 51 | 26 | 7 | 515 | 112 | 112 |
| Binary | 11101110 | 10001101 | 10111001 | 0 | 101001 | 10110 | 111 | 101001101 | 1001010 | 1001010 |
Color Harmonies of #EE8DB9
Complementary color
Monochromatic Colors of #EE8DB9
Black with #EE8DB9
Text Example
Text Example
White with #EE8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DB9; }
p { color: rgb(238,141,185); }
H1.HeaderClassName
{
color: #EE8DB9;
}
.AnyTagClassName
{
color: #EE8DB9;
}
</style>
background-color css
<style>
a { background-color: #EE8DB9; }
a { background-color: rgb(238,141,185); }
div.DivClassName
{
background-color: #EE8DB9;
}
.BgClassName
{
background-color: #EE8DB9;
}
</style>
border-color css
<style>
span { border-color: #EE8DB9; }
span { border-color: rgb(238,141,185); }
td.TdClassName
{
border-color: #EE8DB9;
}
.TagClassName
{
border-color: #EE8DB9;
}
</style>