Shades of Tea Rose #EB80CE
Tints of Tea Rose #EB80CE
RGB
CMYK
RGB Variations
Color information
#EB80CE (or 0xEB80CE) is known color: Tea Rose. HEX triplet: EB, 80 and CE. RGB value is (235,128,206). Sum of RGB (Red+Green+Blue) = 235+128+206=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80CE is #147F31. Grayscale: #A8A8A8. Windows color (decimal): -1343282 or 13533419. OLE color: 13533419.
HSL color Cylindrical-coordinate representation of color #EB80CE: hue angle of 316.26º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80CE is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 206 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.08 |
| HSL | 316.26º | 0.73% | 0.71% | - |
| HSV(B) | 316.26º | 0.46% | 0.92% | - |
| XYZ | 53.12 | 37.56 | 62.84 | - |
| YUV | 168.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 206 | 0 | 0.46 | 0.12 | 0.08 | 316.26 | 0.73 | 0.71 |
| Hex | EB | 80 | CE | 0 | 2E | C | 8 | 13C | 49 | 47 |
| Octal | 353 | 200 | 316 | 0 | 56 | 14 | 10 | 474 | 111 | 107 |
| Binary | 11101011 | 10000000 | 11001110 | 0 | 101110 | 1100 | 1000 | 100111100 | 1001001 | 1000111 |
Color Harmonies of #EB80CE
Complementary color
Monochromatic Colors of #EB80CE
Black with #EB80CE
Text Example
Text Example
White with #EB80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80CE; }
p { color: rgb(235,128,206); }
H1.HeaderClassName
{
color: #EB80CE;
}
.AnyTagClassName
{
color: #EB80CE;
}
</style>
background-color css
<style>
a { background-color: #EB80CE; }
a { background-color: rgb(235,128,206); }
div.DivClassName
{
background-color: #EB80CE;
}
.BgClassName
{
background-color: #EB80CE;
}
</style>
border-color css
<style>
span { border-color: #EB80CE; }
span { border-color: rgb(235,128,206); }
td.TdClassName
{
border-color: #EB80CE;
}
.TagClassName
{
border-color: #EB80CE;
}
</style>