Shades of Tea Rose #EB8DCD
Tints of Tea Rose #EB8DCD
RGB
CMYK
RGB Variations
Color information
#EB8DCD (or 0xEB8DCD) is known color: Tea Rose. HEX triplet: EB, 8D and CD. RGB value is (235,141,205). Sum of RGB (Red+Green+Blue) = 235+141+205=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DCD is #147232. Grayscale: #B0B0B0. Windows color (decimal): -1339955 or 13471211. OLE color: 13471211.
HSL color Cylindrical-coordinate representation of color #EB8DCD: hue angle of 319.15º 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 #EB8DCD is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 205 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.08 |
| HSL | 319.15º | 0.7% | 0.74% | - |
| HSV(B) | 319.15º | 0.4% | 0.92% | - |
| XYZ | 54.81 | 41.12 | 62.81 | - |
| YUV | 176.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 205 | 0 | 0.4 | 0.13 | 0.08 | 319.15 | 0.7 | 0.74 |
| Hex | EB | 8D | CD | 0 | 28 | D | 8 | 13F | 46 | 4A |
| Octal | 353 | 215 | 315 | 0 | 50 | 15 | 10 | 477 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11001101 | 0 | 101000 | 1101 | 1000 | 100111111 | 1000110 | 1001010 |
Color Harmonies of #EB8DCD
Complementary color
Monochromatic Colors of #EB8DCD
Black with #EB8DCD
Text Example
Text Example
White with #EB8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DCD; }
p { color: rgb(235,141,205); }
H1.HeaderClassName
{
color: #EB8DCD;
}
.AnyTagClassName
{
color: #EB8DCD;
}
</style>
background-color css
<style>
a { background-color: #EB8DCD; }
a { background-color: rgb(235,141,205); }
div.DivClassName
{
background-color: #EB8DCD;
}
.BgClassName
{
background-color: #EB8DCD;
}
</style>
border-color css
<style>
span { border-color: #EB8DCD; }
span { border-color: rgb(235,141,205); }
td.TdClassName
{
border-color: #EB8DCD;
}
.TagClassName
{
border-color: #EB8DCD;
}
</style>