Shades of Tea Rose #E986CA
Tints of Tea Rose #E986CA
RGB
CMYK
RGB Variations
Color information
#E986CA (or 0xE986CA) is known color: Tea Rose. HEX triplet: E9, 86 and CA. RGB value is (233,134,202). Sum of RGB (Red+Green+Blue) = 233+134+202=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CA is #167935. Grayscale: #ABABAB. Windows color (decimal): -1472822 or 13272809. OLE color: 13272809.
HSL color Cylindrical-coordinate representation of color #E986CA: hue angle of 318.79º 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 #E986CA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 202 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.09 |
| HSL | 318.79º | 0.69% | 0.72% | - |
| HSV(B) | 318.79º | 0.42% | 0.91% | - |
| XYZ | 52.79 | 38.64 | 60.55 | - |
| YUV | 171.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 202 | 0 | 0.42 | 0.13 | 0.09 | 318.79 | 0.69 | 0.72 |
| Hex | E9 | 86 | CA | 0 | 2A | D | 9 | 13F | 45 | 48 |
| Octal | 351 | 206 | 312 | 0 | 52 | 15 | 11 | 477 | 105 | 110 |
| Binary | 11101001 | 10000110 | 11001010 | 0 | 101010 | 1101 | 1001 | 100111111 | 1000101 | 1001000 |
Color Harmonies of #E986CA
Complementary color
Monochromatic Colors of #E986CA
Black with #E986CA
Text Example
Text Example
White with #E986CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986CA; }
p { color: rgb(233,134,202); }
H1.HeaderClassName
{
color: #E986CA;
}
.AnyTagClassName
{
color: #E986CA;
}
</style>
background-color css
<style>
a { background-color: #E986CA; }
a { background-color: rgb(233,134,202); }
div.DivClassName
{
background-color: #E986CA;
}
.BgClassName
{
background-color: #E986CA;
}
</style>
border-color css
<style>
span { border-color: #E986CA; }
span { border-color: rgb(233,134,202); }
td.TdClassName
{
border-color: #E986CA;
}
.TagClassName
{
border-color: #E986CA;
}
</style>