Shades of Tea Rose #EB86C1
Tints of Tea Rose #EB86C1
RGB
CMYK
RGB Variations
Color information
#EB86C1 (or 0xEB86C1) is known color: Tea Rose. HEX triplet: EB, 86 and C1. RGB value is (235,134,193). Sum of RGB (Red+Green+Blue) = 235+134+193=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86C1 is #14793E. Grayscale: #AAAAAA. Windows color (decimal): -1341759 or 12682987. OLE color: 12682987.
HSL color Cylindrical-coordinate representation of color #EB86C1: hue angle of 324.95º 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 #EB86C1 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 193 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.08 |
| HSL | 324.95º | 0.72% | 0.72% | - |
| HSV(B) | 324.95º | 0.43% | 0.92% | - |
| XYZ | 52.41 | 38.56 | 55.13 | - |
| YUV | 170.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 193 | 0 | 0.43 | 0.18 | 0.08 | 324.95 | 0.72 | 0.72 |
| Hex | EB | 86 | C1 | 0 | 2B | 12 | 8 | 145 | 48 | 48 |
| Octal | 353 | 206 | 301 | 0 | 53 | 22 | 10 | 505 | 110 | 110 |
| Binary | 11101011 | 10000110 | 11000001 | 0 | 101011 | 10010 | 1000 | 101000101 | 1001000 | 1001000 |
Color Harmonies of #EB86C1
Complementary color
Monochromatic Colors of #EB86C1
Black with #EB86C1
Text Example
Text Example
White with #EB86C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB86C1; }
p { color: rgb(235,134,193); }
H1.HeaderClassName
{
color: #EB86C1;
}
.AnyTagClassName
{
color: #EB86C1;
}
</style>
background-color css
<style>
a { background-color: #EB86C1; }
a { background-color: rgb(235,134,193); }
div.DivClassName
{
background-color: #EB86C1;
}
.BgClassName
{
background-color: #EB86C1;
}
</style>
border-color css
<style>
span { border-color: #EB86C1; }
span { border-color: rgb(235,134,193); }
td.TdClassName
{
border-color: #EB86C1;
}
.TagClassName
{
border-color: #EB86C1;
}
</style>