Shades of Tea Rose #E87FC6
Tints of Tea Rose #E87FC6
RGB
CMYK
RGB Variations
Color information
#E87FC6 (or 0xE87FC6) is known color: Tea Rose. HEX triplet: E8, 7F and C6. RGB value is (232,127,198). Sum of RGB (Red+Green+Blue) = 232+127+198=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FC6 is #178039. Grayscale: #A6A6A6. Windows color (decimal): -1540154 or 13008872. OLE color: 13008872.
HSL color Cylindrical-coordinate representation of color #E87FC6: hue angle of 319.43º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87FC6 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 198 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.09 |
| HSL | 319.43º | 0.7% | 0.7% | - |
| HSV(B) | 319.43º | 0.45% | 0.91% | - |
| XYZ | 51.06 | 36.41 | 57.76 | - |
| YUV | 166.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 198 | 0 | 0.45 | 0.15 | 0.09 | 319.43 | 0.7 | 0.7 |
| Hex | E8 | 7F | C6 | 0 | 2D | F | 9 | 13F | 46 | 46 |
| Octal | 350 | 177 | 306 | 0 | 55 | 17 | 11 | 477 | 106 | 106 |
| Binary | 11101000 | 1111111 | 11000110 | 0 | 101101 | 1111 | 1001 | 100111111 | 1000110 | 1000110 |
Color Harmonies of #E87FC6
Complementary color
Monochromatic Colors of #E87FC6
Black with #E87FC6
Text Example
Text Example
White with #E87FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87FC6; }
p { color: rgb(232,127,198); }
H1.HeaderClassName
{
color: #E87FC6;
}
.AnyTagClassName
{
color: #E87FC6;
}
</style>
background-color css
<style>
a { background-color: #E87FC6; }
a { background-color: rgb(232,127,198); }
div.DivClassName
{
background-color: #E87FC6;
}
.BgClassName
{
background-color: #E87FC6;
}
</style>
border-color css
<style>
span { border-color: #E87FC6; }
span { border-color: rgb(232,127,198); }
td.TdClassName
{
border-color: #E87FC6;
}
.TagClassName
{
border-color: #E87FC6;
}
</style>