Shades of Tea Rose #E484C0
Tints of Tea Rose #E484C0
RGB
CMYK
RGB Variations
Color information
#E484C0 (or 0xE484C0) is known color: Tea Rose. HEX triplet: E4, 84 and C0. RGB value is (228,132,192). Sum of RGB (Red+Green+Blue) = 228+132+192=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E484C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484C0 is #1B7B3F. Grayscale: #A7A7A7. Windows color (decimal): -1801024 or 12616932. OLE color: 12616932.
HSL color Cylindrical-coordinate representation of color #E484C0: hue angle of 322.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E484C0 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 192 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.11 |
| HSL | 322.5º | 0.64% | 0.71% | - |
| HSV(B) | 322.5º | 0.42% | 0.89% | - |
| XYZ | 49.76 | 36.8 | 54.35 | - |
| YUV | 167.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 192 | 0 | 0.42 | 0.16 | 0.11 | 322.5 | 0.64 | 0.71 |
| Hex | E4 | 84 | C0 | 0 | 2A | 10 | B | 142 | 40 | 47 |
| Octal | 344 | 204 | 300 | 0 | 52 | 20 | 13 | 502 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11000000 | 0 | 101010 | 10000 | 1011 | 101000010 | 1000000 | 1000111 |
Color Harmonies of #E484C0
Complementary color
Monochromatic Colors of #E484C0
Black with #E484C0
Text Example
Text Example
White with #E484C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484C0; }
p { color: rgb(228,132,192); }
H1.HeaderClassName
{
color: #E484C0;
}
.AnyTagClassName
{
color: #E484C0;
}
</style>
background-color css
<style>
a { background-color: #E484C0; }
a { background-color: rgb(228,132,192); }
div.DivClassName
{
background-color: #E484C0;
}
.BgClassName
{
background-color: #E484C0;
}
</style>
border-color css
<style>
span { border-color: #E484C0; }
span { border-color: rgb(228,132,192); }
td.TdClassName
{
border-color: #E484C0;
}
.TagClassName
{
border-color: #E484C0;
}
</style>