Shades of Tea Rose #E58ECF
Tints of Tea Rose #E58ECF
RGB
CMYK
RGB Variations
Color information
#E58ECF (or 0xE58ECF) is known color: Tea Rose. HEX triplet: E5, 8E and CF. RGB value is (229,142,207). Sum of RGB (Red+Green+Blue) = 229+142+207=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ECF is #1A7130. Grayscale: #AFAFAF. Windows color (decimal): -1732913 or 13602533. OLE color: 13602533.
HSL color Cylindrical-coordinate representation of color #E58ECF: hue angle of 315.17º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58ECF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 207 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.10 |
| HSL | 315.17º | 0.63% | 0.73% | - |
| HSV(B) | 315.17º | 0.38% | 0.9% | - |
| XYZ | 53.25 | 40.51 | 64.04 | - |
| YUV | 175.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 207 | 0 | 0.38 | 0.10 | 0.10 | 315.17 | 0.63 | 0.73 |
| Hex | E5 | 8E | CF | 0 | 26 | A | A | 13B | 3F | 49 |
| Octal | 345 | 216 | 317 | 0 | 46 | 12 | 12 | 473 | 77 | 111 |
| Binary | 11100101 | 10001110 | 11001111 | 0 | 100110 | 1010 | 1010 | 100111011 | 111111 | 1001001 |
Color Harmonies of #E58ECF
Complementary color
Monochromatic Colors of #E58ECF
Black with #E58ECF
Text Example
Text Example
White with #E58ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ECF; }
p { color: rgb(229,142,207); }
H1.HeaderClassName
{
color: #E58ECF;
}
.AnyTagClassName
{
color: #E58ECF;
}
</style>
background-color css
<style>
a { background-color: #E58ECF; }
a { background-color: rgb(229,142,207); }
div.DivClassName
{
background-color: #E58ECF;
}
.BgClassName
{
background-color: #E58ECF;
}
</style>
border-color css
<style>
span { border-color: #E58ECF; }
span { border-color: rgb(229,142,207); }
td.TdClassName
{
border-color: #E58ECF;
}
.TagClassName
{
border-color: #E58ECF;
}
</style>