Shades of Tea Rose #E186C7
Tints of Tea Rose #E186C7
RGB
CMYK
RGB Variations
Color information
#E186C7 (or 0xE186C7) is known color: Tea Rose. HEX triplet: E1, 86 and C7. RGB value is (225,134,199). Sum of RGB (Red+Green+Blue) = 225+134+199=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C7 is #1E7938. Grayscale: #A8A8A8. Windows color (decimal): -1997113 or 13076193. OLE color: 13076193.
HSL color Cylindrical-coordinate representation of color #E186C7: hue angle of 317.14º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186C7 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 199 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.12 |
| HSL | 317.14º | 0.6% | 0.7% | - |
| HSV(B) | 317.14º | 0.4% | 0.88% | - |
| XYZ | 49.89 | 37.18 | 58.58 | - |
| YUV | 168.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 199 | 0 | 0.40 | 0.12 | 0.12 | 317.14 | 0.6 | 0.7 |
| Hex | E1 | 86 | C7 | 0 | 28 | C | C | 13D | 3C | 46 |
| Octal | 341 | 206 | 307 | 0 | 50 | 14 | 14 | 475 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11000111 | 0 | 101000 | 1100 | 1100 | 100111101 | 111100 | 1000110 |
Color Harmonies of #E186C7
Complementary color
Monochromatic Colors of #E186C7
Black with #E186C7
Text Example
Text Example
White with #E186C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186C7; }
p { color: rgb(225,134,199); }
H1.HeaderClassName
{
color: #E186C7;
}
.AnyTagClassName
{
color: #E186C7;
}
</style>
background-color css
<style>
a { background-color: #E186C7; }
a { background-color: rgb(225,134,199); }
div.DivClassName
{
background-color: #E186C7;
}
.BgClassName
{
background-color: #E186C7;
}
</style>
border-color css
<style>
span { border-color: #E186C7; }
span { border-color: rgb(225,134,199); }
td.TdClassName
{
border-color: #E186C7;
}
.TagClassName
{
border-color: #E186C7;
}
</style>