Shades of Tea Rose #EB89C5
Tints of Tea Rose #EB89C5
RGB
CMYK
RGB Variations
Color information
#EB89C5 (or 0xEB89C5) is known color: Tea Rose. HEX triplet: EB, 89 and C5. RGB value is (235,137,197). Sum of RGB (Red+Green+Blue) = 235+137+197=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89C5 is #14763A. Grayscale: #ADADAD. Windows color (decimal): -1340987 or 12945899. OLE color: 12945899.
HSL color Cylindrical-coordinate representation of color #EB89C5: hue angle of 323.27º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB89C5 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 197 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.08 |
| HSL | 323.27º | 0.71% | 0.73% | - |
| HSV(B) | 323.27º | 0.42% | 0.92% | - |
| XYZ | 53.28 | 39.58 | 57.66 | - |
| YUV | 173.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 197 | 0 | 0.42 | 0.16 | 0.08 | 323.27 | 0.71 | 0.73 |
| Hex | EB | 89 | C5 | 0 | 2A | 10 | 8 | 143 | 47 | 49 |
| Octal | 353 | 211 | 305 | 0 | 52 | 20 | 10 | 503 | 107 | 111 |
| Binary | 11101011 | 10001001 | 11000101 | 0 | 101010 | 10000 | 1000 | 101000011 | 1000111 | 1001001 |
Color Harmonies of #EB89C5
Complementary color
Monochromatic Colors of #EB89C5
Black with #EB89C5
Text Example
Text Example
White with #EB89C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB89C5; }
p { color: rgb(235,137,197); }
H1.HeaderClassName
{
color: #EB89C5;
}
.AnyTagClassName
{
color: #EB89C5;
}
</style>
background-color css
<style>
a { background-color: #EB89C5; }
a { background-color: rgb(235,137,197); }
div.DivClassName
{
background-color: #EB89C5;
}
.BgClassName
{
background-color: #EB89C5;
}
</style>
border-color css
<style>
span { border-color: #EB89C5; }
span { border-color: rgb(235,137,197); }
td.TdClassName
{
border-color: #EB89C5;
}
.TagClassName
{
border-color: #EB89C5;
}
</style>