Shades of Tea Rose #E186C4
Tints of Tea Rose #E186C4
RGB
CMYK
RGB Variations
Color information
#E186C4 (or 0xE186C4) is known color: Tea Rose. HEX triplet: E1, 86 and C4. RGB value is (225,134,196). Sum of RGB (Red+Green+Blue) = 225+134+196=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C4 is #1E793B. Grayscale: #A8A8A8. Windows color (decimal): -1997116 or 12879585. OLE color: 12879585.
HSL color Cylindrical-coordinate representation of color #E186C4: hue angle of 319.12º 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 #E186C4 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 196 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.12 |
| HSL | 319.12º | 0.6% | 0.7% | - |
| HSV(B) | 319.12º | 0.4% | 0.88% | - |
| XYZ | 49.54 | 37.04 | 56.76 | - |
| YUV | 168.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 196 | 0 | 0.40 | 0.13 | 0.12 | 319.12 | 0.6 | 0.7 |
| Hex | E1 | 86 | C4 | 0 | 28 | D | C | 13F | 3C | 46 |
| Octal | 341 | 206 | 304 | 0 | 50 | 15 | 14 | 477 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11000100 | 0 | 101000 | 1101 | 1100 | 100111111 | 111100 | 1000110 |
Color Harmonies of #E186C4
Complementary color
Monochromatic Colors of #E186C4
Black with #E186C4
Text Example
Text Example
White with #E186C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186C4; }
p { color: rgb(225,134,196); }
H1.HeaderClassName
{
color: #E186C4;
}
.AnyTagClassName
{
color: #E186C4;
}
</style>
background-color css
<style>
a { background-color: #E186C4; }
a { background-color: rgb(225,134,196); }
div.DivClassName
{
background-color: #E186C4;
}
.BgClassName
{
background-color: #E186C4;
}
</style>
border-color css
<style>
span { border-color: #E186C4; }
span { border-color: rgb(225,134,196); }
td.TdClassName
{
border-color: #E186C4;
}
.TagClassName
{
border-color: #E186C4;
}
</style>