Shades of Tea Rose #E87DC8
Tints of Tea Rose #E87DC8
RGB
CMYK
RGB Variations
Color information
#E87DC8 (or 0xE87DC8) is known color: Tea Rose. HEX triplet: E8, 7D and C8. RGB value is (232,125,200). Sum of RGB (Red+Green+Blue) = 232+125+200=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DC8 is #178237. Grayscale: #A5A5A5. Windows color (decimal): -1540664 or 13139432. OLE color: 13139432.
HSL color Cylindrical-coordinate representation of color #E87DC8: hue angle of 317.94º 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 #E87DC8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 200 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.09 |
| HSL | 317.94º | 0.7% | 0.7% | - |
| HSV(B) | 317.94º | 0.46% | 0.91% | - |
| XYZ | 51.04 | 35.99 | 58.9 | - |
| YUV | 165.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 200 | 0 | 0.46 | 0.14 | 0.09 | 317.94 | 0.7 | 0.7 |
| Hex | E8 | 7D | C8 | 0 | 2E | E | 9 | 13E | 46 | 46 |
| Octal | 350 | 175 | 310 | 0 | 56 | 16 | 11 | 476 | 106 | 106 |
| Binary | 11101000 | 1111101 | 11001000 | 0 | 101110 | 1110 | 1001 | 100111110 | 1000110 | 1000110 |
Color Harmonies of #E87DC8
Complementary color
Monochromatic Colors of #E87DC8
Black with #E87DC8
Text Example
Text Example
White with #E87DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DC8; }
p { color: rgb(232,125,200); }
H1.HeaderClassName
{
color: #E87DC8;
}
.AnyTagClassName
{
color: #E87DC8;
}
</style>
background-color css
<style>
a { background-color: #E87DC8; }
a { background-color: rgb(232,125,200); }
div.DivClassName
{
background-color: #E87DC8;
}
.BgClassName
{
background-color: #E87DC8;
}
</style>
border-color css
<style>
span { border-color: #E87DC8; }
span { border-color: rgb(232,125,200); }
td.TdClassName
{
border-color: #E87DC8;
}
.TagClassName
{
border-color: #E87DC8;
}
</style>