Shades of Tea Rose #E78FCF
Tints of Tea Rose #E78FCF
RGB
CMYK
RGB Variations
Color information
#E78FCF (or 0xE78FCF) is known color: Tea Rose. HEX triplet: E7, 8F and CF. RGB value is (231,143,207). Sum of RGB (Red+Green+Blue) = 231+143+207=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FCF is #187030. Grayscale: #B0B0B0. Windows color (decimal): -1601585 or 13602791. OLE color: 13602791.
HSL color Cylindrical-coordinate representation of color #E78FCF: hue angle of 316.36º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FCF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 207 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.09 |
| HSL | 316.36º | 0.65% | 0.73% | - |
| HSV(B) | 316.36º | 0.38% | 0.91% | - |
| XYZ | 54.04 | 41.14 | 64.12 | - |
| YUV | 176.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 207 | 0 | 0.38 | 0.10 | 0.09 | 316.36 | 0.65 | 0.73 |
| Hex | E7 | 8F | CF | 0 | 26 | A | 9 | 13C | 41 | 49 |
| Octal | 347 | 217 | 317 | 0 | 46 | 12 | 11 | 474 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11001111 | 0 | 100110 | 1010 | 1001 | 100111100 | 1000001 | 1001001 |
Color Harmonies of #E78FCF
Complementary color
Monochromatic Colors of #E78FCF
Black with #E78FCF
Text Example
Text Example
White with #E78FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FCF; }
p { color: rgb(231,143,207); }
H1.HeaderClassName
{
color: #E78FCF;
}
.AnyTagClassName
{
color: #E78FCF;
}
</style>
background-color css
<style>
a { background-color: #E78FCF; }
a { background-color: rgb(231,143,207); }
div.DivClassName
{
background-color: #E78FCF;
}
.BgClassName
{
background-color: #E78FCF;
}
</style>
border-color css
<style>
span { border-color: #E78FCF; }
span { border-color: rgb(231,143,207); }
td.TdClassName
{
border-color: #E78FCF;
}
.TagClassName
{
border-color: #E78FCF;
}
</style>