Shades of Tea Rose #E97BC8
Tints of Tea Rose #E97BC8
RGB
CMYK
RGB Variations
Color information
#E97BC8 (or 0xE97BC8) is known color: Tea Rose. HEX triplet: E9, 7B and C8. RGB value is (233,123,200). Sum of RGB (Red+Green+Blue) = 233+123+200=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BC8 is #168437. Grayscale: #A4A4A4. Windows color (decimal): -1475640 or 13138921. OLE color: 13138921.
HSL color Cylindrical-coordinate representation of color #E97BC8: hue angle of 318º 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 #E97BC8 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 200 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.09 |
| HSL | 318º | 0.71% | 0.7% | - |
| HSV(B) | 318º | 0.47% | 0.91% | - |
| XYZ | 51.11 | 35.66 | 58.83 | - |
| YUV | 164.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 200 | 0 | 0.47 | 0.14 | 0.09 | 318 | 0.71 | 0.7 |
| Hex | E9 | 7B | C8 | 0 | 2F | E | 9 | 13E | 47 | 46 |
| Octal | 351 | 173 | 310 | 0 | 57 | 16 | 11 | 476 | 107 | 106 |
| Binary | 11101001 | 1111011 | 11001000 | 0 | 101111 | 1110 | 1001 | 100111110 | 1000111 | 1000110 |
Color Harmonies of #E97BC8
Complementary color
Monochromatic Colors of #E97BC8
Black with #E97BC8
Text Example
Text Example
White with #E97BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BC8; }
p { color: rgb(233,123,200); }
H1.HeaderClassName
{
color: #E97BC8;
}
.AnyTagClassName
{
color: #E97BC8;
}
</style>
background-color css
<style>
a { background-color: #E97BC8; }
a { background-color: rgb(233,123,200); }
div.DivClassName
{
background-color: #E97BC8;
}
.BgClassName
{
background-color: #E97BC8;
}
</style>
border-color css
<style>
span { border-color: #E97BC8; }
span { border-color: rgb(233,123,200); }
td.TdClassName
{
border-color: #E97BC8;
}
.TagClassName
{
border-color: #E97BC8;
}
</style>