Shades of Tea Rose #E788C2
Tints of Tea Rose #E788C2
RGB
CMYK
RGB Variations
Color information
#E788C2 (or 0xE788C2) is known color: Tea Rose. HEX triplet: E7, 88 and C2. RGB value is (231,136,194). Sum of RGB (Red+Green+Blue) = 231+136+194=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E788C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788C2 is #18773D. Grayscale: #AAAAAA. Windows color (decimal): -1603390 or 12749031. OLE color: 12749031.
HSL color Cylindrical-coordinate representation of color #E788C2: hue angle of 323.37º 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 #E788C2 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 194 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.09 |
| HSL | 323.37º | 0.66% | 0.72% | - |
| HSV(B) | 323.37º | 0.41% | 0.91% | - |
| XYZ | 51.5 | 38.49 | 55.75 | - |
| YUV | 171.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 194 | 0 | 0.41 | 0.16 | 0.09 | 323.37 | 0.66 | 0.72 |
| Hex | E7 | 88 | C2 | 0 | 29 | 10 | 9 | 143 | 42 | 48 |
| Octal | 347 | 210 | 302 | 0 | 51 | 20 | 11 | 503 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11000010 | 0 | 101001 | 10000 | 1001 | 101000011 | 1000010 | 1001000 |
Color Harmonies of #E788C2
Complementary color
Monochromatic Colors of #E788C2
Black with #E788C2
Text Example
Text Example
White with #E788C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788C2; }
p { color: rgb(231,136,194); }
H1.HeaderClassName
{
color: #E788C2;
}
.AnyTagClassName
{
color: #E788C2;
}
</style>
background-color css
<style>
a { background-color: #E788C2; }
a { background-color: rgb(231,136,194); }
div.DivClassName
{
background-color: #E788C2;
}
.BgClassName
{
background-color: #E788C2;
}
</style>
border-color css
<style>
span { border-color: #E788C2; }
span { border-color: rgb(231,136,194); }
td.TdClassName
{
border-color: #E788C2;
}
.TagClassName
{
border-color: #E788C2;
}
</style>