Shades of Tea Rose #E287C8
Tints of Tea Rose #E287C8
RGB
CMYK
RGB Variations
Color information
#E287C8 (or 0xE287C8) is known color: Tea Rose. HEX triplet: E2, 87 and C8. RGB value is (226,135,200). Sum of RGB (Red+Green+Blue) = 226+135+200=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E287C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287C8 is #1D7837. Grayscale: #A9A9A9. Windows color (decimal): -1931320 or 13141986. OLE color: 13141986.
HSL color Cylindrical-coordinate representation of color #E287C8: hue angle of 317.14º 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 #E287C8 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 200 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.11 |
| HSL | 317.14º | 0.61% | 0.71% | - |
| HSV(B) | 317.14º | 0.4% | 0.89% | - |
| XYZ | 50.45 | 37.67 | 59.25 | - |
| YUV | 169.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 200 | 0 | 0.40 | 0.12 | 0.11 | 317.14 | 0.61 | 0.71 |
| Hex | E2 | 87 | C8 | 0 | 28 | C | B | 13D | 3D | 47 |
| Octal | 342 | 207 | 310 | 0 | 50 | 14 | 13 | 475 | 75 | 107 |
| Binary | 11100010 | 10000111 | 11001000 | 0 | 101000 | 1100 | 1011 | 100111101 | 111101 | 1000111 |
Color Harmonies of #E287C8
Complementary color
Monochromatic Colors of #E287C8
Black with #E287C8
Text Example
Text Example
White with #E287C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287C8; }
p { color: rgb(226,135,200); }
H1.HeaderClassName
{
color: #E287C8;
}
.AnyTagClassName
{
color: #E287C8;
}
</style>
background-color css
<style>
a { background-color: #E287C8; }
a { background-color: rgb(226,135,200); }
div.DivClassName
{
background-color: #E287C8;
}
.BgClassName
{
background-color: #E287C8;
}
</style>
border-color css
<style>
span { border-color: #E287C8; }
span { border-color: rgb(226,135,200); }
td.TdClassName
{
border-color: #E287C8;
}
.TagClassName
{
border-color: #E287C8;
}
</style>