Shades of Tea Rose #EB86C0
Tints of Tea Rose #EB86C0
RGB
CMYK
RGB Variations
Color information
#EB86C0 (or 0xEB86C0) is known color: Tea Rose. HEX triplet: EB, 86 and C0. RGB value is (235,134,192). Sum of RGB (Red+Green+Blue) = 235+134+192=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86C0 is #14793F. Grayscale: #AAAAAA. Windows color (decimal): -1341760 or 12617451. OLE color: 12617451.
HSL color Cylindrical-coordinate representation of color #EB86C0: hue angle of 325.54º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86C0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 192 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.08 |
| HSL | 325.54º | 0.72% | 0.72% | - |
| HSV(B) | 325.54º | 0.43% | 0.92% | - |
| XYZ | 52.3 | 38.52 | 54.55 | - |
| YUV | 170.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 192 | 0 | 0.43 | 0.18 | 0.08 | 325.54 | 0.72 | 0.72 |
| Hex | EB | 86 | C0 | 0 | 2B | 12 | 8 | 146 | 48 | 48 |
| Octal | 353 | 206 | 300 | 0 | 53 | 22 | 10 | 506 | 110 | 110 |
| Binary | 11101011 | 10000110 | 11000000 | 0 | 101011 | 10010 | 1000 | 101000110 | 1001000 | 1001000 |
Color Harmonies of #EB86C0
Complementary color
Monochromatic Colors of #EB86C0
Black with #EB86C0
Text Example
Text Example
White with #EB86C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB86C0; }
p { color: rgb(235,134,192); }
H1.HeaderClassName
{
color: #EB86C0;
}
.AnyTagClassName
{
color: #EB86C0;
}
</style>
background-color css
<style>
a { background-color: #EB86C0; }
a { background-color: rgb(235,134,192); }
div.DivClassName
{
background-color: #EB86C0;
}
.BgClassName
{
background-color: #EB86C0;
}
</style>
border-color css
<style>
span { border-color: #EB86C0; }
span { border-color: rgb(235,134,192); }
td.TdClassName
{
border-color: #EB86C0;
}
.TagClassName
{
border-color: #EB86C0;
}
</style>