Shades of Tea Rose #EA87CE
Tints of Tea Rose #EA87CE
RGB
CMYK
RGB Variations
Color information
#EA87CE (or 0xEA87CE) is known color: Tea Rose. HEX triplet: EA, 87 and CE. RGB value is (234,135,206). Sum of RGB (Red+Green+Blue) = 234+135+206=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87CE is #157831. Grayscale: #ACACAC. Windows color (decimal): -1407026 or 13535210. OLE color: 13535210.
HSL color Cylindrical-coordinate representation of color #EA87CE: hue angle of 316.97º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87CE is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 206 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.08 |
| HSL | 316.97º | 0.7% | 0.72% | - |
| HSV(B) | 316.97º | 0.42% | 0.92% | - |
| XYZ | 53.74 | 39.28 | 63.14 | - |
| YUV | 172.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 206 | 0 | 0.42 | 0.12 | 0.08 | 316.97 | 0.7 | 0.72 |
| Hex | EA | 87 | CE | 0 | 2A | C | 8 | 13D | 46 | 48 |
| Octal | 352 | 207 | 316 | 0 | 52 | 14 | 10 | 475 | 106 | 110 |
| Binary | 11101010 | 10000111 | 11001110 | 0 | 101010 | 1100 | 1000 | 100111101 | 1000110 | 1001000 |
Color Harmonies of #EA87CE
Complementary color
Monochromatic Colors of #EA87CE
Black with #EA87CE
Text Example
Text Example
White with #EA87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87CE; }
p { color: rgb(234,135,206); }
H1.HeaderClassName
{
color: #EA87CE;
}
.AnyTagClassName
{
color: #EA87CE;
}
</style>
background-color css
<style>
a { background-color: #EA87CE; }
a { background-color: rgb(234,135,206); }
div.DivClassName
{
background-color: #EA87CE;
}
.BgClassName
{
background-color: #EA87CE;
}
</style>
border-color css
<style>
span { border-color: #EA87CE; }
span { border-color: rgb(234,135,206); }
td.TdClassName
{
border-color: #EA87CE;
}
.TagClassName
{
border-color: #EA87CE;
}
</style>