Shades of Tea Rose #E286C8
Tints of Tea Rose #E286C8
RGB
CMYK
RGB Variations
Color information
#E286C8 (or 0xE286C8) is known color: Tea Rose. HEX triplet: E2, 86 and C8. RGB value is (226,134,200). Sum of RGB (Red+Green+Blue) = 226+134+200=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E286C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286C8 is #1D7937. Grayscale: #A8A8A8. Windows color (decimal): -1931576 or 13141730. OLE color: 13141730.
HSL color Cylindrical-coordinate representation of color #E286C8: hue angle of 316.96º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286C8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 200 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.11 |
| HSL | 316.96º | 0.61% | 0.71% | - |
| HSV(B) | 316.96º | 0.41% | 0.89% | - |
| XYZ | 50.31 | 37.39 | 59.21 | - |
| YUV | 169.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 200 | 0 | 0.41 | 0.12 | 0.11 | 316.96 | 0.61 | 0.71 |
| Hex | E2 | 86 | C8 | 0 | 29 | C | B | 13D | 3D | 47 |
| Octal | 342 | 206 | 310 | 0 | 51 | 14 | 13 | 475 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11001000 | 0 | 101001 | 1100 | 1011 | 100111101 | 111101 | 1000111 |
Color Harmonies of #E286C8
Complementary color
Monochromatic Colors of #E286C8
Black with #E286C8
Text Example
Text Example
White with #E286C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286C8; }
p { color: rgb(226,134,200); }
H1.HeaderClassName
{
color: #E286C8;
}
.AnyTagClassName
{
color: #E286C8;
}
</style>
background-color css
<style>
a { background-color: #E286C8; }
a { background-color: rgb(226,134,200); }
div.DivClassName
{
background-color: #E286C8;
}
.BgClassName
{
background-color: #E286C8;
}
</style>
border-color css
<style>
span { border-color: #E286C8; }
span { border-color: rgb(226,134,200); }
td.TdClassName
{
border-color: #E286C8;
}
.TagClassName
{
border-color: #E286C8;
}
</style>