Shades of Tea Rose #E58ACA
Tints of Tea Rose #E58ACA
RGB
CMYK
RGB Variations
Color information
#E58ACA (or 0xE58ACA) is known color: Tea Rose. HEX triplet: E5, 8A and CA. RGB value is (229,138,202). Sum of RGB (Red+Green+Blue) = 229+138+202=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ACA is #1A7535. Grayscale: #ACACAC. Windows color (decimal): -1733942 or 13273829. OLE color: 13273829.
HSL color Cylindrical-coordinate representation of color #E58ACA: hue angle of 317.8º 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 #E58ACA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 202 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.10 |
| HSL | 317.8º | 0.64% | 0.72% | - |
| HSV(B) | 317.8º | 0.4% | 0.9% | - |
| XYZ | 52.06 | 39.1 | 60.68 | - |
| YUV | 172.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 202 | 0 | 0.40 | 0.12 | 0.10 | 317.8 | 0.64 | 0.72 |
| Hex | E5 | 8A | CA | 0 | 28 | C | A | 13E | 40 | 48 |
| Octal | 345 | 212 | 312 | 0 | 50 | 14 | 12 | 476 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11001010 | 0 | 101000 | 1100 | 1010 | 100111110 | 1000000 | 1001000 |
Color Harmonies of #E58ACA
Complementary color
Monochromatic Colors of #E58ACA
Black with #E58ACA
Text Example
Text Example
White with #E58ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ACA; }
p { color: rgb(229,138,202); }
H1.HeaderClassName
{
color: #E58ACA;
}
.AnyTagClassName
{
color: #E58ACA;
}
</style>
background-color css
<style>
a { background-color: #E58ACA; }
a { background-color: rgb(229,138,202); }
div.DivClassName
{
background-color: #E58ACA;
}
.BgClassName
{
background-color: #E58ACA;
}
</style>
border-color css
<style>
span { border-color: #E58ACA; }
span { border-color: rgb(229,138,202); }
td.TdClassName
{
border-color: #E58ACA;
}
.TagClassName
{
border-color: #E58ACA;
}
</style>