Shades of Tea Rose #EE85BF
Tints of Tea Rose #EE85BF
RGB
CMYK
RGB Variations
Color information
#EE85BF (or 0xEE85BF) is known color: Tea Rose. HEX triplet: EE, 85 and BF. RGB value is (238,133,191). Sum of RGB (Red+Green+Blue) = 238+133+191=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85BF is #117A40. Grayscale: #AAAAAA. Windows color (decimal): -1145409 or 12551662. OLE color: 12551662.
HSL color Cylindrical-coordinate representation of color #EE85BF: hue angle of 326.86º degrees, saturation: 0.76, 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 #EE85BF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 191 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.07 |
| HSL | 326.86º | 0.76% | 0.73% | - |
| HSV(B) | 326.86º | 0.44% | 0.93% | - |
| XYZ | 53.05 | 38.71 | 53.97 | - |
| YUV | 171.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 191 | 0 | 0.44 | 0.20 | 0.07 | 326.86 | 0.76 | 0.73 |
| Hex | EE | 85 | BF | 0 | 2C | 14 | 7 | 147 | 4C | 49 |
| Octal | 356 | 205 | 277 | 0 | 54 | 24 | 7 | 507 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10111111 | 0 | 101100 | 10100 | 111 | 101000111 | 1001100 | 1001001 |
Color Harmonies of #EE85BF
Complementary color
Monochromatic Colors of #EE85BF
Black with #EE85BF
Text Example
Text Example
White with #EE85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85BF; }
p { color: rgb(238,133,191); }
H1.HeaderClassName
{
color: #EE85BF;
}
.AnyTagClassName
{
color: #EE85BF;
}
</style>
background-color css
<style>
a { background-color: #EE85BF; }
a { background-color: rgb(238,133,191); }
div.DivClassName
{
background-color: #EE85BF;
}
.BgClassName
{
background-color: #EE85BF;
}
</style>
border-color css
<style>
span { border-color: #EE85BF; }
span { border-color: rgb(238,133,191); }
td.TdClassName
{
border-color: #EE85BF;
}
.TagClassName
{
border-color: #EE85BF;
}
</style>