Shades of Tea Rose #E187C6
Tints of Tea Rose #E187C6
RGB
CMYK
RGB Variations
Color information
#E187C6 (or 0xE187C6) is known color: Tea Rose. HEX triplet: E1, 87 and C6. RGB value is (225,135,198). Sum of RGB (Red+Green+Blue) = 225+135+198=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E187C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187C6 is #1E7839. Grayscale: #A8A8A8. Windows color (decimal): -1996858 or 13010913. OLE color: 13010913.
HSL color Cylindrical-coordinate representation of color #E187C6: hue angle of 318º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187C6 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 198 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.12 |
| HSL | 318º | 0.6% | 0.71% | - |
| HSV(B) | 318º | 0.4% | 0.88% | - |
| XYZ | 49.91 | 37.41 | 58.02 | - |
| YUV | 169.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 198 | 0 | 0.4 | 0.12 | 0.12 | 318 | 0.6 | 0.71 |
| Hex | E1 | 87 | C6 | 0 | 28 | C | C | 13E | 3C | 47 |
| Octal | 341 | 207 | 306 | 0 | 50 | 14 | 14 | 476 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11000110 | 0 | 101000 | 1100 | 1100 | 100111110 | 111100 | 1000111 |
Color Harmonies of #E187C6
Complementary color
Monochromatic Colors of #E187C6
Black with #E187C6
Text Example
Text Example
White with #E187C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187C6; }
p { color: rgb(225,135,198); }
H1.HeaderClassName
{
color: #E187C6;
}
.AnyTagClassName
{
color: #E187C6;
}
</style>
background-color css
<style>
a { background-color: #E187C6; }
a { background-color: rgb(225,135,198); }
div.DivClassName
{
background-color: #E187C6;
}
.BgClassName
{
background-color: #E187C6;
}
</style>
border-color css
<style>
span { border-color: #E187C6; }
span { border-color: rgb(225,135,198); }
td.TdClassName
{
border-color: #E187C6;
}
.TagClassName
{
border-color: #E187C6;
}
</style>