Shades of Tea Rose #E87DC6
Tints of Tea Rose #E87DC6
RGB
CMYK
RGB Variations
Color information
#E87DC6 (or 0xE87DC6) is known color: Tea Rose. HEX triplet: E8, 7D and C6. RGB value is (232,125,198). Sum of RGB (Red+Green+Blue) = 232+125+198=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DC6 is #178239. Grayscale: #A5A5A5. Windows color (decimal): -1540666 or 13008360. OLE color: 13008360.
HSL color Cylindrical-coordinate representation of color #E87DC6: hue angle of 319.07º 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 #E87DC6 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 198 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.09 |
| HSL | 319.07º | 0.7% | 0.7% | - |
| HSV(B) | 319.07º | 0.46% | 0.91% | - |
| XYZ | 50.81 | 35.9 | 57.68 | - |
| YUV | 165.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 198 | 0 | 0.46 | 0.15 | 0.09 | 319.07 | 0.7 | 0.7 |
| Hex | E8 | 7D | C6 | 0 | 2E | F | 9 | 13F | 46 | 46 |
| Octal | 350 | 175 | 306 | 0 | 56 | 17 | 11 | 477 | 106 | 106 |
| Binary | 11101000 | 1111101 | 11000110 | 0 | 101110 | 1111 | 1001 | 100111111 | 1000110 | 1000110 |
Color Harmonies of #E87DC6
Complementary color
Monochromatic Colors of #E87DC6
Black with #E87DC6
Text Example
Text Example
White with #E87DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DC6; }
p { color: rgb(232,125,198); }
H1.HeaderClassName
{
color: #E87DC6;
}
.AnyTagClassName
{
color: #E87DC6;
}
</style>
background-color css
<style>
a { background-color: #E87DC6; }
a { background-color: rgb(232,125,198); }
div.DivClassName
{
background-color: #E87DC6;
}
.BgClassName
{
background-color: #E87DC6;
}
</style>
border-color css
<style>
span { border-color: #E87DC6; }
span { border-color: rgb(232,125,198); }
td.TdClassName
{
border-color: #E87DC6;
}
.TagClassName
{
border-color: #E87DC6;
}
</style>