Shades of Tea Rose #E084C2
Tints of Tea Rose #E084C2
RGB
CMYK
RGB Variations
Color information
#E084C2 (or 0xE084C2) is known color: Tea Rose. HEX triplet: E0, 84 and C2. RGB value is (224,132,194). Sum of RGB (Red+Green+Blue) = 224+132+194=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E084C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084C2 is #1F7B3D. Grayscale: #A6A6A6. Windows color (decimal): -2063166 or 12748000. OLE color: 12748000.
HSL color Cylindrical-coordinate representation of color #E084C2: hue angle of 319.57º degrees, saturation: 0.6, 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 #E084C2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 194 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.12 |
| HSL | 319.57º | 0.6% | 0.7% | - |
| HSV(B) | 319.57º | 0.41% | 0.88% | - |
| XYZ | 48.73 | 36.24 | 55.47 | - |
| YUV | 166.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 194 | 0 | 0.41 | 0.13 | 0.12 | 319.57 | 0.6 | 0.7 |
| Hex | E0 | 84 | C2 | 0 | 29 | D | C | 140 | 3C | 46 |
| Octal | 340 | 204 | 302 | 0 | 51 | 15 | 14 | 500 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11000010 | 0 | 101001 | 1101 | 1100 | 101000000 | 111100 | 1000110 |
Color Harmonies of #E084C2
Complementary color
Monochromatic Colors of #E084C2
Black with #E084C2
Text Example
Text Example
White with #E084C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084C2; }
p { color: rgb(224,132,194); }
H1.HeaderClassName
{
color: #E084C2;
}
.AnyTagClassName
{
color: #E084C2;
}
</style>
background-color css
<style>
a { background-color: #E084C2; }
a { background-color: rgb(224,132,194); }
div.DivClassName
{
background-color: #E084C2;
}
.BgClassName
{
background-color: #E084C2;
}
</style>
border-color css
<style>
span { border-color: #E084C2; }
span { border-color: rgb(224,132,194); }
td.TdClassName
{
border-color: #E084C2;
}
.TagClassName
{
border-color: #E084C2;
}
</style>