Shades of Tea Rose #E083C7
Tints of Tea Rose #E083C7
RGB
CMYK
RGB Variations
Color information
#E083C7 (or 0xE083C7) is known color: Tea Rose. HEX triplet: E0, 83 and C7. RGB value is (224,131,199). Sum of RGB (Red+Green+Blue) = 224+131+199=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E083C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083C7 is #1F7C38. Grayscale: #A6A6A6. Windows color (decimal): -2063417 or 13075424. OLE color: 13075424.
HSL color Cylindrical-coordinate representation of color #E083C7: hue angle of 316.13º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083C7 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 199 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.12 |
| HSL | 316.13º | 0.6% | 0.7% | - |
| HSV(B) | 316.13º | 0.42% | 0.88% | - |
| XYZ | 49.17 | 36.2 | 58.43 | - |
| YUV | 166.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 199 | 0 | 0.42 | 0.11 | 0.12 | 316.13 | 0.6 | 0.7 |
| Hex | E0 | 83 | C7 | 0 | 2A | B | C | 13C | 3C | 46 |
| Octal | 340 | 203 | 307 | 0 | 52 | 13 | 14 | 474 | 74 | 106 |
| Binary | 11100000 | 10000011 | 11000111 | 0 | 101010 | 1011 | 1100 | 100111100 | 111100 | 1000110 |
Color Harmonies of #E083C7
Complementary color
Monochromatic Colors of #E083C7
Black with #E083C7
Text Example
Text Example
White with #E083C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083C7; }
p { color: rgb(224,131,199); }
H1.HeaderClassName
{
color: #E083C7;
}
.AnyTagClassName
{
color: #E083C7;
}
</style>
background-color css
<style>
a { background-color: #E083C7; }
a { background-color: rgb(224,131,199); }
div.DivClassName
{
background-color: #E083C7;
}
.BgClassName
{
background-color: #E083C7;
}
</style>
border-color css
<style>
span { border-color: #E083C7; }
span { border-color: rgb(224,131,199); }
td.TdClassName
{
border-color: #E083C7;
}
.TagClassName
{
border-color: #E083C7;
}
</style>