Shades of Tea Rose #E289C6
Tints of Tea Rose #E289C6
RGB
CMYK
RGB Variations
Color information
#E289C6 (or 0xE289C6) is known color: Tea Rose. HEX triplet: E2, 89 and C6. RGB value is (226,137,198). Sum of RGB (Red+Green+Blue) = 226+137+198=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E289C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289C6 is #1D7639. Grayscale: #AAAAAA. Windows color (decimal): -1930810 or 13011426. OLE color: 13011426.
HSL color Cylindrical-coordinate representation of color #E289C6: hue angle of 318.88º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289C6 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 198 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.11 |
| HSL | 318.88º | 0.61% | 0.71% | - |
| HSV(B) | 318.88º | 0.39% | 0.89% | - |
| XYZ | 50.5 | 38.14 | 58.13 | - |
| YUV | 170.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 198 | 0 | 0.39 | 0.12 | 0.11 | 318.88 | 0.61 | 0.71 |
| Hex | E2 | 89 | C6 | 0 | 27 | C | B | 13F | 3D | 47 |
| Octal | 342 | 211 | 306 | 0 | 47 | 14 | 13 | 477 | 75 | 107 |
| Binary | 11100010 | 10001001 | 11000110 | 0 | 100111 | 1100 | 1011 | 100111111 | 111101 | 1000111 |
Color Harmonies of #E289C6
Complementary color
Monochromatic Colors of #E289C6
Black with #E289C6
Text Example
Text Example
White with #E289C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289C6; }
p { color: rgb(226,137,198); }
H1.HeaderClassName
{
color: #E289C6;
}
.AnyTagClassName
{
color: #E289C6;
}
</style>
background-color css
<style>
a { background-color: #E289C6; }
a { background-color: rgb(226,137,198); }
div.DivClassName
{
background-color: #E289C6;
}
.BgClassName
{
background-color: #E289C6;
}
</style>
border-color css
<style>
span { border-color: #E289C6; }
span { border-color: rgb(226,137,198); }
td.TdClassName
{
border-color: #E289C6;
}
.TagClassName
{
border-color: #E289C6;
}
</style>