Shades of Tea Rose #E488C9
Tints of Tea Rose #E488C9
RGB
CMYK
RGB Variations
Color information
#E488C9 (or 0xE488C9) is known color: Tea Rose. HEX triplet: E4, 88 and C9. RGB value is (228,136,201). Sum of RGB (Red+Green+Blue) = 228+136+201=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E488C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488C9 is #1B7736. Grayscale: #AAAAAA. Windows color (decimal): -1799991 or 13207780. OLE color: 13207780.
HSL color Cylindrical-coordinate representation of color #E488C9: hue angle of 317.61º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488C9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 201 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.11 |
| HSL | 317.61º | 0.63% | 0.71% | - |
| HSV(B) | 317.61º | 0.4% | 0.89% | - |
| XYZ | 51.34 | 38.32 | 59.95 | - |
| YUV | 170.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 201 | 0 | 0.40 | 0.12 | 0.11 | 317.61 | 0.63 | 0.71 |
| Hex | E4 | 88 | C9 | 0 | 28 | C | B | 13E | 3F | 47 |
| Octal | 344 | 210 | 311 | 0 | 50 | 14 | 13 | 476 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11001001 | 0 | 101000 | 1100 | 1011 | 100111110 | 111111 | 1000111 |
Color Harmonies of #E488C9
Complementary color
Monochromatic Colors of #E488C9
Black with #E488C9
Text Example
Text Example
White with #E488C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488C9; }
p { color: rgb(228,136,201); }
H1.HeaderClassName
{
color: #E488C9;
}
.AnyTagClassName
{
color: #E488C9;
}
</style>
background-color css
<style>
a { background-color: #E488C9; }
a { background-color: rgb(228,136,201); }
div.DivClassName
{
background-color: #E488C9;
}
.BgClassName
{
background-color: #E488C9;
}
</style>
border-color css
<style>
span { border-color: #E488C9; }
span { border-color: rgb(228,136,201); }
td.TdClassName
{
border-color: #E488C9;
}
.TagClassName
{
border-color: #E488C9;
}
</style>