Shades of Tea Rose #E589CD
Tints of Tea Rose #E589CD
RGB
CMYK
RGB Variations
Color information
#E589CD (or 0xE589CD) is known color: Tea Rose. HEX triplet: E5, 89 and CD. RGB value is (229,137,205). Sum of RGB (Red+Green+Blue) = 229+137+205=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E589CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E589CD is #1A7632. Grayscale: #ACACAC. Windows color (decimal): -1734195 or 13470181. OLE color: 13470181.
HSL color Cylindrical-coordinate representation of color #E589CD: hue angle of 315.65º 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 #E589CD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 205 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.10 |
| HSL | 315.65º | 0.64% | 0.72% | - |
| HSV(B) | 315.65º | 0.4% | 0.9% | - |
| XYZ | 52.28 | 38.96 | 62.52 | - |
| YUV | 172.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 205 | 0 | 0.40 | 0.10 | 0.10 | 315.65 | 0.64 | 0.72 |
| Hex | E5 | 89 | CD | 0 | 28 | A | A | 13C | 40 | 48 |
| Octal | 345 | 211 | 315 | 0 | 50 | 12 | 12 | 474 | 100 | 110 |
| Binary | 11100101 | 10001001 | 11001101 | 0 | 101000 | 1010 | 1010 | 100111100 | 1000000 | 1001000 |
Color Harmonies of #E589CD
Complementary color
Monochromatic Colors of #E589CD
Black with #E589CD
Text Example
Text Example
White with #E589CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589CD; }
p { color: rgb(229,137,205); }
H1.HeaderClassName
{
color: #E589CD;
}
.AnyTagClassName
{
color: #E589CD;
}
</style>
background-color css
<style>
a { background-color: #E589CD; }
a { background-color: rgb(229,137,205); }
div.DivClassName
{
background-color: #E589CD;
}
.BgClassName
{
background-color: #E589CD;
}
</style>
border-color css
<style>
span { border-color: #E589CD; }
span { border-color: rgb(229,137,205); }
td.TdClassName
{
border-color: #E589CD;
}
.TagClassName
{
border-color: #E589CD;
}
</style>