Shades of Tea Rose #E085C3
Tints of Tea Rose #E085C3
RGB
CMYK
RGB Variations
Color information
#E085C3 (or 0xE085C3) is known color: Tea Rose. HEX triplet: E0, 85 and C3. RGB value is (224,133,195). Sum of RGB (Red+Green+Blue) = 224+133+195=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E085C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085C3 is #1F7A3C. Grayscale: #A7A7A7. Windows color (decimal): -2062909 or 12813792. OLE color: 12813792.
HSL color Cylindrical-coordinate representation of color #E085C3: hue angle of 319.12º 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 #E085C3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 195 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.12 |
| HSL | 319.12º | 0.59% | 0.7% | - |
| HSV(B) | 319.12º | 0.41% | 0.88% | - |
| XYZ | 48.98 | 36.56 | 56.11 | - |
| YUV | 167.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 195 | 0 | 0.41 | 0.13 | 0.12 | 319.12 | 0.59 | 0.7 |
| Hex | E0 | 85 | C3 | 0 | 29 | D | C | 13F | 3B | 46 |
| Octal | 340 | 205 | 303 | 0 | 51 | 15 | 14 | 477 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11000011 | 0 | 101001 | 1101 | 1100 | 100111111 | 111011 | 1000110 |
Color Harmonies of #E085C3
Complementary color
Monochromatic Colors of #E085C3
Black with #E085C3
Text Example
Text Example
White with #E085C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085C3; }
p { color: rgb(224,133,195); }
H1.HeaderClassName
{
color: #E085C3;
}
.AnyTagClassName
{
color: #E085C3;
}
</style>
background-color css
<style>
a { background-color: #E085C3; }
a { background-color: rgb(224,133,195); }
div.DivClassName
{
background-color: #E085C3;
}
.BgClassName
{
background-color: #E085C3;
}
</style>
border-color css
<style>
span { border-color: #E085C3; }
span { border-color: rgb(224,133,195); }
td.TdClassName
{
border-color: #E085C3;
}
.TagClassName
{
border-color: #E085C3;
}
</style>