Shades of Tea Rose #EB8EC9
Tints of Tea Rose #EB8EC9
RGB
CMYK
RGB Variations
Color information
#EB8EC9 (or 0xEB8EC9) is known color: Tea Rose. HEX triplet: EB, 8E and C9. RGB value is (235,142,201). Sum of RGB (Red+Green+Blue) = 235+142+201=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EC9 is #147136. Grayscale: #B0B0B0. Windows color (decimal): -1339703 or 13209323. OLE color: 13209323.
HSL color Cylindrical-coordinate representation of color #EB8EC9: hue angle of 321.94º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8EC9 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 201 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.08 |
| HSL | 321.94º | 0.7% | 0.74% | - |
| HSV(B) | 321.94º | 0.4% | 0.92% | - |
| XYZ | 54.48 | 41.23 | 60.34 | - |
| YUV | 176.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 201 | 0 | 0.40 | 0.14 | 0.08 | 321.94 | 0.7 | 0.74 |
| Hex | EB | 8E | C9 | 0 | 28 | E | 8 | 142 | 46 | 4A |
| Octal | 353 | 216 | 311 | 0 | 50 | 16 | 10 | 502 | 106 | 112 |
| Binary | 11101011 | 10001110 | 11001001 | 0 | 101000 | 1110 | 1000 | 101000010 | 1000110 | 1001010 |
Color Harmonies of #EB8EC9
Complementary color
Monochromatic Colors of #EB8EC9
Black with #EB8EC9
Text Example
Text Example
White with #EB8EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8EC9; }
p { color: rgb(235,142,201); }
H1.HeaderClassName
{
color: #EB8EC9;
}
.AnyTagClassName
{
color: #EB8EC9;
}
</style>
background-color css
<style>
a { background-color: #EB8EC9; }
a { background-color: rgb(235,142,201); }
div.DivClassName
{
background-color: #EB8EC9;
}
.BgClassName
{
background-color: #EB8EC9;
}
</style>
border-color css
<style>
span { border-color: #EB8EC9; }
span { border-color: rgb(235,142,201); }
td.TdClassName
{
border-color: #EB8EC9;
}
.TagClassName
{
border-color: #EB8EC9;
}
</style>