Shades of Tea Rose #E786C3
Tints of Tea Rose #E786C3
RGB
CMYK
RGB Variations
Color information
#E786C3 (or 0xE786C3) is known color: Tea Rose. HEX triplet: E7, 86 and C3. RGB value is (231,134,195). Sum of RGB (Red+Green+Blue) = 231+134+195=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E786C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786C3 is #18793C. Grayscale: #A9A9A9. Windows color (decimal): -1603901 or 12814055. OLE color: 12814055.
HSL color Cylindrical-coordinate representation of color #E786C3: hue angle of 322.27º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E786C3 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 195 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.09 |
| HSL | 322.27º | 0.67% | 0.72% | - |
| HSV(B) | 322.27º | 0.42% | 0.91% | - |
| XYZ | 51.33 | 37.98 | 56.26 | - |
| YUV | 169.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 195 | 0 | 0.42 | 0.16 | 0.09 | 322.27 | 0.67 | 0.72 |
| Hex | E7 | 86 | C3 | 0 | 2A | 10 | 9 | 142 | 43 | 48 |
| Octal | 347 | 206 | 303 | 0 | 52 | 20 | 11 | 502 | 103 | 110 |
| Binary | 11100111 | 10000110 | 11000011 | 0 | 101010 | 10000 | 1001 | 101000010 | 1000011 | 1001000 |
Color Harmonies of #E786C3
Complementary color
Monochromatic Colors of #E786C3
Black with #E786C3
Text Example
Text Example
White with #E786C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E786C3; }
p { color: rgb(231,134,195); }
H1.HeaderClassName
{
color: #E786C3;
}
.AnyTagClassName
{
color: #E786C3;
}
</style>
background-color css
<style>
a { background-color: #E786C3; }
a { background-color: rgb(231,134,195); }
div.DivClassName
{
background-color: #E786C3;
}
.BgClassName
{
background-color: #E786C3;
}
</style>
border-color css
<style>
span { border-color: #E786C3; }
span { border-color: rgb(231,134,195); }
td.TdClassName
{
border-color: #E786C3;
}
.TagClassName
{
border-color: #E786C3;
}
</style>