Shades of Tea Rose #E287C5
Tints of Tea Rose #E287C5
RGB
CMYK
RGB Variations
Color information
#E287C5 (or 0xE287C5) is known color: Tea Rose. HEX triplet: E2, 87 and C5. RGB value is (226,135,197). Sum of RGB (Red+Green+Blue) = 226+135+197=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E287C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287C5 is #1D783A. Grayscale: #A9A9A9. Windows color (decimal): -1931323 or 12945378. OLE color: 12945378.
HSL color Cylindrical-coordinate representation of color #E287C5: hue angle of 319.12º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287C5 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 197 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.11 |
| HSL | 319.12º | 0.61% | 0.71% | - |
| HSV(B) | 319.12º | 0.4% | 0.89% | - |
| XYZ | 50.11 | 37.53 | 57.43 | - |
| YUV | 169.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 197 | 0 | 0.40 | 0.13 | 0.11 | 319.12 | 0.61 | 0.71 |
| Hex | E2 | 87 | C5 | 0 | 28 | D | B | 13F | 3D | 47 |
| Octal | 342 | 207 | 305 | 0 | 50 | 15 | 13 | 477 | 75 | 107 |
| Binary | 11100010 | 10000111 | 11000101 | 0 | 101000 | 1101 | 1011 | 100111111 | 111101 | 1000111 |
Color Harmonies of #E287C5
Complementary color
Monochromatic Colors of #E287C5
Black with #E287C5
Text Example
Text Example
White with #E287C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287C5; }
p { color: rgb(226,135,197); }
H1.HeaderClassName
{
color: #E287C5;
}
.AnyTagClassName
{
color: #E287C5;
}
</style>
background-color css
<style>
a { background-color: #E287C5; }
a { background-color: rgb(226,135,197); }
div.DivClassName
{
background-color: #E287C5;
}
.BgClassName
{
background-color: #E287C5;
}
</style>
border-color css
<style>
span { border-color: #E287C5; }
span { border-color: rgb(226,135,197); }
td.TdClassName
{
border-color: #E287C5;
}
.TagClassName
{
border-color: #E287C5;
}
</style>