Shades of Tea Rose #E58AC9
Tints of Tea Rose #E58AC9
RGB
CMYK
RGB Variations
Color information
#E58AC9 (or 0xE58AC9) is known color: Tea Rose. HEX triplet: E5, 8A and C9. RGB value is (229,138,201). Sum of RGB (Red+Green+Blue) = 229+138+201=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AC9 is #1A7536. Grayscale: #ACACAC. Windows color (decimal): -1733943 or 13208293. OLE color: 13208293.
HSL color Cylindrical-coordinate representation of color #E58AC9: hue angle of 318.46º 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 #E58AC9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 201 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.10 |
| HSL | 318.46º | 0.64% | 0.72% | - |
| HSV(B) | 318.46º | 0.4% | 0.9% | - |
| XYZ | 51.94 | 39.05 | 60.06 | - |
| YUV | 172.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 201 | 0 | 0.40 | 0.12 | 0.10 | 318.46 | 0.64 | 0.72 |
| Hex | E5 | 8A | C9 | 0 | 28 | C | A | 13E | 40 | 48 |
| Octal | 345 | 212 | 311 | 0 | 50 | 14 | 12 | 476 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11001001 | 0 | 101000 | 1100 | 1010 | 100111110 | 1000000 | 1001000 |
Color Harmonies of #E58AC9
Complementary color
Monochromatic Colors of #E58AC9
Black with #E58AC9
Text Example
Text Example
White with #E58AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AC9; }
p { color: rgb(229,138,201); }
H1.HeaderClassName
{
color: #E58AC9;
}
.AnyTagClassName
{
color: #E58AC9;
}
</style>
background-color css
<style>
a { background-color: #E58AC9; }
a { background-color: rgb(229,138,201); }
div.DivClassName
{
background-color: #E58AC9;
}
.BgClassName
{
background-color: #E58AC9;
}
</style>
border-color css
<style>
span { border-color: #E58AC9; }
span { border-color: rgb(229,138,201); }
td.TdClassName
{
border-color: #E58AC9;
}
.TagClassName
{
border-color: #E58AC9;
}
</style>