Shades of Tea Rose #EE86CB
Tints of Tea Rose #EE86CB
RGB
CMYK
RGB Variations
Color information
#EE86CB (or 0xEE86CB) is known color: Tea Rose. HEX triplet: EE, 86 and CB. RGB value is (238,134,203). Sum of RGB (Red+Green+Blue) = 238+134+203=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86CB is #117934. Grayscale: #ACACAC. Windows color (decimal): -1145141 or 13338350. OLE color: 13338350.
HSL color Cylindrical-coordinate representation of color #EE86CB: hue angle of 320.19º 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 #EE86CB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 203 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.07 |
| HSL | 320.19º | 0.75% | 0.73% | - |
| HSV(B) | 320.19º | 0.44% | 0.93% | - |
| XYZ | 54.56 | 39.54 | 61.26 | - |
| YUV | 172.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 203 | 0 | 0.44 | 0.15 | 0.07 | 320.19 | 0.75 | 0.73 |
| Hex | EE | 86 | CB | 0 | 2C | F | 7 | 140 | 4B | 49 |
| Octal | 356 | 206 | 313 | 0 | 54 | 17 | 7 | 500 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11001011 | 0 | 101100 | 1111 | 111 | 101000000 | 1001011 | 1001001 |
Color Harmonies of #EE86CB
Complementary color
Monochromatic Colors of #EE86CB
Black with #EE86CB
Text Example
Text Example
White with #EE86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86CB; }
p { color: rgb(238,134,203); }
H1.HeaderClassName
{
color: #EE86CB;
}
.AnyTagClassName
{
color: #EE86CB;
}
</style>
background-color css
<style>
a { background-color: #EE86CB; }
a { background-color: rgb(238,134,203); }
div.DivClassName
{
background-color: #EE86CB;
}
.BgClassName
{
background-color: #EE86CB;
}
</style>
border-color css
<style>
span { border-color: #EE86CB; }
span { border-color: rgb(238,134,203); }
td.TdClassName
{
border-color: #EE86CB;
}
.TagClassName
{
border-color: #EE86CB;
}
</style>