Shades of Tea Rose #E78AC2
Tints of Tea Rose #E78AC2
RGB
CMYK
RGB Variations
Color information
#E78AC2 (or 0xE78AC2) is known color: Tea Rose. HEX triplet: E7, 8A and C2. RGB value is (231,138,194). Sum of RGB (Red+Green+Blue) = 231+138+194=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AC2 is #18753D. Grayscale: #ACACAC. Windows color (decimal): -1602878 or 12749543. OLE color: 12749543.
HSL color Cylindrical-coordinate representation of color #E78AC2: hue angle of 323.87º 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 #E78AC2 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 194 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.09 |
| HSL | 323.87º | 0.66% | 0.72% | - |
| HSV(B) | 323.87º | 0.4% | 0.91% | - |
| XYZ | 51.78 | 39.06 | 55.85 | - |
| YUV | 172.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 194 | 0 | 0.40 | 0.16 | 0.09 | 323.87 | 0.66 | 0.72 |
| Hex | E7 | 8A | C2 | 0 | 28 | 10 | 9 | 144 | 42 | 48 |
| Octal | 347 | 212 | 302 | 0 | 50 | 20 | 11 | 504 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11000010 | 0 | 101000 | 10000 | 1001 | 101000100 | 1000010 | 1001000 |
Color Harmonies of #E78AC2
Complementary color
Monochromatic Colors of #E78AC2
Black with #E78AC2
Text Example
Text Example
White with #E78AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AC2; }
p { color: rgb(231,138,194); }
H1.HeaderClassName
{
color: #E78AC2;
}
.AnyTagClassName
{
color: #E78AC2;
}
</style>
background-color css
<style>
a { background-color: #E78AC2; }
a { background-color: rgb(231,138,194); }
div.DivClassName
{
background-color: #E78AC2;
}
.BgClassName
{
background-color: #E78AC2;
}
</style>
border-color css
<style>
span { border-color: #E78AC2; }
span { border-color: rgb(231,138,194); }
td.TdClassName
{
border-color: #E78AC2;
}
.TagClassName
{
border-color: #E78AC2;
}
</style>