Shades of Tea Rose #E87DCC
Tints of Tea Rose #E87DCC
RGB
CMYK
RGB Variations
Color information
#E87DCC (or 0xE87DCC) is known color: Tea Rose. HEX triplet: E8, 7D and CC. RGB value is (232,125,204). Sum of RGB (Red+Green+Blue) = 232+125+204=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DCC is #178233. Grayscale: #A5A5A5. Windows color (decimal): -1540660 or 13401576. OLE color: 13401576.
HSL color Cylindrical-coordinate representation of color #E87DCC: hue angle of 315.7º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DCC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 204 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.09 |
| HSL | 315.7º | 0.7% | 0.7% | - |
| HSV(B) | 315.7º | 0.46% | 0.91% | - |
| XYZ | 51.51 | 36.18 | 61.4 | - |
| YUV | 166 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 204 | 0 | 0.46 | 0.12 | 0.09 | 315.7 | 0.7 | 0.7 |
| Hex | E8 | 7D | CC | 0 | 2E | C | 9 | 13C | 46 | 46 |
| Octal | 350 | 175 | 314 | 0 | 56 | 14 | 11 | 474 | 106 | 106 |
| Binary | 11101000 | 1111101 | 11001100 | 0 | 101110 | 1100 | 1001 | 100111100 | 1000110 | 1000110 |
Color Harmonies of #E87DCC
Complementary color
Monochromatic Colors of #E87DCC
Black with #E87DCC
Text Example
Text Example
White with #E87DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DCC; }
p { color: rgb(232,125,204); }
H1.HeaderClassName
{
color: #E87DCC;
}
.AnyTagClassName
{
color: #E87DCC;
}
</style>
background-color css
<style>
a { background-color: #E87DCC; }
a { background-color: rgb(232,125,204); }
div.DivClassName
{
background-color: #E87DCC;
}
.BgClassName
{
background-color: #E87DCC;
}
</style>
border-color css
<style>
span { border-color: #E87DCC; }
span { border-color: rgb(232,125,204); }
td.TdClassName
{
border-color: #E87DCC;
}
.TagClassName
{
border-color: #E87DCC;
}
</style>