Shades of Tea Rose #E788CE
Tints of Tea Rose #E788CE
RGB
CMYK
RGB Variations
Color information
#E788CE (or 0xE788CE) is known color: Tea Rose. HEX triplet: E7, 88 and CE. RGB value is (231,136,206). Sum of RGB (Red+Green+Blue) = 231+136+206=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E788CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788CE is #187731. Grayscale: #ACACAC. Windows color (decimal): -1603378 or 13535463. OLE color: 13535463.
HSL color Cylindrical-coordinate representation of color #E788CE: hue angle of 315.79º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E788CE is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 206 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.09 |
| HSL | 315.79º | 0.66% | 0.72% | - |
| HSV(B) | 315.79º | 0.41% | 0.91% | - |
| XYZ | 52.9 | 39.05 | 63.14 | - |
| YUV | 172.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 206 | 0 | 0.41 | 0.11 | 0.09 | 315.79 | 0.66 | 0.72 |
| Hex | E7 | 88 | CE | 0 | 29 | B | 9 | 13C | 42 | 48 |
| Octal | 347 | 210 | 316 | 0 | 51 | 13 | 11 | 474 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11001110 | 0 | 101001 | 1011 | 1001 | 100111100 | 1000010 | 1001000 |
Color Harmonies of #E788CE
Complementary color
Monochromatic Colors of #E788CE
Black with #E788CE
Text Example
Text Example
White with #E788CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788CE; }
p { color: rgb(231,136,206); }
H1.HeaderClassName
{
color: #E788CE;
}
.AnyTagClassName
{
color: #E788CE;
}
</style>
background-color css
<style>
a { background-color: #E788CE; }
a { background-color: rgb(231,136,206); }
div.DivClassName
{
background-color: #E788CE;
}
.BgClassName
{
background-color: #E788CE;
}
</style>
border-color css
<style>
span { border-color: #E788CE; }
span { border-color: rgb(231,136,206); }
td.TdClassName
{
border-color: #E788CE;
}
.TagClassName
{
border-color: #E788CE;
}
</style>