Shades of Tea Rose #E289CA
Tints of Tea Rose #E289CA
RGB
CMYK
RGB Variations
Color information
#E289CA (or 0xE289CA) is known color: Tea Rose. HEX triplet: E2, 89 and CA. RGB value is (226,137,202). Sum of RGB (Red+Green+Blue) = 226+137+202=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E289CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289CA is #1D7635. Grayscale: #AAAAAA. Windows color (decimal): -1930806 or 13273570. OLE color: 13273570.
HSL color Cylindrical-coordinate representation of color #E289CA: hue angle of 316.18º 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 #E289CA is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 202 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.11 |
| HSL | 316.18º | 0.61% | 0.71% | - |
| HSV(B) | 316.18º | 0.39% | 0.89% | - |
| XYZ | 50.97 | 38.32 | 60.59 | - |
| YUV | 171.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 202 | 0 | 0.39 | 0.11 | 0.11 | 316.18 | 0.61 | 0.71 |
| Hex | E2 | 89 | CA | 0 | 27 | B | B | 13C | 3D | 47 |
| Octal | 342 | 211 | 312 | 0 | 47 | 13 | 13 | 474 | 75 | 107 |
| Binary | 11100010 | 10001001 | 11001010 | 0 | 100111 | 1011 | 1011 | 100111100 | 111101 | 1000111 |
Color Harmonies of #E289CA
Complementary color
Monochromatic Colors of #E289CA
Black with #E289CA
Text Example
Text Example
White with #E289CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289CA; }
p { color: rgb(226,137,202); }
H1.HeaderClassName
{
color: #E289CA;
}
.AnyTagClassName
{
color: #E289CA;
}
</style>
background-color css
<style>
a { background-color: #E289CA; }
a { background-color: rgb(226,137,202); }
div.DivClassName
{
background-color: #E289CA;
}
.BgClassName
{
background-color: #E289CA;
}
</style>
border-color css
<style>
span { border-color: #E289CA; }
span { border-color: rgb(226,137,202); }
td.TdClassName
{
border-color: #E289CA;
}
.TagClassName
{
border-color: #E289CA;
}
</style>