Shades of Tea Rose #E080C5
Tints of Tea Rose #E080C5
RGB
CMYK
RGB Variations
Color information
#E080C5 (or 0xE080C5) is known color: Tea Rose. HEX triplet: E0, 80 and C5. RGB value is (224,128,197). Sum of RGB (Red+Green+Blue) = 224+128+197=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C5 is #1F7F3A. Grayscale: #A4A4A4. Windows color (decimal): -2064187 or 12943584. OLE color: 12943584.
HSL color Cylindrical-coordinate representation of color #E080C5: hue angle of 316.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080C5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 197 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.12 |
| HSL | 316.88º | 0.61% | 0.69% | - |
| HSV(B) | 316.88º | 0.43% | 0.88% | - |
| XYZ | 48.54 | 35.32 | 57.08 | - |
| YUV | 164.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 197 | 0 | 0.43 | 0.12 | 0.12 | 316.88 | 0.61 | 0.69 |
| Hex | E0 | 80 | C5 | 0 | 2B | C | C | 13D | 3D | 45 |
| Octal | 340 | 200 | 305 | 0 | 53 | 14 | 14 | 475 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11000101 | 0 | 101011 | 1100 | 1100 | 100111101 | 111101 | 1000101 |
Color Harmonies of #E080C5
Complementary color
Monochromatic Colors of #E080C5
Black with #E080C5
Text Example
Text Example
White with #E080C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080C5; }
p { color: rgb(224,128,197); }
H1.HeaderClassName
{
color: #E080C5;
}
.AnyTagClassName
{
color: #E080C5;
}
</style>
background-color css
<style>
a { background-color: #E080C5; }
a { background-color: rgb(224,128,197); }
div.DivClassName
{
background-color: #E080C5;
}
.BgClassName
{
background-color: #E080C5;
}
</style>
border-color css
<style>
span { border-color: #E080C5; }
span { border-color: rgb(224,128,197); }
td.TdClassName
{
border-color: #E080C5;
}
.TagClassName
{
border-color: #E080C5;
}
</style>