Shades of Tea Rose #E186C1
Tints of Tea Rose #E186C1
RGB
CMYK
RGB Variations
Color information
#E186C1 (or 0xE186C1) is known color: Tea Rose. HEX triplet: E1, 86 and C1. RGB value is (225,134,193). Sum of RGB (Red+Green+Blue) = 225+134+193=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C1 is #1E793E. Grayscale: #A7A7A7. Windows color (decimal): -1997119 or 12682977. OLE color: 12682977.
HSL color Cylindrical-coordinate representation of color #E186C1: hue angle of 321.1º 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 #E186C1 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 193 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.12 |
| HSL | 321.1º | 0.6% | 0.7% | - |
| HSV(B) | 321.1º | 0.4% | 0.88% | - |
| XYZ | 49.2 | 36.91 | 54.98 | - |
| YUV | 167.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 193 | 0 | 0.40 | 0.14 | 0.12 | 321.1 | 0.6 | 0.7 |
| Hex | E1 | 86 | C1 | 0 | 28 | E | C | 141 | 3C | 46 |
| Octal | 341 | 206 | 301 | 0 | 50 | 16 | 14 | 501 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11000001 | 0 | 101000 | 1110 | 1100 | 101000001 | 111100 | 1000110 |
Color Harmonies of #E186C1
Complementary color
Monochromatic Colors of #E186C1
Black with #E186C1
Text Example
Text Example
White with #E186C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186C1; }
p { color: rgb(225,134,193); }
H1.HeaderClassName
{
color: #E186C1;
}
.AnyTagClassName
{
color: #E186C1;
}
</style>
background-color css
<style>
a { background-color: #E186C1; }
a { background-color: rgb(225,134,193); }
div.DivClassName
{
background-color: #E186C1;
}
.BgClassName
{
background-color: #E186C1;
}
</style>
border-color css
<style>
span { border-color: #E186C1; }
span { border-color: rgb(225,134,193); }
td.TdClassName
{
border-color: #E186C1;
}
.TagClassName
{
border-color: #E186C1;
}
</style>