Shades of Tea Rose #E97FCD
Tints of Tea Rose #E97FCD
RGB
CMYK
RGB Variations
Color information
#E97FCD (or 0xE97FCD) is known color: Tea Rose. HEX triplet: E9, 7F and CD. RGB value is (233,127,205). Sum of RGB (Red+Green+Blue) = 233+127+205=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FCD is #168032. Grayscale: #A7A7A7. Windows color (decimal): -1474611 or 13467625. OLE color: 13467625.
HSL color Cylindrical-coordinate representation of color #E97FCD: hue angle of 315.85º 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 #E97FCD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 205 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.09 |
| HSL | 315.85º | 0.71% | 0.71% | - |
| HSV(B) | 315.85º | 0.45% | 0.91% | - |
| XYZ | 52.21 | 36.91 | 62.13 | - |
| YUV | 167.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 205 | 0 | 0.45 | 0.12 | 0.09 | 315.85 | 0.71 | 0.71 |
| Hex | E9 | 7F | CD | 0 | 2D | C | 9 | 13C | 47 | 47 |
| Octal | 351 | 177 | 315 | 0 | 55 | 14 | 11 | 474 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11001101 | 0 | 101101 | 1100 | 1001 | 100111100 | 1000111 | 1000111 |
Color Harmonies of #E97FCD
Complementary color
Monochromatic Colors of #E97FCD
Black with #E97FCD
Text Example
Text Example
White with #E97FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FCD; }
p { color: rgb(233,127,205); }
H1.HeaderClassName
{
color: #E97FCD;
}
.AnyTagClassName
{
color: #E97FCD;
}
</style>
background-color css
<style>
a { background-color: #E97FCD; }
a { background-color: rgb(233,127,205); }
div.DivClassName
{
background-color: #E97FCD;
}
.BgClassName
{
background-color: #E97FCD;
}
</style>
border-color css
<style>
span { border-color: #E97FCD; }
span { border-color: rgb(233,127,205); }
td.TdClassName
{
border-color: #E97FCD;
}
.TagClassName
{
border-color: #E97FCD;
}
</style>