Shades of Tea Rose #E97FC9
Tints of Tea Rose #E97FC9
RGB
CMYK
RGB Variations
Color information
#E97FC9 (or 0xE97FC9) is known color: Tea Rose. HEX triplet: E9, 7F and C9. RGB value is (233,127,201). Sum of RGB (Red+Green+Blue) = 233+127+201=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC9 is #168036. Grayscale: #A6A6A6. Windows color (decimal): -1474615 or 13205481. OLE color: 13205481.
HSL color Cylindrical-coordinate representation of color #E97FC9: hue angle of 318.11º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FC9 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 201 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.09 |
| HSL | 318.11º | 0.71% | 0.71% | - |
| HSV(B) | 318.11º | 0.45% | 0.91% | - |
| XYZ | 51.74 | 36.72 | 59.62 | - |
| YUV | 167.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 201 | 0 | 0.45 | 0.14 | 0.09 | 318.11 | 0.71 | 0.71 |
| Hex | E9 | 7F | C9 | 0 | 2D | E | 9 | 13E | 47 | 47 |
| Octal | 351 | 177 | 311 | 0 | 55 | 16 | 11 | 476 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11001001 | 0 | 101101 | 1110 | 1001 | 100111110 | 1000111 | 1000111 |
Color Harmonies of #E97FC9
Complementary color
Monochromatic Colors of #E97FC9
Black with #E97FC9
Text Example
Text Example
White with #E97FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FC9; }
p { color: rgb(233,127,201); }
H1.HeaderClassName
{
color: #E97FC9;
}
.AnyTagClassName
{
color: #E97FC9;
}
</style>
background-color css
<style>
a { background-color: #E97FC9; }
a { background-color: rgb(233,127,201); }
div.DivClassName
{
background-color: #E97FC9;
}
.BgClassName
{
background-color: #E97FC9;
}
</style>
border-color css
<style>
span { border-color: #E97FC9; }
span { border-color: rgb(233,127,201); }
td.TdClassName
{
border-color: #E97FC9;
}
.TagClassName
{
border-color: #E97FC9;
}
</style>