Shades of Tea Rose #E97BCD
Tints of Tea Rose #E97BCD
RGB
CMYK
RGB Variations
Color information
#E97BCD (or 0xE97BCD) is known color: Tea Rose. HEX triplet: E9, 7B and CD. RGB value is (233,123,205). Sum of RGB (Red+Green+Blue) = 233+123+205=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BCD is #168432. Grayscale: #A5A5A5. Windows color (decimal): -1475635 or 13466601. OLE color: 13466601.
HSL color Cylindrical-coordinate representation of color #E97BCD: hue angle of 315.27º 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 #E97BCD is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 205 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.09 |
| HSL | 315.27º | 0.71% | 0.7% | - |
| HSV(B) | 315.27º | 0.47% | 0.91% | - |
| XYZ | 51.71 | 35.9 | 61.96 | - |
| YUV | 165.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 205 | 0 | 0.47 | 0.12 | 0.09 | 315.27 | 0.71 | 0.7 |
| Hex | E9 | 7B | CD | 0 | 2F | C | 9 | 13B | 47 | 46 |
| Octal | 351 | 173 | 315 | 0 | 57 | 14 | 11 | 473 | 107 | 106 |
| Binary | 11101001 | 1111011 | 11001101 | 0 | 101111 | 1100 | 1001 | 100111011 | 1000111 | 1000110 |
Color Harmonies of #E97BCD
Complementary color
Monochromatic Colors of #E97BCD
Black with #E97BCD
Text Example
Text Example
White with #E97BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BCD; }
p { color: rgb(233,123,205); }
H1.HeaderClassName
{
color: #E97BCD;
}
.AnyTagClassName
{
color: #E97BCD;
}
</style>
background-color css
<style>
a { background-color: #E97BCD; }
a { background-color: rgb(233,123,205); }
div.DivClassName
{
background-color: #E97BCD;
}
.BgClassName
{
background-color: #E97BCD;
}
</style>
border-color css
<style>
span { border-color: #E97BCD; }
span { border-color: rgb(233,123,205); }
td.TdClassName
{
border-color: #E97BCD;
}
.TagClassName
{
border-color: #E97BCD;
}
</style>