Shades of Tea Rose #EA89C0
Tints of Tea Rose #EA89C0
RGB
CMYK
RGB Variations
Color information
#EA89C0 (or 0xEA89C0) is known color: Tea Rose. HEX triplet: EA, 89 and C0. RGB value is (234,137,192). Sum of RGB (Red+Green+Blue) = 234+137+192=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89C0 is #15763F. Grayscale: #ACACAC. Windows color (decimal): -1406528 or 12618218. OLE color: 12618218.
HSL color Cylindrical-coordinate representation of color #EA89C0: hue angle of 325.98º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89C0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 192 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.08 |
| HSL | 325.98º | 0.7% | 0.73% | - |
| HSV(B) | 325.98º | 0.41% | 0.92% | - |
| XYZ | 52.39 | 39.19 | 54.67 | - |
| YUV | 172.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 192 | 0 | 0.41 | 0.18 | 0.08 | 325.98 | 0.7 | 0.73 |
| Hex | EA | 89 | C0 | 0 | 29 | 12 | 8 | 146 | 46 | 49 |
| Octal | 352 | 211 | 300 | 0 | 51 | 22 | 10 | 506 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11000000 | 0 | 101001 | 10010 | 1000 | 101000110 | 1000110 | 1001001 |
Color Harmonies of #EA89C0
Complementary color
Monochromatic Colors of #EA89C0
Black with #EA89C0
Text Example
Text Example
White with #EA89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89C0; }
p { color: rgb(234,137,192); }
H1.HeaderClassName
{
color: #EA89C0;
}
.AnyTagClassName
{
color: #EA89C0;
}
</style>
background-color css
<style>
a { background-color: #EA89C0; }
a { background-color: rgb(234,137,192); }
div.DivClassName
{
background-color: #EA89C0;
}
.BgClassName
{
background-color: #EA89C0;
}
</style>
border-color css
<style>
span { border-color: #EA89C0; }
span { border-color: rgb(234,137,192); }
td.TdClassName
{
border-color: #EA89C0;
}
.TagClassName
{
border-color: #EA89C0;
}
</style>