Shades of Tea Rose #E187C5
Tints of Tea Rose #E187C5
RGB
CMYK
RGB Variations
Color information
#E187C5 (or 0xE187C5) is known color: Tea Rose. HEX triplet: E1, 87 and C5. RGB value is (225,135,197). Sum of RGB (Red+Green+Blue) = 225+135+197=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E187C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187C5 is #1E783A. Grayscale: #A8A8A8. Windows color (decimal): -1996859 or 12945377. OLE color: 12945377.
HSL color Cylindrical-coordinate representation of color #E187C5: hue angle of 318.67º 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 #E187C5 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 197 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.12 |
| HSL | 318.67º | 0.6% | 0.71% | - |
| HSV(B) | 318.67º | 0.4% | 0.88% | - |
| XYZ | 49.79 | 37.37 | 57.41 | - |
| YUV | 168.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 197 | 0 | 0.4 | 0.12 | 0.12 | 318.67 | 0.6 | 0.71 |
| Hex | E1 | 87 | C5 | 0 | 28 | C | C | 13F | 3C | 47 |
| Octal | 341 | 207 | 305 | 0 | 50 | 14 | 14 | 477 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11000101 | 0 | 101000 | 1100 | 1100 | 100111111 | 111100 | 1000111 |
Color Harmonies of #E187C5
Complementary color
Monochromatic Colors of #E187C5
Black with #E187C5
Text Example
Text Example
White with #E187C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187C5; }
p { color: rgb(225,135,197); }
H1.HeaderClassName
{
color: #E187C5;
}
.AnyTagClassName
{
color: #E187C5;
}
</style>
background-color css
<style>
a { background-color: #E187C5; }
a { background-color: rgb(225,135,197); }
div.DivClassName
{
background-color: #E187C5;
}
.BgClassName
{
background-color: #E187C5;
}
</style>
border-color css
<style>
span { border-color: #E187C5; }
span { border-color: rgb(225,135,197); }
td.TdClassName
{
border-color: #E187C5;
}
.TagClassName
{
border-color: #E187C5;
}
</style>