Shades of Tea Rose #E58ACF
Tints of Tea Rose #E58ACF
RGB
CMYK
RGB Variations
Color information
#E58ACF (or 0xE58ACF) is known color: Tea Rose. HEX triplet: E5, 8A and CF. RGB value is (229,138,207). Sum of RGB (Red+Green+Blue) = 229+138+207=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ACF is #1A7530. Grayscale: #ACACAC. Windows color (decimal): -1733937 or 13601509. OLE color: 13601509.
HSL color Cylindrical-coordinate representation of color #E58ACF: hue angle of 314.51º 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 #E58ACF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 207 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.10 |
| HSL | 314.51º | 0.64% | 0.72% | - |
| HSV(B) | 314.51º | 0.4% | 0.9% | - |
| XYZ | 52.66 | 39.34 | 63.85 | - |
| YUV | 173.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 207 | 0 | 0.40 | 0.10 | 0.10 | 314.51 | 0.64 | 0.72 |
| Hex | E5 | 8A | CF | 0 | 28 | A | A | 13B | 40 | 48 |
| Octal | 345 | 212 | 317 | 0 | 50 | 12 | 12 | 473 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11001111 | 0 | 101000 | 1010 | 1010 | 100111011 | 1000000 | 1001000 |
Color Harmonies of #E58ACF
Complementary color
Monochromatic Colors of #E58ACF
Black with #E58ACF
Text Example
Text Example
White with #E58ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ACF; }
p { color: rgb(229,138,207); }
H1.HeaderClassName
{
color: #E58ACF;
}
.AnyTagClassName
{
color: #E58ACF;
}
</style>
background-color css
<style>
a { background-color: #E58ACF; }
a { background-color: rgb(229,138,207); }
div.DivClassName
{
background-color: #E58ACF;
}
.BgClassName
{
background-color: #E58ACF;
}
</style>
border-color css
<style>
span { border-color: #E58ACF; }
span { border-color: rgb(229,138,207); }
td.TdClassName
{
border-color: #E58ACF;
}
.TagClassName
{
border-color: #E58ACF;
}
</style>