Shades of Tea Rose #EB89C8
Tints of Tea Rose #EB89C8
RGB
CMYK
RGB Variations
Color information
#EB89C8 (or 0xEB89C8) is known color: Tea Rose. HEX triplet: EB, 89 and C8. RGB value is (235,137,200). Sum of RGB (Red+Green+Blue) = 235+137+200=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89C8 is #147637. Grayscale: #ADADAD. Windows color (decimal): -1340984 or 13142507. OLE color: 13142507.
HSL color Cylindrical-coordinate representation of color #EB89C8: hue angle of 321.43º 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 #EB89C8 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 200 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.08 |
| HSL | 321.43º | 0.71% | 0.73% | - |
| HSV(B) | 321.43º | 0.42% | 0.92% | - |
| XYZ | 53.63 | 39.72 | 59.48 | - |
| YUV | 173.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 200 | 0 | 0.42 | 0.15 | 0.08 | 321.43 | 0.71 | 0.73 |
| Hex | EB | 89 | C8 | 0 | 2A | F | 8 | 141 | 47 | 49 |
| Octal | 353 | 211 | 310 | 0 | 52 | 17 | 10 | 501 | 107 | 111 |
| Binary | 11101011 | 10001001 | 11001000 | 0 | 101010 | 1111 | 1000 | 101000001 | 1000111 | 1001001 |
Color Harmonies of #EB89C8
Complementary color
Monochromatic Colors of #EB89C8
Black with #EB89C8
Text Example
Text Example
White with #EB89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB89C8; }
p { color: rgb(235,137,200); }
H1.HeaderClassName
{
color: #EB89C8;
}
.AnyTagClassName
{
color: #EB89C8;
}
</style>
background-color css
<style>
a { background-color: #EB89C8; }
a { background-color: rgb(235,137,200); }
div.DivClassName
{
background-color: #EB89C8;
}
.BgClassName
{
background-color: #EB89C8;
}
</style>
border-color css
<style>
span { border-color: #EB89C8; }
span { border-color: rgb(235,137,200); }
td.TdClassName
{
border-color: #EB89C8;
}
.TagClassName
{
border-color: #EB89C8;
}
</style>