Shades of Tea Rose #E987CA
Tints of Tea Rose #E987CA
RGB
CMYK
RGB Variations
Color information
#E987CA (or 0xE987CA) is known color: Tea Rose. HEX triplet: E9, 87 and CA. RGB value is (233,135,202). Sum of RGB (Red+Green+Blue) = 233+135+202=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E987CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E987CA is #167835. Grayscale: #ABABAB. Windows color (decimal): -1472566 or 13273065. OLE color: 13273065.
HSL color Cylindrical-coordinate representation of color #E987CA: hue angle of 318.98º 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 #E987CA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 135 | 202 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.09 |
| HSL | 318.98º | 0.69% | 0.72% | - |
| HSV(B) | 318.98º | 0.42% | 0.91% | - |
| XYZ | 52.93 | 38.92 | 60.6 | - |
| YUV | 171.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 135 | 202 | 0 | 0.42 | 0.13 | 0.09 | 318.98 | 0.69 | 0.72 |
| Hex | E9 | 87 | CA | 0 | 2A | D | 9 | 13F | 45 | 48 |
| Octal | 351 | 207 | 312 | 0 | 52 | 15 | 11 | 477 | 105 | 110 |
| Binary | 11101001 | 10000111 | 11001010 | 0 | 101010 | 1101 | 1001 | 100111111 | 1000101 | 1001000 |
Color Harmonies of #E987CA
Complementary color
Monochromatic Colors of #E987CA
Black with #E987CA
Text Example
Text Example
White with #E987CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E987CA; }
p { color: rgb(233,135,202); }
H1.HeaderClassName
{
color: #E987CA;
}
.AnyTagClassName
{
color: #E987CA;
}
</style>
background-color css
<style>
a { background-color: #E987CA; }
a { background-color: rgb(233,135,202); }
div.DivClassName
{
background-color: #E987CA;
}
.BgClassName
{
background-color: #E987CA;
}
</style>
border-color css
<style>
span { border-color: #E987CA; }
span { border-color: rgb(233,135,202); }
td.TdClassName
{
border-color: #E987CA;
}
.TagClassName
{
border-color: #E987CA;
}
</style>