Shades of Tea Rose #E484C1
Tints of Tea Rose #E484C1
RGB
CMYK
RGB Variations
Color information
#E484C1 (or 0xE484C1) is known color: Tea Rose. HEX triplet: E4, 84 and C1. RGB value is (228,132,193). Sum of RGB (Red+Green+Blue) = 228+132+193=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E484C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484C1 is #1B7B3E. Grayscale: #A7A7A7. Windows color (decimal): -1801023 or 12682468. OLE color: 12682468.
HSL color Cylindrical-coordinate representation of color #E484C1: hue angle of 321.88º 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 #E484C1 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 193 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.11 |
| HSL | 321.88º | 0.64% | 0.71% | - |
| HSV(B) | 321.88º | 0.42% | 0.89% | - |
| XYZ | 49.87 | 36.85 | 54.94 | - |
| YUV | 167.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 193 | 0 | 0.42 | 0.15 | 0.11 | 321.88 | 0.64 | 0.71 |
| Hex | E4 | 84 | C1 | 0 | 2A | F | B | 142 | 40 | 47 |
| Octal | 344 | 204 | 301 | 0 | 52 | 17 | 13 | 502 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11000001 | 0 | 101010 | 1111 | 1011 | 101000010 | 1000000 | 1000111 |
Color Harmonies of #E484C1
Complementary color
Monochromatic Colors of #E484C1
Black with #E484C1
Text Example
Text Example
White with #E484C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484C1; }
p { color: rgb(228,132,193); }
H1.HeaderClassName
{
color: #E484C1;
}
.AnyTagClassName
{
color: #E484C1;
}
</style>
background-color css
<style>
a { background-color: #E484C1; }
a { background-color: rgb(228,132,193); }
div.DivClassName
{
background-color: #E484C1;
}
.BgClassName
{
background-color: #E484C1;
}
</style>
border-color css
<style>
span { border-color: #E484C1; }
span { border-color: rgb(228,132,193); }
td.TdClassName
{
border-color: #E484C1;
}
.TagClassName
{
border-color: #E484C1;
}
</style>