Shades of Tea Rose #E58BCC
Tints of Tea Rose #E58BCC
RGB
CMYK
RGB Variations
Color information
#E58BCC (or 0xE58BCC) is known color: Tea Rose. HEX triplet: E5, 8B and CC. RGB value is (229,139,204). Sum of RGB (Red+Green+Blue) = 229+139+204=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BCC is #1A7433. Grayscale: #ADADAD. Windows color (decimal): -1733684 or 13405157. OLE color: 13405157.
HSL color Cylindrical-coordinate representation of color #E58BCC: hue angle of 316.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58BCC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 204 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.10 |
| HSL | 316.67º | 0.63% | 0.72% | - |
| HSV(B) | 316.67º | 0.39% | 0.9% | - |
| XYZ | 52.44 | 39.48 | 61.98 | - |
| YUV | 173.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 204 | 0 | 0.39 | 0.11 | 0.10 | 316.67 | 0.63 | 0.72 |
| Hex | E5 | 8B | CC | 0 | 27 | B | A | 13D | 3F | 48 |
| Octal | 345 | 213 | 314 | 0 | 47 | 13 | 12 | 475 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11001100 | 0 | 100111 | 1011 | 1010 | 100111101 | 111111 | 1001000 |
Color Harmonies of #E58BCC
Complementary color
Monochromatic Colors of #E58BCC
Black with #E58BCC
Text Example
Text Example
White with #E58BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BCC; }
p { color: rgb(229,139,204); }
H1.HeaderClassName
{
color: #E58BCC;
}
.AnyTagClassName
{
color: #E58BCC;
}
</style>
background-color css
<style>
a { background-color: #E58BCC; }
a { background-color: rgb(229,139,204); }
div.DivClassName
{
background-color: #E58BCC;
}
.BgClassName
{
background-color: #E58BCC;
}
</style>
border-color css
<style>
span { border-color: #E58BCC; }
span { border-color: rgb(229,139,204); }
td.TdClassName
{
border-color: #E58BCC;
}
.TagClassName
{
border-color: #E58BCC;
}
</style>