Shades of Tea Rose #E788CC
Tints of Tea Rose #E788CC
RGB
CMYK
RGB Variations
Color information
#E788CC (or 0xE788CC) is known color: Tea Rose. HEX triplet: E7, 88 and CC. RGB value is (231,136,204). Sum of RGB (Red+Green+Blue) = 231+136+204=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E788CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788CC is #187733. Grayscale: #ABABAB. Windows color (decimal): -1603380 or 13404391. OLE color: 13404391.
HSL color Cylindrical-coordinate representation of color #E788CC: hue angle of 317.05º 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 #E788CC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 204 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.09 |
| HSL | 317.05º | 0.66% | 0.72% | - |
| HSV(B) | 317.05º | 0.41% | 0.91% | - |
| XYZ | 52.66 | 38.96 | 61.87 | - |
| YUV | 172.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 204 | 0 | 0.41 | 0.12 | 0.09 | 317.05 | 0.66 | 0.72 |
| Hex | E7 | 88 | CC | 0 | 29 | C | 9 | 13D | 42 | 48 |
| Octal | 347 | 210 | 314 | 0 | 51 | 14 | 11 | 475 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11001100 | 0 | 101001 | 1100 | 1001 | 100111101 | 1000010 | 1001000 |
Color Harmonies of #E788CC
Complementary color
Monochromatic Colors of #E788CC
Black with #E788CC
Text Example
Text Example
White with #E788CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788CC; }
p { color: rgb(231,136,204); }
H1.HeaderClassName
{
color: #E788CC;
}
.AnyTagClassName
{
color: #E788CC;
}
</style>
background-color css
<style>
a { background-color: #E788CC; }
a { background-color: rgb(231,136,204); }
div.DivClassName
{
background-color: #E788CC;
}
.BgClassName
{
background-color: #E788CC;
}
</style>
border-color css
<style>
span { border-color: #E788CC; }
span { border-color: rgb(231,136,204); }
td.TdClassName
{
border-color: #E788CC;
}
.TagClassName
{
border-color: #E788CC;
}
</style>