Shades of Tea Rose #EB8ED1
Tints of Tea Rose #EB8ED1
RGB
CMYK
RGB Variations
Color information
#EB8ED1 (or 0xEB8ED1) is known color: Tea Rose. HEX triplet: EB, 8E and D1. RGB value is (235,142,209). Sum of RGB (Red+Green+Blue) = 235+142+209=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ED1 is #14712E. Grayscale: #B1B1B1. Windows color (decimal): -1339695 or 13733611. OLE color: 13733611.
HSL color Cylindrical-coordinate representation of color #EB8ED1: hue angle of 316.77º 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 #EB8ED1 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 209 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.08 |
| HSL | 316.77º | 0.7% | 0.74% | - |
| HSV(B) | 316.77º | 0.4% | 0.92% | - |
| XYZ | 55.44 | 41.61 | 65.43 | - |
| YUV | 177.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 209 | 0 | 0.40 | 0.11 | 0.08 | 316.77 | 0.7 | 0.74 |
| Hex | EB | 8E | D1 | 0 | 28 | B | 8 | 13D | 46 | 4A |
| Octal | 353 | 216 | 321 | 0 | 50 | 13 | 10 | 475 | 106 | 112 |
| Binary | 11101011 | 10001110 | 11010001 | 0 | 101000 | 1011 | 1000 | 100111101 | 1000110 | 1001010 |
Color Harmonies of #EB8ED1
Complementary color
Monochromatic Colors of #EB8ED1
Black with #EB8ED1
Text Example
Text Example
White with #EB8ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8ED1; }
p { color: rgb(235,142,209); }
H1.HeaderClassName
{
color: #EB8ED1;
}
.AnyTagClassName
{
color: #EB8ED1;
}
</style>
background-color css
<style>
a { background-color: #EB8ED1; }
a { background-color: rgb(235,142,209); }
div.DivClassName
{
background-color: #EB8ED1;
}
.BgClassName
{
background-color: #EB8ED1;
}
</style>
border-color css
<style>
span { border-color: #EB8ED1; }
span { border-color: rgb(235,142,209); }
td.TdClassName
{
border-color: #EB8ED1;
}
.TagClassName
{
border-color: #EB8ED1;
}
</style>