Shades of Tea Rose #EA86CE
Tints of Tea Rose #EA86CE
RGB
CMYK
RGB Variations
Color information
#EA86CE (or 0xEA86CE) is known color: Tea Rose. HEX triplet: EA, 86 and CE. RGB value is (234,134,206). Sum of RGB (Red+Green+Blue) = 234+134+206=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86CE is #157931. Grayscale: #ABABAB. Windows color (decimal): -1407282 or 13534954. OLE color: 13534954.
HSL color Cylindrical-coordinate representation of color #EA86CE: hue angle of 316.8º degrees, saturation: 0.7, 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 #EA86CE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 206 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.08 |
| HSL | 316.8º | 0.7% | 0.72% | - |
| HSV(B) | 316.8º | 0.43% | 0.92% | - |
| XYZ | 53.6 | 39 | 63.1 | - |
| YUV | 172.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 206 | 0 | 0.43 | 0.12 | 0.08 | 316.8 | 0.7 | 0.72 |
| Hex | EA | 86 | CE | 0 | 2B | C | 8 | 13D | 46 | 48 |
| Octal | 352 | 206 | 316 | 0 | 53 | 14 | 10 | 475 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11001110 | 0 | 101011 | 1100 | 1000 | 100111101 | 1000110 | 1001000 |
Color Harmonies of #EA86CE
Complementary color
Monochromatic Colors of #EA86CE
Black with #EA86CE
Text Example
Text Example
White with #EA86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86CE; }
p { color: rgb(234,134,206); }
H1.HeaderClassName
{
color: #EA86CE;
}
.AnyTagClassName
{
color: #EA86CE;
}
</style>
background-color css
<style>
a { background-color: #EA86CE; }
a { background-color: rgb(234,134,206); }
div.DivClassName
{
background-color: #EA86CE;
}
.BgClassName
{
background-color: #EA86CE;
}
</style>
border-color css
<style>
span { border-color: #EA86CE; }
span { border-color: rgb(234,134,206); }
td.TdClassName
{
border-color: #EA86CE;
}
.TagClassName
{
border-color: #EA86CE;
}
</style>