Shades of Tea Rose #E78DD0
Tints of Tea Rose #E78DD0
RGB
CMYK
RGB Variations
Color information
#E78DD0 (or 0xE78DD0) is known color: Tea Rose. HEX triplet: E7, 8D and D0. RGB value is (231,141,208). Sum of RGB (Red+Green+Blue) = 231+141+208=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DD0 is #18722F. Grayscale: #AFAFAF. Windows color (decimal): -1602096 or 13667815. OLE color: 13667815.
HSL color Cylindrical-coordinate representation of color #E78DD0: hue angle of 315.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78DD0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 208 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.09 |
| HSL | 315.33º | 0.65% | 0.73% | - |
| HSV(B) | 315.33º | 0.39% | 0.91% | - |
| XYZ | 53.87 | 40.59 | 64.67 | - |
| YUV | 175.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 208 | 0 | 0.39 | 0.10 | 0.09 | 315.33 | 0.65 | 0.73 |
| Hex | E7 | 8D | D0 | 0 | 27 | A | 9 | 13B | 41 | 49 |
| Octal | 347 | 215 | 320 | 0 | 47 | 12 | 11 | 473 | 101 | 111 |
| Binary | 11100111 | 10001101 | 11010000 | 0 | 100111 | 1010 | 1001 | 100111011 | 1000001 | 1001001 |
Color Harmonies of #E78DD0
Complementary color
Monochromatic Colors of #E78DD0
Black with #E78DD0
Text Example
Text Example
White with #E78DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DD0; }
p { color: rgb(231,141,208); }
H1.HeaderClassName
{
color: #E78DD0;
}
.AnyTagClassName
{
color: #E78DD0;
}
</style>
background-color css
<style>
a { background-color: #E78DD0; }
a { background-color: rgb(231,141,208); }
div.DivClassName
{
background-color: #E78DD0;
}
.BgClassName
{
background-color: #E78DD0;
}
</style>
border-color css
<style>
span { border-color: #E78DD0; }
span { border-color: rgb(231,141,208); }
td.TdClassName
{
border-color: #E78DD0;
}
.TagClassName
{
border-color: #E78DD0;
}
</style>