Shades of Tea Rose #E58CCA
Tints of Tea Rose #E58CCA
RGB
CMYK
RGB Variations
Color information
#E58CCA (or 0xE58CCA) is known color: Tea Rose. HEX triplet: E5, 8C and CA. RGB value is (229,140,202). Sum of RGB (Red+Green+Blue) = 229+140+202=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CCA is #1A7335. Grayscale: #ADADAD. Windows color (decimal): -1733430 or 13274341. OLE color: 13274341.
HSL color Cylindrical-coordinate representation of color #E58CCA: hue angle of 318.2º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CCA is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 202 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.10 |
| HSL | 318.2º | 0.63% | 0.72% | - |
| HSV(B) | 318.2º | 0.39% | 0.9% | - |
| XYZ | 52.35 | 39.68 | 60.78 | - |
| YUV | 173.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 202 | 0 | 0.39 | 0.12 | 0.10 | 318.2 | 0.63 | 0.72 |
| Hex | E5 | 8C | CA | 0 | 27 | C | A | 13E | 3F | 48 |
| Octal | 345 | 214 | 312 | 0 | 47 | 14 | 12 | 476 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11001010 | 0 | 100111 | 1100 | 1010 | 100111110 | 111111 | 1001000 |
Color Harmonies of #E58CCA
Complementary color
Monochromatic Colors of #E58CCA
Black with #E58CCA
Text Example
Text Example
White with #E58CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CCA; }
p { color: rgb(229,140,202); }
H1.HeaderClassName
{
color: #E58CCA;
}
.AnyTagClassName
{
color: #E58CCA;
}
</style>
background-color css
<style>
a { background-color: #E58CCA; }
a { background-color: rgb(229,140,202); }
div.DivClassName
{
background-color: #E58CCA;
}
.BgClassName
{
background-color: #E58CCA;
}
</style>
border-color css
<style>
span { border-color: #E58CCA; }
span { border-color: rgb(229,140,202); }
td.TdClassName
{
border-color: #E58CCA;
}
.TagClassName
{
border-color: #E58CCA;
}
</style>