Shades of Tea Rose #EA85CE
Tints of Tea Rose #EA85CE
RGB
CMYK
RGB Variations
Color information
#EA85CE (or 0xEA85CE) is known color: Tea Rose. HEX triplet: EA, 85 and CE. RGB value is (234,133,206). Sum of RGB (Red+Green+Blue) = 234+133+206=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85CE is #157A31. Grayscale: #ABABAB. Windows color (decimal): -1407538 or 13534698. OLE color: 13534698.
HSL color Cylindrical-coordinate representation of color #EA85CE: hue angle of 316.63º degrees, saturation: 0.71, 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 #EA85CE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 206 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.08 |
| HSL | 316.63º | 0.71% | 0.72% | - |
| HSV(B) | 316.63º | 0.43% | 0.92% | - |
| XYZ | 53.46 | 38.72 | 63.05 | - |
| YUV | 171.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 206 | 0 | 0.43 | 0.12 | 0.08 | 316.63 | 0.71 | 0.72 |
| Hex | EA | 85 | CE | 0 | 2B | C | 8 | 13D | 47 | 48 |
| Octal | 352 | 205 | 316 | 0 | 53 | 14 | 10 | 475 | 107 | 110 |
| Binary | 11101010 | 10000101 | 11001110 | 0 | 101011 | 1100 | 1000 | 100111101 | 1000111 | 1001000 |
Color Harmonies of #EA85CE
Complementary color
Monochromatic Colors of #EA85CE
Black with #EA85CE
Text Example
Text Example
White with #EA85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85CE; }
p { color: rgb(234,133,206); }
H1.HeaderClassName
{
color: #EA85CE;
}
.AnyTagClassName
{
color: #EA85CE;
}
</style>
background-color css
<style>
a { background-color: #EA85CE; }
a { background-color: rgb(234,133,206); }
div.DivClassName
{
background-color: #EA85CE;
}
.BgClassName
{
background-color: #EA85CE;
}
</style>
border-color css
<style>
span { border-color: #EA85CE; }
span { border-color: rgb(234,133,206); }
td.TdClassName
{
border-color: #EA85CE;
}
.TagClassName
{
border-color: #EA85CE;
}
</style>