Shades of Tea Rose #E488C5
Tints of Tea Rose #E488C5
RGB
CMYK
RGB Variations
Color information
#E488C5 (or 0xE488C5) is known color: Tea Rose. HEX triplet: E4, 88 and C5. RGB value is (228,136,197). Sum of RGB (Red+Green+Blue) = 228+136+197=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E488C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488C5 is #1B773A. Grayscale: #AAAAAA. Windows color (decimal): -1799995 or 12945636. OLE color: 12945636.
HSL color Cylindrical-coordinate representation of color #E488C5: hue angle of 320.22º 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 #E488C5 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 197 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.11 |
| HSL | 320.22º | 0.63% | 0.71% | - |
| HSV(B) | 320.22º | 0.4% | 0.89% | - |
| XYZ | 50.88 | 38.13 | 57.5 | - |
| YUV | 170.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 197 | 0 | 0.40 | 0.14 | 0.11 | 320.22 | 0.63 | 0.71 |
| Hex | E4 | 88 | C5 | 0 | 28 | E | B | 140 | 3F | 47 |
| Octal | 344 | 210 | 305 | 0 | 50 | 16 | 13 | 500 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11000101 | 0 | 101000 | 1110 | 1011 | 101000000 | 111111 | 1000111 |
Color Harmonies of #E488C5
Complementary color
Monochromatic Colors of #E488C5
Black with #E488C5
Text Example
Text Example
White with #E488C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488C5; }
p { color: rgb(228,136,197); }
H1.HeaderClassName
{
color: #E488C5;
}
.AnyTagClassName
{
color: #E488C5;
}
</style>
background-color css
<style>
a { background-color: #E488C5; }
a { background-color: rgb(228,136,197); }
div.DivClassName
{
background-color: #E488C5;
}
.BgClassName
{
background-color: #E488C5;
}
</style>
border-color css
<style>
span { border-color: #E488C5; }
span { border-color: rgb(228,136,197); }
td.TdClassName
{
border-color: #E488C5;
}
.TagClassName
{
border-color: #E488C5;
}
</style>