Shades of Tea Rose #E488C1
Tints of Tea Rose #E488C1
RGB
CMYK
RGB Variations
Color information
#E488C1 (or 0xE488C1) is known color: Tea Rose. HEX triplet: E4, 88 and C1. RGB value is (228,136,193). Sum of RGB (Red+Green+Blue) = 228+136+193=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E488C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488C1 is #1B773E. Grayscale: #A9A9A9. Windows color (decimal): -1799999 or 12683492. OLE color: 12683492.
HSL color Cylindrical-coordinate representation of color #E488C1: hue angle of 322.83º 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 #E488C1 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 193 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.11 |
| HSL | 322.83º | 0.63% | 0.71% | - |
| HSV(B) | 322.83º | 0.4% | 0.89% | - |
| XYZ | 50.42 | 37.95 | 55.12 | - |
| YUV | 170.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 193 | 0 | 0.40 | 0.15 | 0.11 | 322.83 | 0.63 | 0.71 |
| Hex | E4 | 88 | C1 | 0 | 28 | F | B | 143 | 3F | 47 |
| Octal | 344 | 210 | 301 | 0 | 50 | 17 | 13 | 503 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11000001 | 0 | 101000 | 1111 | 1011 | 101000011 | 111111 | 1000111 |
Color Harmonies of #E488C1
Complementary color
Monochromatic Colors of #E488C1
Black with #E488C1
Text Example
Text Example
White with #E488C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488C1; }
p { color: rgb(228,136,193); }
H1.HeaderClassName
{
color: #E488C1;
}
.AnyTagClassName
{
color: #E488C1;
}
</style>
background-color css
<style>
a { background-color: #E488C1; }
a { background-color: rgb(228,136,193); }
div.DivClassName
{
background-color: #E488C1;
}
.BgClassName
{
background-color: #E488C1;
}
</style>
border-color css
<style>
span { border-color: #E488C1; }
span { border-color: rgb(228,136,193); }
td.TdClassName
{
border-color: #E488C1;
}
.TagClassName
{
border-color: #E488C1;
}
</style>