Shades of Tea Rose #E97ACB
Tints of Tea Rose #E97ACB
RGB
CMYK
RGB Variations
Color information
#E97ACB (or 0xE97ACB) is known color: Tea Rose. HEX triplet: E9, 7A and CB. RGB value is (233,122,203). Sum of RGB (Red+Green+Blue) = 233+122+203=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACB is #168534. Grayscale: #A4A4A4. Windows color (decimal): -1475893 or 13335273. OLE color: 13335273.
HSL color Cylindrical-coordinate representation of color #E97ACB: hue angle of 316.22º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97ACB is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 203 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.09 |
| HSL | 316.22º | 0.72% | 0.7% | - |
| HSV(B) | 316.22º | 0.48% | 0.91% | - |
| XYZ | 51.34 | 35.55 | 60.66 | - |
| YUV | 164.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 203 | 0 | 0.48 | 0.13 | 0.09 | 316.22 | 0.72 | 0.7 |
| Hex | E9 | 7A | CB | 0 | 30 | D | 9 | 13C | 48 | 46 |
| Octal | 351 | 172 | 313 | 0 | 60 | 15 | 11 | 474 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11001011 | 0 | 110000 | 1101 | 1001 | 100111100 | 1001000 | 1000110 |
Color Harmonies of #E97ACB
Complementary color
Monochromatic Colors of #E97ACB
Black with #E97ACB
Text Example
Text Example
White with #E97ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ACB; }
p { color: rgb(233,122,203); }
H1.HeaderClassName
{
color: #E97ACB;
}
.AnyTagClassName
{
color: #E97ACB;
}
</style>
background-color css
<style>
a { background-color: #E97ACB; }
a { background-color: rgb(233,122,203); }
div.DivClassName
{
background-color: #E97ACB;
}
.BgClassName
{
background-color: #E97ACB;
}
</style>
border-color css
<style>
span { border-color: #E97ACB; }
span { border-color: rgb(233,122,203); }
td.TdClassName
{
border-color: #E97ACB;
}
.TagClassName
{
border-color: #E97ACB;
}
</style>