Shades of Tea Rose #EB80CF
Tints of Tea Rose #EB80CF
RGB
CMYK
RGB Variations
Color information
#EB80CF (or 0xEB80CF) is known color: Tea Rose. HEX triplet: EB, 80 and CF. RGB value is (235,128,207). Sum of RGB (Red+Green+Blue) = 235+128+207=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80CF is #147F30. Grayscale: #A8A8A8. Windows color (decimal): -1343281 or 13598955. OLE color: 13598955.
HSL color Cylindrical-coordinate representation of color #EB80CF: hue angle of 315.7º 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 #EB80CF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 207 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.08 |
| HSL | 315.7º | 0.73% | 0.71% | - |
| HSV(B) | 315.7º | 0.46% | 0.92% | - |
| XYZ | 53.24 | 37.61 | 63.48 | - |
| YUV | 169 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 207 | 0 | 0.46 | 0.12 | 0.08 | 315.7 | 0.73 | 0.71 |
| Hex | EB | 80 | CF | 0 | 2E | C | 8 | 13C | 49 | 47 |
| Octal | 353 | 200 | 317 | 0 | 56 | 14 | 10 | 474 | 111 | 107 |
| Binary | 11101011 | 10000000 | 11001111 | 0 | 101110 | 1100 | 1000 | 100111100 | 1001001 | 1000111 |
Color Harmonies of #EB80CF
Complementary color
Monochromatic Colors of #EB80CF
Black with #EB80CF
Text Example
Text Example
White with #EB80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80CF; }
p { color: rgb(235,128,207); }
H1.HeaderClassName
{
color: #EB80CF;
}
.AnyTagClassName
{
color: #EB80CF;
}
</style>
background-color css
<style>
a { background-color: #EB80CF; }
a { background-color: rgb(235,128,207); }
div.DivClassName
{
background-color: #EB80CF;
}
.BgClassName
{
background-color: #EB80CF;
}
</style>
border-color css
<style>
span { border-color: #EB80CF; }
span { border-color: rgb(235,128,207); }
td.TdClassName
{
border-color: #EB80CF;
}
.TagClassName
{
border-color: #EB80CF;
}
</style>