Shades of Tea Rose #E085C2
Tints of Tea Rose #E085C2
RGB
CMYK
RGB Variations
Color information
#E085C2 (or 0xE085C2) is known color: Tea Rose. HEX triplet: E0, 85 and C2. RGB value is (224,133,194). Sum of RGB (Red+Green+Blue) = 224+133+194=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E085C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085C2 is #1F7A3D. Grayscale: #A7A7A7. Windows color (decimal): -2062910 or 12748256. OLE color: 12748256.
HSL color Cylindrical-coordinate representation of color #E085C2: hue angle of 319.78º 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 #E085C2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 194 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.12 |
| HSL | 319.78º | 0.59% | 0.7% | - |
| HSV(B) | 319.78º | 0.41% | 0.88% | - |
| XYZ | 48.87 | 36.52 | 55.51 | - |
| YUV | 167.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 194 | 0 | 0.41 | 0.13 | 0.12 | 319.78 | 0.59 | 0.7 |
| Hex | E0 | 85 | C2 | 0 | 29 | D | C | 140 | 3B | 46 |
| Octal | 340 | 205 | 302 | 0 | 51 | 15 | 14 | 500 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11000010 | 0 | 101001 | 1101 | 1100 | 101000000 | 111011 | 1000110 |
Color Harmonies of #E085C2
Complementary color
Monochromatic Colors of #E085C2
Black with #E085C2
Text Example
Text Example
White with #E085C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085C2; }
p { color: rgb(224,133,194); }
H1.HeaderClassName
{
color: #E085C2;
}
.AnyTagClassName
{
color: #E085C2;
}
</style>
background-color css
<style>
a { background-color: #E085C2; }
a { background-color: rgb(224,133,194); }
div.DivClassName
{
background-color: #E085C2;
}
.BgClassName
{
background-color: #E085C2;
}
</style>
border-color css
<style>
span { border-color: #E085C2; }
span { border-color: rgb(224,133,194); }
td.TdClassName
{
border-color: #E085C2;
}
.TagClassName
{
border-color: #E085C2;
}
</style>