Shades of Tea Rose #E78DCD
Tints of Tea Rose #E78DCD
RGB
CMYK
RGB Variations
Color information
#E78DCD (or 0xE78DCD) is known color: Tea Rose. HEX triplet: E7, 8D and CD. RGB value is (231,141,205). Sum of RGB (Red+Green+Blue) = 231+141+205=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DCD is #187232. Grayscale: #AFAFAF. Windows color (decimal): -1602099 or 13471207. OLE color: 13471207.
HSL color Cylindrical-coordinate representation of color #E78DCD: hue angle of 317.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 #E78DCD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 205 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.09 |
| HSL | 317.33º | 0.65% | 0.73% | - |
| HSV(B) | 317.33º | 0.39% | 0.91% | - |
| XYZ | 53.5 | 40.45 | 62.74 | - |
| YUV | 175.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 205 | 0 | 0.39 | 0.11 | 0.09 | 317.33 | 0.65 | 0.73 |
| Hex | E7 | 8D | CD | 0 | 27 | B | 9 | 13D | 41 | 49 |
| Octal | 347 | 215 | 315 | 0 | 47 | 13 | 11 | 475 | 101 | 111 |
| Binary | 11100111 | 10001101 | 11001101 | 0 | 100111 | 1011 | 1001 | 100111101 | 1000001 | 1001001 |
Color Harmonies of #E78DCD
Complementary color
Monochromatic Colors of #E78DCD
Black with #E78DCD
Text Example
Text Example
White with #E78DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DCD; }
p { color: rgb(231,141,205); }
H1.HeaderClassName
{
color: #E78DCD;
}
.AnyTagClassName
{
color: #E78DCD;
}
</style>
background-color css
<style>
a { background-color: #E78DCD; }
a { background-color: rgb(231,141,205); }
div.DivClassName
{
background-color: #E78DCD;
}
.BgClassName
{
background-color: #E78DCD;
}
</style>
border-color css
<style>
span { border-color: #E78DCD; }
span { border-color: rgb(231,141,205); }
td.TdClassName
{
border-color: #E78DCD;
}
.TagClassName
{
border-color: #E78DCD;
}
</style>