Shades of Tea Rose #EE86D1
Tints of Tea Rose #EE86D1
RGB
CMYK
RGB Variations
Color information
#EE86D1 (or 0xEE86D1) is known color: Tea Rose. HEX triplet: EE, 86 and D1. RGB value is (238,134,209). Sum of RGB (Red+Green+Blue) = 238+134+209=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86D1 is #11792E. Grayscale: #ADADAD. Windows color (decimal): -1145135 or 13731566. OLE color: 13731566.
HSL color Cylindrical-coordinate representation of color #EE86D1: hue angle of 316.73º 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 #EE86D1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 209 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.07 |
| HSL | 316.73º | 0.75% | 0.73% | - |
| HSV(B) | 316.73º | 0.44% | 0.93% | - |
| XYZ | 55.29 | 39.83 | 65.1 | - |
| YUV | 173.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 209 | 0 | 0.44 | 0.12 | 0.07 | 316.73 | 0.75 | 0.73 |
| Hex | EE | 86 | D1 | 0 | 2C | C | 7 | 13D | 4B | 49 |
| Octal | 356 | 206 | 321 | 0 | 54 | 14 | 7 | 475 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11010001 | 0 | 101100 | 1100 | 111 | 100111101 | 1001011 | 1001001 |
Color Harmonies of #EE86D1
Complementary color
Monochromatic Colors of #EE86D1
Black with #EE86D1
Text Example
Text Example
White with #EE86D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86D1; }
p { color: rgb(238,134,209); }
H1.HeaderClassName
{
color: #EE86D1;
}
.AnyTagClassName
{
color: #EE86D1;
}
</style>
background-color css
<style>
a { background-color: #EE86D1; }
a { background-color: rgb(238,134,209); }
div.DivClassName
{
background-color: #EE86D1;
}
.BgClassName
{
background-color: #EE86D1;
}
</style>
border-color css
<style>
span { border-color: #EE86D1; }
span { border-color: rgb(238,134,209); }
td.TdClassName
{
border-color: #EE86D1;
}
.TagClassName
{
border-color: #EE86D1;
}
</style>