Shades of Tea Rose #EB81CE
Tints of Tea Rose #EB81CE
RGB
CMYK
RGB Variations
Color information
#EB81CE (or 0xEB81CE) is known color: Tea Rose. HEX triplet: EB, 81 and CE. RGB value is (235,129,206). Sum of RGB (Red+Green+Blue) = 235+129+206=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81CE is #147E31. Grayscale: #A9A9A9. Windows color (decimal): -1343026 or 13533675. OLE color: 13533675.
HSL color Cylindrical-coordinate representation of color #EB81CE: hue angle of 316.42º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB81CE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 206 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.08 |
| HSL | 316.42º | 0.73% | 0.71% | - |
| HSV(B) | 316.42º | 0.45% | 0.92% | - |
| XYZ | 53.25 | 37.82 | 62.89 | - |
| YUV | 169.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 206 | 0 | 0.45 | 0.12 | 0.08 | 316.42 | 0.73 | 0.71 |
| Hex | EB | 81 | CE | 0 | 2D | C | 8 | 13C | 49 | 47 |
| Octal | 353 | 201 | 316 | 0 | 55 | 14 | 10 | 474 | 111 | 107 |
| Binary | 11101011 | 10000001 | 11001110 | 0 | 101101 | 1100 | 1000 | 100111100 | 1001001 | 1000111 |
Color Harmonies of #EB81CE
Complementary color
Monochromatic Colors of #EB81CE
Black with #EB81CE
Text Example
Text Example
White with #EB81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB81CE; }
p { color: rgb(235,129,206); }
H1.HeaderClassName
{
color: #EB81CE;
}
.AnyTagClassName
{
color: #EB81CE;
}
</style>
background-color css
<style>
a { background-color: #EB81CE; }
a { background-color: rgb(235,129,206); }
div.DivClassName
{
background-color: #EB81CE;
}
.BgClassName
{
background-color: #EB81CE;
}
</style>
border-color css
<style>
span { border-color: #EB81CE; }
span { border-color: rgb(235,129,206); }
td.TdClassName
{
border-color: #EB81CE;
}
.TagClassName
{
border-color: #EB81CE;
}
</style>