Shades of Tea Rose #EB80C7
Tints of Tea Rose #EB80C7
RGB
CMYK
RGB Variations
Color information
#EB80C7 (or 0xEB80C7) is known color: Tea Rose. HEX triplet: EB, 80 and C7. RGB value is (235,128,199). Sum of RGB (Red+Green+Blue) = 235+128+199=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80C7 is #147F38. Grayscale: #A7A7A7. Windows color (decimal): -1343289 or 13074667. OLE color: 13074667.
HSL color Cylindrical-coordinate representation of color #EB80C7: hue angle of 320.19º 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 #EB80C7 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 199 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.08 |
| HSL | 320.19º | 0.73% | 0.71% | - |
| HSV(B) | 320.19º | 0.46% | 0.92% | - |
| XYZ | 52.29 | 37.22 | 58.46 | - |
| YUV | 168.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 199 | 0 | 0.46 | 0.15 | 0.08 | 320.19 | 0.73 | 0.71 |
| Hex | EB | 80 | C7 | 0 | 2E | F | 8 | 140 | 49 | 47 |
| Octal | 353 | 200 | 307 | 0 | 56 | 17 | 10 | 500 | 111 | 107 |
| Binary | 11101011 | 10000000 | 11000111 | 0 | 101110 | 1111 | 1000 | 101000000 | 1001001 | 1000111 |
Color Harmonies of #EB80C7
Complementary color
Monochromatic Colors of #EB80C7
Black with #EB80C7
Text Example
Text Example
White with #EB80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80C7; }
p { color: rgb(235,128,199); }
H1.HeaderClassName
{
color: #EB80C7;
}
.AnyTagClassName
{
color: #EB80C7;
}
</style>
background-color css
<style>
a { background-color: #EB80C7; }
a { background-color: rgb(235,128,199); }
div.DivClassName
{
background-color: #EB80C7;
}
.BgClassName
{
background-color: #EB80C7;
}
</style>
border-color css
<style>
span { border-color: #EB80C7; }
span { border-color: rgb(235,128,199); }
td.TdClassName
{
border-color: #EB80C7;
}
.TagClassName
{
border-color: #EB80C7;
}
</style>