Shades of Tea Rose #EA87BE
Tints of Tea Rose #EA87BE
RGB
CMYK
RGB Variations
Color information
#EA87BE (or 0xEA87BE) is known color: Tea Rose. HEX triplet: EA, 87 and BE. RGB value is (234,135,190). Sum of RGB (Red+Green+Blue) = 234+135+190=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87BE is #157841. Grayscale: #AAAAAA. Windows color (decimal): -1407042 or 12486634. OLE color: 12486634.
HSL color Cylindrical-coordinate representation of color #EA87BE: hue angle of 326.67º 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 #EA87BE is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 190 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.08 |
| HSL | 326.67º | 0.7% | 0.72% | - |
| HSV(B) | 326.67º | 0.42% | 0.92% | - |
| XYZ | 51.89 | 38.54 | 53.42 | - |
| YUV | 170.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 190 | 0 | 0.42 | 0.19 | 0.08 | 326.67 | 0.7 | 0.72 |
| Hex | EA | 87 | BE | 0 | 2A | 13 | 8 | 147 | 46 | 48 |
| Octal | 352 | 207 | 276 | 0 | 52 | 23 | 10 | 507 | 106 | 110 |
| Binary | 11101010 | 10000111 | 10111110 | 0 | 101010 | 10011 | 1000 | 101000111 | 1000110 | 1001000 |
Color Harmonies of #EA87BE
Complementary color
Monochromatic Colors of #EA87BE
Black with #EA87BE
Text Example
Text Example
White with #EA87BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87BE; }
p { color: rgb(234,135,190); }
H1.HeaderClassName
{
color: #EA87BE;
}
.AnyTagClassName
{
color: #EA87BE;
}
</style>
background-color css
<style>
a { background-color: #EA87BE; }
a { background-color: rgb(234,135,190); }
div.DivClassName
{
background-color: #EA87BE;
}
.BgClassName
{
background-color: #EA87BE;
}
</style>
border-color css
<style>
span { border-color: #EA87BE; }
span { border-color: rgb(234,135,190); }
td.TdClassName
{
border-color: #EA87BE;
}
.TagClassName
{
border-color: #EA87BE;
}
</style>