Shades of Tea Rose #E082C7
Tints of Tea Rose #E082C7
RGB
CMYK
RGB Variations
Color information
#E082C7 (or 0xE082C7) is known color: Tea Rose. HEX triplet: E0, 82 and C7. RGB value is (224,130,199). Sum of RGB (Red+Green+Blue) = 224+130+199=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E082C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082C7 is #1F7D38. Grayscale: #A5A5A5. Windows color (decimal): -2063673 or 13075168. OLE color: 13075168.
HSL color Cylindrical-coordinate representation of color #E082C7: hue angle of 315.96º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082C7 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 199 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.12 |
| HSL | 315.96º | 0.6% | 0.69% | - |
| HSV(B) | 315.96º | 0.42% | 0.88% | - |
| XYZ | 49.03 | 35.94 | 58.38 | - |
| YUV | 165.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 199 | 0 | 0.42 | 0.11 | 0.12 | 315.96 | 0.6 | 0.69 |
| Hex | E0 | 82 | C7 | 0 | 2A | B | C | 13C | 3C | 45 |
| Octal | 340 | 202 | 307 | 0 | 52 | 13 | 14 | 474 | 74 | 105 |
| Binary | 11100000 | 10000010 | 11000111 | 0 | 101010 | 1011 | 1100 | 100111100 | 111100 | 1000101 |
Color Harmonies of #E082C7
Complementary color
Monochromatic Colors of #E082C7
Black with #E082C7
Text Example
Text Example
White with #E082C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082C7; }
p { color: rgb(224,130,199); }
H1.HeaderClassName
{
color: #E082C7;
}
.AnyTagClassName
{
color: #E082C7;
}
</style>
background-color css
<style>
a { background-color: #E082C7; }
a { background-color: rgb(224,130,199); }
div.DivClassName
{
background-color: #E082C7;
}
.BgClassName
{
background-color: #E082C7;
}
</style>
border-color css
<style>
span { border-color: #E082C7; }
span { border-color: rgb(224,130,199); }
td.TdClassName
{
border-color: #E082C7;
}
.TagClassName
{
border-color: #E082C7;
}
</style>