Shades of Tea Rose #E589C2
Tints of Tea Rose #E589C2
RGB
CMYK
RGB Variations
Color information
#E589C2 (or 0xE589C2) is known color: Tea Rose. HEX triplet: E5, 89 and C2. RGB value is (229,137,194). Sum of RGB (Red+Green+Blue) = 229+137+194=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E589C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E589C2 is #1A763D. Grayscale: #AAAAAA. Windows color (decimal): -1734206 or 12749285. OLE color: 12749285.
HSL color Cylindrical-coordinate representation of color #E589C2: hue angle of 322.83º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E589C2 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 194 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.10 |
| HSL | 322.83º | 0.64% | 0.72% | - |
| HSV(B) | 322.83º | 0.4% | 0.9% | - |
| XYZ | 51 | 38.44 | 55.77 | - |
| YUV | 171.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 194 | 0 | 0.40 | 0.15 | 0.10 | 322.83 | 0.64 | 0.72 |
| Hex | E5 | 89 | C2 | 0 | 28 | F | A | 143 | 40 | 48 |
| Octal | 345 | 211 | 302 | 0 | 50 | 17 | 12 | 503 | 100 | 110 |
| Binary | 11100101 | 10001001 | 11000010 | 0 | 101000 | 1111 | 1010 | 101000011 | 1000000 | 1001000 |
Color Harmonies of #E589C2
Complementary color
Monochromatic Colors of #E589C2
Black with #E589C2
Text Example
Text Example
White with #E589C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589C2; }
p { color: rgb(229,137,194); }
H1.HeaderClassName
{
color: #E589C2;
}
.AnyTagClassName
{
color: #E589C2;
}
</style>
background-color css
<style>
a { background-color: #E589C2; }
a { background-color: rgb(229,137,194); }
div.DivClassName
{
background-color: #E589C2;
}
.BgClassName
{
background-color: #E589C2;
}
</style>
border-color css
<style>
span { border-color: #E589C2; }
span { border-color: rgb(229,137,194); }
td.TdClassName
{
border-color: #E589C2;
}
.TagClassName
{
border-color: #E589C2;
}
</style>