Shades of Tea Rose #EA87C9
Tints of Tea Rose #EA87C9
RGB
CMYK
RGB Variations
Color information
#EA87C9 (or 0xEA87C9) is known color: Tea Rose. HEX triplet: EA, 87 and C9. RGB value is (234,135,201). Sum of RGB (Red+Green+Blue) = 234+135+201=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87C9 is #157836. Grayscale: #ABABAB. Windows color (decimal): -1407031 or 13207530. OLE color: 13207530.
HSL color Cylindrical-coordinate representation of color #EA87C9: hue angle of 320º 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 #EA87C9 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 201 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.08 |
| HSL | 320º | 0.7% | 0.72% | - |
| HSV(B) | 320º | 0.42% | 0.92% | - |
| XYZ | 53.14 | 39.04 | 59.99 | - |
| YUV | 172.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 201 | 0 | 0.42 | 0.14 | 0.08 | 320 | 0.7 | 0.72 |
| Hex | EA | 87 | C9 | 0 | 2A | E | 8 | 140 | 46 | 48 |
| Octal | 352 | 207 | 311 | 0 | 52 | 16 | 10 | 500 | 106 | 110 |
| Binary | 11101010 | 10000111 | 11001001 | 0 | 101010 | 1110 | 1000 | 101000000 | 1000110 | 1001000 |
Color Harmonies of #EA87C9
Complementary color
Monochromatic Colors of #EA87C9
Black with #EA87C9
Text Example
Text Example
White with #EA87C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87C9; }
p { color: rgb(234,135,201); }
H1.HeaderClassName
{
color: #EA87C9;
}
.AnyTagClassName
{
color: #EA87C9;
}
</style>
background-color css
<style>
a { background-color: #EA87C9; }
a { background-color: rgb(234,135,201); }
div.DivClassName
{
background-color: #EA87C9;
}
.BgClassName
{
background-color: #EA87C9;
}
</style>
border-color css
<style>
span { border-color: #EA87C9; }
span { border-color: rgb(234,135,201); }
td.TdClassName
{
border-color: #EA87C9;
}
.TagClassName
{
border-color: #EA87C9;
}
</style>