Shades of Tea Rose #E289CC
Tints of Tea Rose #E289CC
RGB
CMYK
RGB Variations
Color information
#E289CC (or 0xE289CC) is known color: Tea Rose. HEX triplet: E2, 89 and CC. RGB value is (226,137,204). Sum of RGB (Red+Green+Blue) = 226+137+204=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E289CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289CC is #1D7633. Grayscale: #ABABAB. Windows color (decimal): -1930804 or 13404642. OLE color: 13404642.
HSL color Cylindrical-coordinate representation of color #E289CC: hue angle of 314.83º 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 #E289CC is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 204 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.11 |
| HSL | 314.83º | 0.61% | 0.71% | - |
| HSV(B) | 314.83º | 0.39% | 0.89% | - |
| XYZ | 51.21 | 38.42 | 61.84 | - |
| YUV | 171.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 204 | 0 | 0.39 | 0.10 | 0.11 | 314.83 | 0.61 | 0.71 |
| Hex | E2 | 89 | CC | 0 | 27 | A | B | 13B | 3D | 47 |
| Octal | 342 | 211 | 314 | 0 | 47 | 12 | 13 | 473 | 75 | 107 |
| Binary | 11100010 | 10001001 | 11001100 | 0 | 100111 | 1010 | 1011 | 100111011 | 111101 | 1000111 |
Color Harmonies of #E289CC
Complementary color
Monochromatic Colors of #E289CC
Black with #E289CC
Text Example
Text Example
White with #E289CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289CC; }
p { color: rgb(226,137,204); }
H1.HeaderClassName
{
color: #E289CC;
}
.AnyTagClassName
{
color: #E289CC;
}
</style>
background-color css
<style>
a { background-color: #E289CC; }
a { background-color: rgb(226,137,204); }
div.DivClassName
{
background-color: #E289CC;
}
.BgClassName
{
background-color: #E289CC;
}
</style>
border-color css
<style>
span { border-color: #E289CC; }
span { border-color: rgb(226,137,204); }
td.TdClassName
{
border-color: #E289CC;
}
.TagClassName
{
border-color: #E289CC;
}
</style>