Shades of Tea Rose #E886C3
Tints of Tea Rose #E886C3
RGB
CMYK
RGB Variations
Color information
#E886C3 (or 0xE886C3) is known color: Tea Rose. HEX triplet: E8, 86 and C3. RGB value is (232,134,195). Sum of RGB (Red+Green+Blue) = 232+134+195=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E886C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886C3 is #17793C. Grayscale: #AAAAAA. Windows color (decimal): -1538365 or 12814056. OLE color: 12814056.
HSL color Cylindrical-coordinate representation of color #E886C3: hue angle of 322.65º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E886C3 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 195 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.09 |
| HSL | 322.65º | 0.68% | 0.72% | - |
| HSV(B) | 322.65º | 0.42% | 0.91% | - |
| XYZ | 51.65 | 38.15 | 56.27 | - |
| YUV | 170.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 195 | 0 | 0.42 | 0.16 | 0.09 | 322.65 | 0.68 | 0.72 |
| Hex | E8 | 86 | C3 | 0 | 2A | 10 | 9 | 143 | 44 | 48 |
| Octal | 350 | 206 | 303 | 0 | 52 | 20 | 11 | 503 | 104 | 110 |
| Binary | 11101000 | 10000110 | 11000011 | 0 | 101010 | 10000 | 1001 | 101000011 | 1000100 | 1001000 |
Color Harmonies of #E886C3
Complementary color
Monochromatic Colors of #E886C3
Black with #E886C3
Text Example
Text Example
White with #E886C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886C3; }
p { color: rgb(232,134,195); }
H1.HeaderClassName
{
color: #E886C3;
}
.AnyTagClassName
{
color: #E886C3;
}
</style>
background-color css
<style>
a { background-color: #E886C3; }
a { background-color: rgb(232,134,195); }
div.DivClassName
{
background-color: #E886C3;
}
.BgClassName
{
background-color: #E886C3;
}
</style>
border-color css
<style>
span { border-color: #E886C3; }
span { border-color: rgb(232,134,195); }
td.TdClassName
{
border-color: #E886C3;
}
.TagClassName
{
border-color: #E886C3;
}
</style>