Shades of Tea Rose #E97FC5
Tints of Tea Rose #E97FC5
RGB
CMYK
RGB Variations
Color information
#E97FC5 (or 0xE97FC5) is known color: Tea Rose. HEX triplet: E9, 7F and C5. RGB value is (233,127,197). Sum of RGB (Red+Green+Blue) = 233+127+197=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC5 is #16803A. Grayscale: #A6A6A6. Windows color (decimal): -1474619 or 12943337. OLE color: 12943337.
HSL color Cylindrical-coordinate representation of color #E97FC5: hue angle of 320.38º 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 #E97FC5 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 197 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.09 |
| HSL | 320.38º | 0.71% | 0.71% | - |
| HSV(B) | 320.38º | 0.45% | 0.91% | - |
| XYZ | 51.27 | 36.53 | 57.17 | - |
| YUV | 166.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 197 | 0 | 0.45 | 0.15 | 0.09 | 320.38 | 0.71 | 0.71 |
| Hex | E9 | 7F | C5 | 0 | 2D | F | 9 | 140 | 47 | 47 |
| Octal | 351 | 177 | 305 | 0 | 55 | 17 | 11 | 500 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11000101 | 0 | 101101 | 1111 | 1001 | 101000000 | 1000111 | 1000111 |
Color Harmonies of #E97FC5
Complementary color
Monochromatic Colors of #E97FC5
Black with #E97FC5
Text Example
Text Example
White with #E97FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FC5; }
p { color: rgb(233,127,197); }
H1.HeaderClassName
{
color: #E97FC5;
}
.AnyTagClassName
{
color: #E97FC5;
}
</style>
background-color css
<style>
a { background-color: #E97FC5; }
a { background-color: rgb(233,127,197); }
div.DivClassName
{
background-color: #E97FC5;
}
.BgClassName
{
background-color: #E97FC5;
}
</style>
border-color css
<style>
span { border-color: #E97FC5; }
span { border-color: rgb(233,127,197); }
td.TdClassName
{
border-color: #E97FC5;
}
.TagClassName
{
border-color: #E97FC5;
}
</style>