Shades of Tea Rose #E986C9
Tints of Tea Rose #E986C9
RGB
CMYK
RGB Variations
Color information
#E986C9 (or 0xE986C9) is known color: Tea Rose. HEX triplet: E9, 86 and C9. RGB value is (233,134,201). Sum of RGB (Red+Green+Blue) = 233+134+201=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E986C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986C9 is #167936. Grayscale: #ABABAB. Windows color (decimal): -1472823 or 13207273. OLE color: 13207273.
HSL color Cylindrical-coordinate representation of color #E986C9: hue angle of 319.39º 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 #E986C9 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 201 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.09 |
| HSL | 319.39º | 0.69% | 0.72% | - |
| HSV(B) | 319.39º | 0.42% | 0.91% | - |
| XYZ | 52.67 | 38.59 | 59.93 | - |
| YUV | 171.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 201 | 0 | 0.42 | 0.14 | 0.09 | 319.39 | 0.69 | 0.72 |
| Hex | E9 | 86 | C9 | 0 | 2A | E | 9 | 13F | 45 | 48 |
| Octal | 351 | 206 | 311 | 0 | 52 | 16 | 11 | 477 | 105 | 110 |
| Binary | 11101001 | 10000110 | 11001001 | 0 | 101010 | 1110 | 1001 | 100111111 | 1000101 | 1001000 |
Color Harmonies of #E986C9
Complementary color
Monochromatic Colors of #E986C9
Black with #E986C9
Text Example
Text Example
White with #E986C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986C9; }
p { color: rgb(233,134,201); }
H1.HeaderClassName
{
color: #E986C9;
}
.AnyTagClassName
{
color: #E986C9;
}
</style>
background-color css
<style>
a { background-color: #E986C9; }
a { background-color: rgb(233,134,201); }
div.DivClassName
{
background-color: #E986C9;
}
.BgClassName
{
background-color: #E986C9;
}
</style>
border-color css
<style>
span { border-color: #E986C9; }
span { border-color: rgb(233,134,201); }
td.TdClassName
{
border-color: #E986C9;
}
.TagClassName
{
border-color: #E986C9;
}
</style>