Shades of Tea Rose #E484C2
Tints of Tea Rose #E484C2
RGB
CMYK
RGB Variations
Color information
#E484C2 (or 0xE484C2) is known color: Tea Rose. HEX triplet: E4, 84 and C2. RGB value is (228,132,194). Sum of RGB (Red+Green+Blue) = 228+132+194=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E484C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484C2 is #1B7B3D. Grayscale: #A7A7A7. Windows color (decimal): -1801022 or 12748004. OLE color: 12748004.
HSL color Cylindrical-coordinate representation of color #E484C2: hue angle of 321.25º 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 #E484C2 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 194 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.11 |
| HSL | 321.25º | 0.64% | 0.71% | - |
| HSV(B) | 321.25º | 0.42% | 0.89% | - |
| XYZ | 49.98 | 36.89 | 55.53 | - |
| YUV | 167.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 194 | 0 | 0.42 | 0.15 | 0.11 | 321.25 | 0.64 | 0.71 |
| Hex | E4 | 84 | C2 | 0 | 2A | F | B | 141 | 40 | 47 |
| Octal | 344 | 204 | 302 | 0 | 52 | 17 | 13 | 501 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11000010 | 0 | 101010 | 1111 | 1011 | 101000001 | 1000000 | 1000111 |
Color Harmonies of #E484C2
Complementary color
Monochromatic Colors of #E484C2
Black with #E484C2
Text Example
Text Example
White with #E484C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484C2; }
p { color: rgb(228,132,194); }
H1.HeaderClassName
{
color: #E484C2;
}
.AnyTagClassName
{
color: #E484C2;
}
</style>
background-color css
<style>
a { background-color: #E484C2; }
a { background-color: rgb(228,132,194); }
div.DivClassName
{
background-color: #E484C2;
}
.BgClassName
{
background-color: #E484C2;
}
</style>
border-color css
<style>
span { border-color: #E484C2; }
span { border-color: rgb(228,132,194); }
td.TdClassName
{
border-color: #E484C2;
}
.TagClassName
{
border-color: #E484C2;
}
</style>