Shades of Tea Rose #E78CCD
Tints of Tea Rose #E78CCD
RGB
CMYK
RGB Variations
Color information
#E78CCD (or 0xE78CCD) is known color: Tea Rose. HEX triplet: E7, 8C and CD. RGB value is (231,140,205). Sum of RGB (Red+Green+Blue) = 231+140+205=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CCD is #187332. Grayscale: #AEAEAE. Windows color (decimal): -1602355 or 13470951. OLE color: 13470951.
HSL color Cylindrical-coordinate representation of color #E78CCD: hue angle of 317.14º 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 #E78CCD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 205 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.09 |
| HSL | 317.14º | 0.65% | 0.73% | - |
| HSV(B) | 317.14º | 0.39% | 0.91% | - |
| XYZ | 53.35 | 40.15 | 62.7 | - |
| YUV | 174.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 205 | 0 | 0.39 | 0.11 | 0.09 | 317.14 | 0.65 | 0.73 |
| Hex | E7 | 8C | CD | 0 | 27 | B | 9 | 13D | 41 | 49 |
| Octal | 347 | 214 | 315 | 0 | 47 | 13 | 11 | 475 | 101 | 111 |
| Binary | 11100111 | 10001100 | 11001101 | 0 | 100111 | 1011 | 1001 | 100111101 | 1000001 | 1001001 |
Color Harmonies of #E78CCD
Complementary color
Monochromatic Colors of #E78CCD
Black with #E78CCD
Text Example
Text Example
White with #E78CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CCD; }
p { color: rgb(231,140,205); }
H1.HeaderClassName
{
color: #E78CCD;
}
.AnyTagClassName
{
color: #E78CCD;
}
</style>
background-color css
<style>
a { background-color: #E78CCD; }
a { background-color: rgb(231,140,205); }
div.DivClassName
{
background-color: #E78CCD;
}
.BgClassName
{
background-color: #E78CCD;
}
</style>
border-color css
<style>
span { border-color: #E78CCD; }
span { border-color: rgb(231,140,205); }
td.TdClassName
{
border-color: #E78CCD;
}
.TagClassName
{
border-color: #E78CCD;
}
</style>