Shades of Tea Rose #E085C9
Tints of Tea Rose #E085C9
RGB
CMYK
RGB Variations
Color information
#E085C9 (or 0xE085C9) is known color: Tea Rose. HEX triplet: E0, 85 and C9. RGB value is (224,133,201). Sum of RGB (Red+Green+Blue) = 224+133+201=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E085C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085C9 is #1F7A36. Grayscale: #A7A7A7. Windows color (decimal): -2062903 or 13207008. OLE color: 13207008.
HSL color Cylindrical-coordinate representation of color #E085C9: hue angle of 315.16º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085C9 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 201 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.12 |
| HSL | 315.16º | 0.59% | 0.7% | - |
| HSV(B) | 315.16º | 0.41% | 0.88% | - |
| XYZ | 49.67 | 36.84 | 59.75 | - |
| YUV | 167.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 201 | 0 | 0.41 | 0.10 | 0.12 | 315.16 | 0.59 | 0.7 |
| Hex | E0 | 85 | C9 | 0 | 29 | A | C | 13B | 3B | 46 |
| Octal | 340 | 205 | 311 | 0 | 51 | 12 | 14 | 473 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11001001 | 0 | 101001 | 1010 | 1100 | 100111011 | 111011 | 1000110 |
Color Harmonies of #E085C9
Complementary color
Monochromatic Colors of #E085C9
Black with #E085C9
Text Example
Text Example
White with #E085C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085C9; }
p { color: rgb(224,133,201); }
H1.HeaderClassName
{
color: #E085C9;
}
.AnyTagClassName
{
color: #E085C9;
}
</style>
background-color css
<style>
a { background-color: #E085C9; }
a { background-color: rgb(224,133,201); }
div.DivClassName
{
background-color: #E085C9;
}
.BgClassName
{
background-color: #E085C9;
}
</style>
border-color css
<style>
span { border-color: #E085C9; }
span { border-color: rgb(224,133,201); }
td.TdClassName
{
border-color: #E085C9;
}
.TagClassName
{
border-color: #E085C9;
}
</style>