Shades of Tea Rose #E97CCB
Tints of Tea Rose #E97CCB
RGB
CMYK
RGB Variations
Color information
#E97CCB (or 0xE97CCB) is known color: Tea Rose. HEX triplet: E9, 7C and CB. RGB value is (233,124,203). Sum of RGB (Red+Green+Blue) = 233+124+203=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CCB is #168334. Grayscale: #A5A5A5. Windows color (decimal): -1475381 or 13335785. OLE color: 13335785.
HSL color Cylindrical-coordinate representation of color #E97CCB: hue angle of 316.51º 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 #E97CCB is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 203 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.09 |
| HSL | 316.51º | 0.71% | 0.7% | - |
| HSV(B) | 316.51º | 0.47% | 0.91% | - |
| XYZ | 51.59 | 36.05 | 60.74 | - |
| YUV | 165.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 203 | 0 | 0.47 | 0.13 | 0.09 | 316.51 | 0.71 | 0.7 |
| Hex | E9 | 7C | CB | 0 | 2F | D | 9 | 13D | 47 | 46 |
| Octal | 351 | 174 | 313 | 0 | 57 | 15 | 11 | 475 | 107 | 106 |
| Binary | 11101001 | 1111100 | 11001011 | 0 | 101111 | 1101 | 1001 | 100111101 | 1000111 | 1000110 |
Color Harmonies of #E97CCB
Complementary color
Monochromatic Colors of #E97CCB
Black with #E97CCB
Text Example
Text Example
White with #E97CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97CCB; }
p { color: rgb(233,124,203); }
H1.HeaderClassName
{
color: #E97CCB;
}
.AnyTagClassName
{
color: #E97CCB;
}
</style>
background-color css
<style>
a { background-color: #E97CCB; }
a { background-color: rgb(233,124,203); }
div.DivClassName
{
background-color: #E97CCB;
}
.BgClassName
{
background-color: #E97CCB;
}
</style>
border-color css
<style>
span { border-color: #E97CCB; }
span { border-color: rgb(233,124,203); }
td.TdClassName
{
border-color: #E97CCB;
}
.TagClassName
{
border-color: #E97CCB;
}
</style>