Shades of Tea Rose #E586C7
Tints of Tea Rose #E586C7
RGB
CMYK
RGB Variations
Color information
#E586C7 (or 0xE586C7) is known color: Tea Rose. HEX triplet: E5, 86 and C7. RGB value is (229,134,199). Sum of RGB (Red+Green+Blue) = 229+134+199=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E586C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586C7 is #1A7938. Grayscale: #A9A9A9. Windows color (decimal): -1734969 or 13076197. OLE color: 13076197.
HSL color Cylindrical-coordinate representation of color #E586C7: hue angle of 318.95º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586C7 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 199 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.10 |
| HSL | 318.95º | 0.65% | 0.71% | - |
| HSV(B) | 318.95º | 0.41% | 0.9% | - |
| XYZ | 51.15 | 37.83 | 58.64 | - |
| YUV | 169.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 199 | 0 | 0.41 | 0.13 | 0.10 | 318.95 | 0.65 | 0.71 |
| Hex | E5 | 86 | C7 | 0 | 29 | D | A | 13F | 41 | 47 |
| Octal | 345 | 206 | 307 | 0 | 51 | 15 | 12 | 477 | 101 | 107 |
| Binary | 11100101 | 10000110 | 11000111 | 0 | 101001 | 1101 | 1010 | 100111111 | 1000001 | 1000111 |
Color Harmonies of #E586C7
Complementary color
Monochromatic Colors of #E586C7
Black with #E586C7
Text Example
Text Example
White with #E586C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586C7; }
p { color: rgb(229,134,199); }
H1.HeaderClassName
{
color: #E586C7;
}
.AnyTagClassName
{
color: #E586C7;
}
</style>
background-color css
<style>
a { background-color: #E586C7; }
a { background-color: rgb(229,134,199); }
div.DivClassName
{
background-color: #E586C7;
}
.BgClassName
{
background-color: #E586C7;
}
</style>
border-color css
<style>
span { border-color: #E586C7; }
span { border-color: rgb(229,134,199); }
td.TdClassName
{
border-color: #E586C7;
}
.TagClassName
{
border-color: #E586C7;
}
</style>