Shades of Tea Rose #E78CCA
Tints of Tea Rose #E78CCA
RGB
CMYK
RGB Variations
Color information
#E78CCA (or 0xE78CCA) is known color: Tea Rose. HEX triplet: E7, 8C and CA. RGB value is (231,140,202). Sum of RGB (Red+Green+Blue) = 231+140+202=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CCA is #187335. Grayscale: #AEAEAE. Windows color (decimal): -1602358 or 13274343. OLE color: 13274343.
HSL color Cylindrical-coordinate representation of color #E78CCA: hue angle of 319.12º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78CCA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 202 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.09 |
| HSL | 319.12º | 0.65% | 0.73% | - |
| HSV(B) | 319.12º | 0.39% | 0.91% | - |
| XYZ | 52.99 | 40.01 | 60.81 | - |
| YUV | 174.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 202 | 0 | 0.39 | 0.13 | 0.09 | 319.12 | 0.65 | 0.73 |
| Hex | E7 | 8C | CA | 0 | 27 | D | 9 | 13F | 41 | 49 |
| Octal | 347 | 214 | 312 | 0 | 47 | 15 | 11 | 477 | 101 | 111 |
| Binary | 11100111 | 10001100 | 11001010 | 0 | 100111 | 1101 | 1001 | 100111111 | 1000001 | 1001001 |
Color Harmonies of #E78CCA
Complementary color
Monochromatic Colors of #E78CCA
Black with #E78CCA
Text Example
Text Example
White with #E78CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CCA; }
p { color: rgb(231,140,202); }
H1.HeaderClassName
{
color: #E78CCA;
}
.AnyTagClassName
{
color: #E78CCA;
}
</style>
background-color css
<style>
a { background-color: #E78CCA; }
a { background-color: rgb(231,140,202); }
div.DivClassName
{
background-color: #E78CCA;
}
.BgClassName
{
background-color: #E78CCA;
}
</style>
border-color css
<style>
span { border-color: #E78CCA; }
span { border-color: rgb(231,140,202); }
td.TdClassName
{
border-color: #E78CCA;
}
.TagClassName
{
border-color: #E78CCA;
}
</style>