Shades of Tea Rose #E97CCD
Tints of Tea Rose #E97CCD
RGB
CMYK
RGB Variations
Color information
#E97CCD (or 0xE97CCD) is known color: Tea Rose. HEX triplet: E9, 7C and CD. RGB value is (233,124,205). Sum of RGB (Red+Green+Blue) = 233+124+205=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CCD is #168332. Grayscale: #A5A5A5. Windows color (decimal): -1475379 or 13466857. OLE color: 13466857.
HSL color Cylindrical-coordinate representation of color #E97CCD: hue angle of 315.41º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97CCD is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 205 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.09 |
| HSL | 315.41º | 0.71% | 0.7% | - |
| HSV(B) | 315.41º | 0.47% | 0.91% | - |
| XYZ | 51.83 | 36.15 | 62 | - |
| YUV | 165.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 205 | 0 | 0.47 | 0.12 | 0.09 | 315.41 | 0.71 | 0.7 |
| Hex | E9 | 7C | CD | 0 | 2F | C | 9 | 13B | 47 | 46 |
| Octal | 351 | 174 | 315 | 0 | 57 | 14 | 11 | 473 | 107 | 106 |
| Binary | 11101001 | 1111100 | 11001101 | 0 | 101111 | 1100 | 1001 | 100111011 | 1000111 | 1000110 |
Color Harmonies of #E97CCD
Complementary color
Monochromatic Colors of #E97CCD
Black with #E97CCD
Text Example
Text Example
White with #E97CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97CCD; }
p { color: rgb(233,124,205); }
H1.HeaderClassName
{
color: #E97CCD;
}
.AnyTagClassName
{
color: #E97CCD;
}
</style>
background-color css
<style>
a { background-color: #E97CCD; }
a { background-color: rgb(233,124,205); }
div.DivClassName
{
background-color: #E97CCD;
}
.BgClassName
{
background-color: #E97CCD;
}
</style>
border-color css
<style>
span { border-color: #E97CCD; }
span { border-color: rgb(233,124,205); }
td.TdClassName
{
border-color: #E97CCD;
}
.TagClassName
{
border-color: #E97CCD;
}
</style>