Shades of Tea Rose #E48AC9
Tints of Tea Rose #E48AC9
RGB
CMYK
RGB Variations
Color information
#E48AC9 (or 0xE48AC9) is known color: Tea Rose. HEX triplet: E4, 8A and C9. RGB value is (228,138,201). Sum of RGB (Red+Green+Blue) = 228+138+201=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48AC9 is #1B7536. Grayscale: #ABABAB. Windows color (decimal): -1799479 or 13208292. OLE color: 13208292.
HSL color Cylindrical-coordinate representation of color #E48AC9: hue angle of 318º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48AC9 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 201 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.11 |
| HSL | 318º | 0.63% | 0.72% | - |
| HSV(B) | 318º | 0.39% | 0.89% | - |
| XYZ | 51.63 | 38.89 | 60.04 | - |
| YUV | 172.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 201 | 0 | 0.39 | 0.12 | 0.11 | 318 | 0.63 | 0.72 |
| Hex | E4 | 8A | C9 | 0 | 27 | C | B | 13E | 3E | 48 |
| Octal | 344 | 212 | 311 | 0 | 47 | 14 | 13 | 476 | 76 | 110 |
| Binary | 11100100 | 10001010 | 11001001 | 0 | 100111 | 1100 | 1011 | 100111110 | 111110 | 1001000 |
Color Harmonies of #E48AC9
Complementary color
Monochromatic Colors of #E48AC9
Black with #E48AC9
Text Example
Text Example
White with #E48AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AC9; }
p { color: rgb(228,138,201); }
H1.HeaderClassName
{
color: #E48AC9;
}
.AnyTagClassName
{
color: #E48AC9;
}
</style>
background-color css
<style>
a { background-color: #E48AC9; }
a { background-color: rgb(228,138,201); }
div.DivClassName
{
background-color: #E48AC9;
}
.BgClassName
{
background-color: #E48AC9;
}
</style>
border-color css
<style>
span { border-color: #E48AC9; }
span { border-color: rgb(228,138,201); }
td.TdClassName
{
border-color: #E48AC9;
}
.TagClassName
{
border-color: #E48AC9;
}
</style>