Shades of Tea Rose #E986C7
Tints of Tea Rose #E986C7
RGB
CMYK
RGB Variations
Color information
#E986C7 (or 0xE986C7) is known color: Tea Rose. HEX triplet: E9, 86 and C7. RGB value is (233,134,199). Sum of RGB (Red+Green+Blue) = 233+134+199=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E986C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986C7 is #167938. Grayscale: #AAAAAA. Windows color (decimal): -1472825 or 13076201. OLE color: 13076201.
HSL color Cylindrical-coordinate representation of color #E986C7: hue angle of 320.61º degrees, saturation: 0.69, 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 #E986C7 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 199 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.09 |
| HSL | 320.61º | 0.69% | 0.72% | - |
| HSV(B) | 320.61º | 0.42% | 0.91% | - |
| XYZ | 52.44 | 38.5 | 58.7 | - |
| YUV | 171.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 199 | 0 | 0.42 | 0.15 | 0.09 | 320.61 | 0.69 | 0.72 |
| Hex | E9 | 86 | C7 | 0 | 2A | F | 9 | 141 | 45 | 48 |
| Octal | 351 | 206 | 307 | 0 | 52 | 17 | 11 | 501 | 105 | 110 |
| Binary | 11101001 | 10000110 | 11000111 | 0 | 101010 | 1111 | 1001 | 101000001 | 1000101 | 1001000 |
Color Harmonies of #E986C7
Complementary color
Monochromatic Colors of #E986C7
Black with #E986C7
Text Example
Text Example
White with #E986C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986C7; }
p { color: rgb(233,134,199); }
H1.HeaderClassName
{
color: #E986C7;
}
.AnyTagClassName
{
color: #E986C7;
}
</style>
background-color css
<style>
a { background-color: #E986C7; }
a { background-color: rgb(233,134,199); }
div.DivClassName
{
background-color: #E986C7;
}
.BgClassName
{
background-color: #E986C7;
}
</style>
border-color css
<style>
span { border-color: #E986C7; }
span { border-color: rgb(233,134,199); }
td.TdClassName
{
border-color: #E986C7;
}
.TagClassName
{
border-color: #E986C7;
}
</style>