Shades of Tea Rose #E78DCC
Tints of Tea Rose #E78DCC
RGB
CMYK
RGB Variations
Color information
#E78DCC (or 0xE78DCC) is known color: Tea Rose. HEX triplet: E7, 8D and CC. RGB value is (231,141,204). Sum of RGB (Red+Green+Blue) = 231+141+204=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DCC is #187233. Grayscale: #AEAEAE. Windows color (decimal): -1602100 or 13405671. OLE color: 13405671.
HSL color Cylindrical-coordinate representation of color #E78DCC: hue angle of 318º 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 #E78DCC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 204 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.09 |
| HSL | 318º | 0.65% | 0.73% | - |
| HSV(B) | 318º | 0.39% | 0.91% | - |
| XYZ | 53.38 | 40.4 | 62.11 | - |
| YUV | 175.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 204 | 0 | 0.39 | 0.12 | 0.09 | 318 | 0.65 | 0.73 |
| Hex | E7 | 8D | CC | 0 | 27 | C | 9 | 13E | 41 | 49 |
| Octal | 347 | 215 | 314 | 0 | 47 | 14 | 11 | 476 | 101 | 111 |
| Binary | 11100111 | 10001101 | 11001100 | 0 | 100111 | 1100 | 1001 | 100111110 | 1000001 | 1001001 |
Color Harmonies of #E78DCC
Complementary color
Monochromatic Colors of #E78DCC
Black with #E78DCC
Text Example
Text Example
White with #E78DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DCC; }
p { color: rgb(231,141,204); }
H1.HeaderClassName
{
color: #E78DCC;
}
.AnyTagClassName
{
color: #E78DCC;
}
</style>
background-color css
<style>
a { background-color: #E78DCC; }
a { background-color: rgb(231,141,204); }
div.DivClassName
{
background-color: #E78DCC;
}
.BgClassName
{
background-color: #E78DCC;
}
</style>
border-color css
<style>
span { border-color: #E78DCC; }
span { border-color: rgb(231,141,204); }
td.TdClassName
{
border-color: #E78DCC;
}
.TagClassName
{
border-color: #E78DCC;
}
</style>