Shades of Tea Rose #E78BCE
Tints of Tea Rose #E78BCE
RGB
CMYK
RGB Variations
Color information
#E78BCE (or 0xE78BCE) is known color: Tea Rose. HEX triplet: E7, 8B and CE. RGB value is (231,139,206). Sum of RGB (Red+Green+Blue) = 231+139+206=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BCE is #187431. Grayscale: #ADADAD. Windows color (decimal): -1602610 or 13536231. OLE color: 13536231.
HSL color Cylindrical-coordinate representation of color #E78BCE: hue angle of 316.3º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BCE is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 206 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.09 |
| HSL | 316.3º | 0.66% | 0.73% | - |
| HSV(B) | 316.3º | 0.4% | 0.91% | - |
| XYZ | 53.33 | 39.91 | 63.29 | - |
| YUV | 174.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 206 | 0 | 0.40 | 0.11 | 0.09 | 316.3 | 0.66 | 0.73 |
| Hex | E7 | 8B | CE | 0 | 28 | B | 9 | 13C | 42 | 49 |
| Octal | 347 | 213 | 316 | 0 | 50 | 13 | 11 | 474 | 102 | 111 |
| Binary | 11100111 | 10001011 | 11001110 | 0 | 101000 | 1011 | 1001 | 100111100 | 1000010 | 1001001 |
Color Harmonies of #E78BCE
Complementary color
Monochromatic Colors of #E78BCE
Black with #E78BCE
Text Example
Text Example
White with #E78BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78BCE; }
p { color: rgb(231,139,206); }
H1.HeaderClassName
{
color: #E78BCE;
}
.AnyTagClassName
{
color: #E78BCE;
}
</style>
background-color css
<style>
a { background-color: #E78BCE; }
a { background-color: rgb(231,139,206); }
div.DivClassName
{
background-color: #E78BCE;
}
.BgClassName
{
background-color: #E78BCE;
}
</style>
border-color css
<style>
span { border-color: #E78BCE; }
span { border-color: rgb(231,139,206); }
td.TdClassName
{
border-color: #E78BCE;
}
.TagClassName
{
border-color: #E78BCE;
}
</style>