Shades of Tea Rose #E87CC9
Tints of Tea Rose #E87CC9
RGB
CMYK
RGB Variations
Color information
#E87CC9 (or 0xE87CC9) is known color: Tea Rose. HEX triplet: E8, 7C and C9. RGB value is (232,124,201). Sum of RGB (Red+Green+Blue) = 232+124+201=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CC9 is #178336. Grayscale: #A4A4A4. Windows color (decimal): -1540919 or 13204712. OLE color: 13204712.
HSL color Cylindrical-coordinate representation of color #E87CC9: hue angle of 317.22º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87CC9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 201 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.09 |
| HSL | 317.22º | 0.7% | 0.7% | - |
| HSV(B) | 317.22º | 0.47% | 0.91% | - |
| XYZ | 51.03 | 35.79 | 59.48 | - |
| YUV | 165.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 201 | 0 | 0.47 | 0.13 | 0.09 | 317.22 | 0.7 | 0.7 |
| Hex | E8 | 7C | C9 | 0 | 2F | D | 9 | 13D | 46 | 46 |
| Octal | 350 | 174 | 311 | 0 | 57 | 15 | 11 | 475 | 106 | 106 |
| Binary | 11101000 | 1111100 | 11001001 | 0 | 101111 | 1101 | 1001 | 100111101 | 1000110 | 1000110 |
Color Harmonies of #E87CC9
Complementary color
Monochromatic Colors of #E87CC9
Black with #E87CC9
Text Example
Text Example
White with #E87CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CC9; }
p { color: rgb(232,124,201); }
H1.HeaderClassName
{
color: #E87CC9;
}
.AnyTagClassName
{
color: #E87CC9;
}
</style>
background-color css
<style>
a { background-color: #E87CC9; }
a { background-color: rgb(232,124,201); }
div.DivClassName
{
background-color: #E87CC9;
}
.BgClassName
{
background-color: #E87CC9;
}
</style>
border-color css
<style>
span { border-color: #E87CC9; }
span { border-color: rgb(232,124,201); }
td.TdClassName
{
border-color: #E87CC9;
}
.TagClassName
{
border-color: #E87CC9;
}
</style>