Shades of Tea Rose #E886CA
Tints of Tea Rose #E886CA
RGB
CMYK
RGB Variations
Color information
#E886CA (or 0xE886CA) is known color: Tea Rose. HEX triplet: E8, 86 and CA. RGB value is (232,134,202). Sum of RGB (Red+Green+Blue) = 232+134+202=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E886CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886CA is #177935. Grayscale: #AAAAAA. Windows color (decimal): -1538358 or 13272808. OLE color: 13272808.
HSL color Cylindrical-coordinate representation of color #E886CA: hue angle of 318.37º 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 #E886CA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 202 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.09 |
| HSL | 318.37º | 0.68% | 0.72% | - |
| HSV(B) | 318.37º | 0.42% | 0.91% | - |
| XYZ | 52.46 | 38.47 | 60.54 | - |
| YUV | 171.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 202 | 0 | 0.42 | 0.13 | 0.09 | 318.37 | 0.68 | 0.72 |
| Hex | E8 | 86 | CA | 0 | 2A | D | 9 | 13E | 44 | 48 |
| Octal | 350 | 206 | 312 | 0 | 52 | 15 | 11 | 476 | 104 | 110 |
| Binary | 11101000 | 10000110 | 11001010 | 0 | 101010 | 1101 | 1001 | 100111110 | 1000100 | 1001000 |
Color Harmonies of #E886CA
Complementary color
Monochromatic Colors of #E886CA
Black with #E886CA
Text Example
Text Example
White with #E886CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886CA; }
p { color: rgb(232,134,202); }
H1.HeaderClassName
{
color: #E886CA;
}
.AnyTagClassName
{
color: #E886CA;
}
</style>
background-color css
<style>
a { background-color: #E886CA; }
a { background-color: rgb(232,134,202); }
div.DivClassName
{
background-color: #E886CA;
}
.BgClassName
{
background-color: #E886CA;
}
</style>
border-color css
<style>
span { border-color: #E886CA; }
span { border-color: rgb(232,134,202); }
td.TdClassName
{
border-color: #E886CA;
}
.TagClassName
{
border-color: #E886CA;
}
</style>