Shades of Tea Rose #EE80CE
Tints of Tea Rose #EE80CE
RGB
CMYK
RGB Variations
Color information
#EE80CE (or 0xEE80CE) is known color: Tea Rose. HEX triplet: EE, 80 and CE. RGB value is (238,128,206). Sum of RGB (Red+Green+Blue) = 238+128+206=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80CE is #117F31. Grayscale: #A9A9A9. Windows color (decimal): -1146674 or 13533422. OLE color: 13533422.
HSL color Cylindrical-coordinate representation of color #EE80CE: hue angle of 317.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80CE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 206 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.07 |
| HSL | 317.45º | 0.76% | 0.72% | - |
| HSV(B) | 317.45º | 0.46% | 0.93% | - |
| XYZ | 54.12 | 38.07 | 62.89 | - |
| YUV | 169.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 206 | 0 | 0.46 | 0.13 | 0.07 | 317.45 | 0.76 | 0.72 |
| Hex | EE | 80 | CE | 0 | 2E | D | 7 | 13D | 4C | 48 |
| Octal | 356 | 200 | 316 | 0 | 56 | 15 | 7 | 475 | 114 | 110 |
| Binary | 11101110 | 10000000 | 11001110 | 0 | 101110 | 1101 | 111 | 100111101 | 1001100 | 1001000 |
Color Harmonies of #EE80CE
Complementary color
Monochromatic Colors of #EE80CE
Black with #EE80CE
Text Example
Text Example
White with #EE80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80CE; }
p { color: rgb(238,128,206); }
H1.HeaderClassName
{
color: #EE80CE;
}
.AnyTagClassName
{
color: #EE80CE;
}
</style>
background-color css
<style>
a { background-color: #EE80CE; }
a { background-color: rgb(238,128,206); }
div.DivClassName
{
background-color: #EE80CE;
}
.BgClassName
{
background-color: #EE80CE;
}
</style>
border-color css
<style>
span { border-color: #EE80CE; }
span { border-color: rgb(238,128,206); }
td.TdClassName
{
border-color: #EE80CE;
}
.TagClassName
{
border-color: #EE80CE;
}
</style>