Shades of Tea Rose #E78AC7
Tints of Tea Rose #E78AC7
RGB
CMYK
RGB Variations
Color information
#E78AC7 (or 0xE78AC7) is known color: Tea Rose. HEX triplet: E7, 8A and C7. RGB value is (231,138,199). Sum of RGB (Red+Green+Blue) = 231+138+199=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AC7 is #187538. Grayscale: #ACACAC. Windows color (decimal): -1602873 or 13077223. OLE color: 13077223.
HSL color Cylindrical-coordinate representation of color #E78AC7: hue angle of 320.65º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AC7 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 199 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.09 |
| HSL | 320.65º | 0.66% | 0.72% | - |
| HSV(B) | 320.65º | 0.4% | 0.91% | - |
| XYZ | 52.35 | 39.29 | 58.86 | - |
| YUV | 172.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 199 | 0 | 0.40 | 0.14 | 0.09 | 320.65 | 0.66 | 0.72 |
| Hex | E7 | 8A | C7 | 0 | 28 | E | 9 | 141 | 42 | 48 |
| Octal | 347 | 212 | 307 | 0 | 50 | 16 | 11 | 501 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11000111 | 0 | 101000 | 1110 | 1001 | 101000001 | 1000010 | 1001000 |
Color Harmonies of #E78AC7
Complementary color
Monochromatic Colors of #E78AC7
Black with #E78AC7
Text Example
Text Example
White with #E78AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AC7; }
p { color: rgb(231,138,199); }
H1.HeaderClassName
{
color: #E78AC7;
}
.AnyTagClassName
{
color: #E78AC7;
}
</style>
background-color css
<style>
a { background-color: #E78AC7; }
a { background-color: rgb(231,138,199); }
div.DivClassName
{
background-color: #E78AC7;
}
.BgClassName
{
background-color: #E78AC7;
}
</style>
border-color css
<style>
span { border-color: #E78AC7; }
span { border-color: rgb(231,138,199); }
td.TdClassName
{
border-color: #E78AC7;
}
.TagClassName
{
border-color: #E78AC7;
}
</style>