Shades of Tea Rose #EE86D0
Tints of Tea Rose #EE86D0
RGB
CMYK
RGB Variations
Color information
#EE86D0 (or 0xEE86D0) is known color: Tea Rose. HEX triplet: EE, 86 and D0. RGB value is (238,134,208). Sum of RGB (Red+Green+Blue) = 238+134+208=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86D0 is #11792F. Grayscale: #ADADAD. Windows color (decimal): -1145136 or 13666030. OLE color: 13666030.
HSL color Cylindrical-coordinate representation of color #EE86D0: hue angle of 317.31º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86D0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 208 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.07 |
| HSL | 317.31º | 0.75% | 0.73% | - |
| HSV(B) | 317.31º | 0.44% | 0.93% | - |
| XYZ | 55.17 | 39.78 | 64.45 | - |
| YUV | 173.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 208 | 0 | 0.44 | 0.13 | 0.07 | 317.31 | 0.75 | 0.73 |
| Hex | EE | 86 | D0 | 0 | 2C | D | 7 | 13D | 4B | 49 |
| Octal | 356 | 206 | 320 | 0 | 54 | 15 | 7 | 475 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11010000 | 0 | 101100 | 1101 | 111 | 100111101 | 1001011 | 1001001 |
Color Harmonies of #EE86D0
Complementary color
Monochromatic Colors of #EE86D0
Black with #EE86D0
Text Example
Text Example
White with #EE86D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86D0; }
p { color: rgb(238,134,208); }
H1.HeaderClassName
{
color: #EE86D0;
}
.AnyTagClassName
{
color: #EE86D0;
}
</style>
background-color css
<style>
a { background-color: #EE86D0; }
a { background-color: rgb(238,134,208); }
div.DivClassName
{
background-color: #EE86D0;
}
.BgClassName
{
background-color: #EE86D0;
}
</style>
border-color css
<style>
span { border-color: #EE86D0; }
span { border-color: rgb(238,134,208); }
td.TdClassName
{
border-color: #EE86D0;
}
.TagClassName
{
border-color: #EE86D0;
}
</style>