Shades of Tea Rose #E486C1
Tints of Tea Rose #E486C1
RGB
CMYK
RGB Variations
Color information
#E486C1 (or 0xE486C1) is known color: Tea Rose. HEX triplet: E4, 86 and C1. RGB value is (228,134,193). Sum of RGB (Red+Green+Blue) = 228+134+193=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E486C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486C1 is #1B793E. Grayscale: #A8A8A8. Windows color (decimal): -1800511 or 12682980. OLE color: 12682980.
HSL color Cylindrical-coordinate representation of color #E486C1: hue angle of 322.34º 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 #E486C1 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 193 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.11 |
| HSL | 322.34º | 0.64% | 0.71% | - |
| HSV(B) | 322.34º | 0.41% | 0.89% | - |
| XYZ | 50.15 | 37.39 | 55.03 | - |
| YUV | 168.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 193 | 0 | 0.41 | 0.15 | 0.11 | 322.34 | 0.64 | 0.71 |
| Hex | E4 | 86 | C1 | 0 | 29 | F | B | 142 | 40 | 47 |
| Octal | 344 | 206 | 301 | 0 | 51 | 17 | 13 | 502 | 100 | 107 |
| Binary | 11100100 | 10000110 | 11000001 | 0 | 101001 | 1111 | 1011 | 101000010 | 1000000 | 1000111 |
Color Harmonies of #E486C1
Complementary color
Monochromatic Colors of #E486C1
Black with #E486C1
Text Example
Text Example
White with #E486C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486C1; }
p { color: rgb(228,134,193); }
H1.HeaderClassName
{
color: #E486C1;
}
.AnyTagClassName
{
color: #E486C1;
}
</style>
background-color css
<style>
a { background-color: #E486C1; }
a { background-color: rgb(228,134,193); }
div.DivClassName
{
background-color: #E486C1;
}
.BgClassName
{
background-color: #E486C1;
}
</style>
border-color css
<style>
span { border-color: #E486C1; }
span { border-color: rgb(228,134,193); }
td.TdClassName
{
border-color: #E486C1;
}
.TagClassName
{
border-color: #E486C1;
}
</style>