Shades of Tea Rose #E486C0
Tints of Tea Rose #E486C0
RGB
CMYK
RGB Variations
Color information
#E486C0 (or 0xE486C0) is known color: Tea Rose. HEX triplet: E4, 86 and C0. RGB value is (228,134,192). Sum of RGB (Red+Green+Blue) = 228+134+192=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E486C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486C0 is #1B793F. Grayscale: #A8A8A8. Windows color (decimal): -1800512 or 12617444. OLE color: 12617444.
HSL color Cylindrical-coordinate representation of color #E486C0: hue angle of 322.98º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E486C0 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 192 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.11 |
| HSL | 322.98º | 0.64% | 0.71% | - |
| HSV(B) | 322.98º | 0.41% | 0.89% | - |
| XYZ | 50.03 | 37.35 | 54.44 | - |
| YUV | 168.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 192 | 0 | 0.41 | 0.16 | 0.11 | 322.98 | 0.64 | 0.71 |
| Hex | E4 | 86 | C0 | 0 | 29 | 10 | B | 143 | 40 | 47 |
| Octal | 344 | 206 | 300 | 0 | 51 | 20 | 13 | 503 | 100 | 107 |
| Binary | 11100100 | 10000110 | 11000000 | 0 | 101001 | 10000 | 1011 | 101000011 | 1000000 | 1000111 |
Color Harmonies of #E486C0
Complementary color
Monochromatic Colors of #E486C0
Black with #E486C0
Text Example
Text Example
White with #E486C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486C0; }
p { color: rgb(228,134,192); }
H1.HeaderClassName
{
color: #E486C0;
}
.AnyTagClassName
{
color: #E486C0;
}
</style>
background-color css
<style>
a { background-color: #E486C0; }
a { background-color: rgb(228,134,192); }
div.DivClassName
{
background-color: #E486C0;
}
.BgClassName
{
background-color: #E486C0;
}
</style>
border-color css
<style>
span { border-color: #E486C0; }
span { border-color: rgb(228,134,192); }
td.TdClassName
{
border-color: #E486C0;
}
.TagClassName
{
border-color: #E486C0;
}
</style>