Shades of Tea Rose #E488C7
Tints of Tea Rose #E488C7
RGB
CMYK
RGB Variations
Color information
#E488C7 (or 0xE488C7) is known color: Tea Rose. HEX triplet: E4, 88 and C7. RGB value is (228,136,199). Sum of RGB (Red+Green+Blue) = 228+136+199=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E488C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488C7 is #1B7738. Grayscale: #AAAAAA. Windows color (decimal): -1799993 or 13076708. OLE color: 13076708.
HSL color Cylindrical-coordinate representation of color #E488C7: hue angle of 318.91º 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 #E488C7 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 199 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.11 |
| HSL | 318.91º | 0.63% | 0.71% | - |
| HSV(B) | 318.91º | 0.4% | 0.89% | - |
| XYZ | 51.11 | 38.23 | 58.72 | - |
| YUV | 170.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 199 | 0 | 0.40 | 0.13 | 0.11 | 318.91 | 0.63 | 0.71 |
| Hex | E4 | 88 | C7 | 0 | 28 | D | B | 13F | 3F | 47 |
| Octal | 344 | 210 | 307 | 0 | 50 | 15 | 13 | 477 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11000111 | 0 | 101000 | 1101 | 1011 | 100111111 | 111111 | 1000111 |
Color Harmonies of #E488C7
Complementary color
Monochromatic Colors of #E488C7
Black with #E488C7
Text Example
Text Example
White with #E488C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488C7; }
p { color: rgb(228,136,199); }
H1.HeaderClassName
{
color: #E488C7;
}
.AnyTagClassName
{
color: #E488C7;
}
</style>
background-color css
<style>
a { background-color: #E488C7; }
a { background-color: rgb(228,136,199); }
div.DivClassName
{
background-color: #E488C7;
}
.BgClassName
{
background-color: #E488C7;
}
</style>
border-color css
<style>
span { border-color: #E488C7; }
span { border-color: rgb(228,136,199); }
td.TdClassName
{
border-color: #E488C7;
}
.TagClassName
{
border-color: #E488C7;
}
</style>