Shades of Tea Rose #E97FC7
Tints of Tea Rose #E97FC7
RGB
CMYK
RGB Variations
Color information
#E97FC7 (or 0xE97FC7) is known color: Tea Rose. HEX triplet: E9, 7F and C7. RGB value is (233,127,199). Sum of RGB (Red+Green+Blue) = 233+127+199=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC7 is #168038. Grayscale: #A6A6A6. Windows color (decimal): -1474617 or 13074409. OLE color: 13074409.
HSL color Cylindrical-coordinate representation of color #E97FC7: hue angle of 319.25º 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 #E97FC7 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 199 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.09 |
| HSL | 319.25º | 0.71% | 0.71% | - |
| HSV(B) | 319.25º | 0.45% | 0.91% | - |
| XYZ | 51.5 | 36.63 | 58.39 | - |
| YUV | 166.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 199 | 0 | 0.45 | 0.15 | 0.09 | 319.25 | 0.71 | 0.71 |
| Hex | E9 | 7F | C7 | 0 | 2D | F | 9 | 13F | 47 | 47 |
| Octal | 351 | 177 | 307 | 0 | 55 | 17 | 11 | 477 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11000111 | 0 | 101101 | 1111 | 1001 | 100111111 | 1000111 | 1000111 |
Color Harmonies of #E97FC7
Complementary color
Monochromatic Colors of #E97FC7
Black with #E97FC7
Text Example
Text Example
White with #E97FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FC7; }
p { color: rgb(233,127,199); }
H1.HeaderClassName
{
color: #E97FC7;
}
.AnyTagClassName
{
color: #E97FC7;
}
</style>
background-color css
<style>
a { background-color: #E97FC7; }
a { background-color: rgb(233,127,199); }
div.DivClassName
{
background-color: #E97FC7;
}
.BgClassName
{
background-color: #E97FC7;
}
</style>
border-color css
<style>
span { border-color: #E97FC7; }
span { border-color: rgb(233,127,199); }
td.TdClassName
{
border-color: #E97FC7;
}
.TagClassName
{
border-color: #E97FC7;
}
</style>