Shades of Tea Rose #EB8DC8
Tints of Tea Rose #EB8DC8
RGB
CMYK
RGB Variations
Color information
#EB8DC8 (or 0xEB8DC8) is known color: Tea Rose. HEX triplet: EB, 8D and C8. RGB value is (235,141,200). Sum of RGB (Red+Green+Blue) = 235+141+200=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC8 is #147237. Grayscale: #AFAFAF. Windows color (decimal): -1339960 or 13143531. OLE color: 13143531.
HSL color Cylindrical-coordinate representation of color #EB8DC8: hue angle of 322.34º 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 #EB8DC8 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 200 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.08 |
| HSL | 322.34º | 0.7% | 0.74% | - |
| HSV(B) | 322.34º | 0.4% | 0.92% | - |
| XYZ | 54.21 | 40.88 | 59.68 | - |
| YUV | 175.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 200 | 0 | 0.4 | 0.15 | 0.08 | 322.34 | 0.7 | 0.74 |
| Hex | EB | 8D | C8 | 0 | 28 | F | 8 | 142 | 46 | 4A |
| Octal | 353 | 215 | 310 | 0 | 50 | 17 | 10 | 502 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11001000 | 0 | 101000 | 1111 | 1000 | 101000010 | 1000110 | 1001010 |
Color Harmonies of #EB8DC8
Complementary color
Monochromatic Colors of #EB8DC8
Black with #EB8DC8
Text Example
Text Example
White with #EB8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DC8; }
p { color: rgb(235,141,200); }
H1.HeaderClassName
{
color: #EB8DC8;
}
.AnyTagClassName
{
color: #EB8DC8;
}
</style>
background-color css
<style>
a { background-color: #EB8DC8; }
a { background-color: rgb(235,141,200); }
div.DivClassName
{
background-color: #EB8DC8;
}
.BgClassName
{
background-color: #EB8DC8;
}
</style>
border-color css
<style>
span { border-color: #EB8DC8; }
span { border-color: rgb(235,141,200); }
td.TdClassName
{
border-color: #EB8DC8;
}
.TagClassName
{
border-color: #EB8DC8;
}
</style>