Shades of Tea Rose #E785CA
Tints of Tea Rose #E785CA
RGB
CMYK
RGB Variations
Color information
#E785CA (or 0xE785CA) is known color: Tea Rose. HEX triplet: E7, 85 and CA. RGB value is (231,133,202). Sum of RGB (Red+Green+Blue) = 231+133+202=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CA is #187A35. Grayscale: #A9A9A9. Windows color (decimal): -1604150 or 13272551. OLE color: 13272551.
HSL color Cylindrical-coordinate representation of color #E785CA: hue angle of 317.76º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785CA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 202 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.09 |
| HSL | 317.76º | 0.67% | 0.71% | - |
| HSV(B) | 317.76º | 0.42% | 0.91% | - |
| XYZ | 52 | 38.03 | 60.48 | - |
| YUV | 170.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 202 | 0 | 0.42 | 0.13 | 0.09 | 317.76 | 0.67 | 0.71 |
| Hex | E7 | 85 | CA | 0 | 2A | D | 9 | 13E | 43 | 47 |
| Octal | 347 | 205 | 312 | 0 | 52 | 15 | 11 | 476 | 103 | 107 |
| Binary | 11100111 | 10000101 | 11001010 | 0 | 101010 | 1101 | 1001 | 100111110 | 1000011 | 1000111 |
Color Harmonies of #E785CA
Complementary color
Monochromatic Colors of #E785CA
Black with #E785CA
Text Example
Text Example
White with #E785CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785CA; }
p { color: rgb(231,133,202); }
H1.HeaderClassName
{
color: #E785CA;
}
.AnyTagClassName
{
color: #E785CA;
}
</style>
background-color css
<style>
a { background-color: #E785CA; }
a { background-color: rgb(231,133,202); }
div.DivClassName
{
background-color: #E785CA;
}
.BgClassName
{
background-color: #E785CA;
}
</style>
border-color css
<style>
span { border-color: #E785CA; }
span { border-color: rgb(231,133,202); }
td.TdClassName
{
border-color: #E785CA;
}
.TagClassName
{
border-color: #E785CA;
}
</style>