Shades of Shocking #EE8DBB
Tints of Shocking #EE8DBB
RGB
CMYK
RGB Variations
Color information
#EE8DBB (or 0xEE8DBB) is known color: Shocking. HEX triplet: EE, 8D and BB. RGB value is (238,141,187). Sum of RGB (Red+Green+Blue) = 238+141+187=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DBB is #117244. Grayscale: #AFAFAF. Windows color (decimal): -1143365 or 12291566. OLE color: 12291566.
HSL color Cylindrical-coordinate representation of color #EE8DBB: hue angle of 331.55º 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 #EE8DBB is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 187 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 331.55º | 0.74% | 0.74% | - |
| HSV(B) | 331.55º | 0.41% | 0.93% | - |
| XYZ | 53.75 | 40.81 | 52.06 | - |
| YUV | 175.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 187 | 0 | 0.41 | 0.21 | 0.07 | 331.55 | 0.74 | 0.74 |
| Hex | EE | 8D | BB | 0 | 29 | 15 | 7 | 14C | 4A | 4A |
| Octal | 356 | 215 | 273 | 0 | 51 | 25 | 7 | 514 | 112 | 112 |
| Binary | 11101110 | 10001101 | 10111011 | 0 | 101001 | 10101 | 111 | 101001100 | 1001010 | 1001010 |
Color Harmonies of #EE8DBB
Complementary color
Monochromatic Colors of #EE8DBB
Black with #EE8DBB
Text Example
Text Example
White with #EE8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DBB; }
p { color: rgb(238,141,187); }
H1.HeaderClassName
{
color: #EE8DBB;
}
.AnyTagClassName
{
color: #EE8DBB;
}
</style>
background-color css
<style>
a { background-color: #EE8DBB; }
a { background-color: rgb(238,141,187); }
div.DivClassName
{
background-color: #EE8DBB;
}
.BgClassName
{
background-color: #EE8DBB;
}
</style>
border-color css
<style>
span { border-color: #EE8DBB; }
span { border-color: rgb(238,141,187); }
td.TdClassName
{
border-color: #EE8DBB;
}
.TagClassName
{
border-color: #EE8DBB;
}
</style>