Shades of Tea Rose #E78ACF
Tints of Tea Rose #E78ACF
RGB
CMYK
RGB Variations
Color information
#E78ACF (or 0xE78ACF) is known color: Tea Rose. HEX triplet: E7, 8A and CF. RGB value is (231,138,207). Sum of RGB (Red+Green+Blue) = 231+138+207=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ACF is #187530. Grayscale: #ADADAD. Windows color (decimal): -1602865 or 13601511. OLE color: 13601511.
HSL color Cylindrical-coordinate representation of color #E78ACF: hue angle of 315.48º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78ACF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 207 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.09 |
| HSL | 315.48º | 0.66% | 0.72% | - |
| HSV(B) | 315.48º | 0.4% | 0.91% | - |
| XYZ | 53.31 | 39.67 | 63.88 | - |
| YUV | 173.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 207 | 0 | 0.40 | 0.10 | 0.09 | 315.48 | 0.66 | 0.72 |
| Hex | E7 | 8A | CF | 0 | 28 | A | 9 | 13B | 42 | 48 |
| Octal | 347 | 212 | 317 | 0 | 50 | 12 | 11 | 473 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11001111 | 0 | 101000 | 1010 | 1001 | 100111011 | 1000010 | 1001000 |
Color Harmonies of #E78ACF
Complementary color
Monochromatic Colors of #E78ACF
Black with #E78ACF
Text Example
Text Example
White with #E78ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78ACF; }
p { color: rgb(231,138,207); }
H1.HeaderClassName
{
color: #E78ACF;
}
.AnyTagClassName
{
color: #E78ACF;
}
</style>
background-color css
<style>
a { background-color: #E78ACF; }
a { background-color: rgb(231,138,207); }
div.DivClassName
{
background-color: #E78ACF;
}
.BgClassName
{
background-color: #E78ACF;
}
</style>
border-color css
<style>
span { border-color: #E78ACF; }
span { border-color: rgb(231,138,207); }
td.TdClassName
{
border-color: #E78ACF;
}
.TagClassName
{
border-color: #E78ACF;
}
</style>