Shades of Tea Rose #E58BCE
Tints of Tea Rose #E58BCE
RGB
CMYK
RGB Variations
Color information
#E58BCE (or 0xE58BCE) is known color: Tea Rose. HEX triplet: E5, 8B and CE. RGB value is (229,139,206). Sum of RGB (Red+Green+Blue) = 229+139+206=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BCE is #1A7431. Grayscale: #ADADAD. Windows color (decimal): -1733682 or 13536229. OLE color: 13536229.
HSL color Cylindrical-coordinate representation of color #E58BCE: hue angle of 315.33º 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 #E58BCE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 206 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.10 |
| HSL | 315.33º | 0.63% | 0.72% | - |
| HSV(B) | 315.33º | 0.39% | 0.9% | - |
| XYZ | 52.69 | 39.58 | 63.26 | - |
| YUV | 173.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 206 | 0 | 0.39 | 0.10 | 0.10 | 315.33 | 0.63 | 0.72 |
| Hex | E5 | 8B | CE | 0 | 27 | A | A | 13B | 3F | 48 |
| Octal | 345 | 213 | 316 | 0 | 47 | 12 | 12 | 473 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11001110 | 0 | 100111 | 1010 | 1010 | 100111011 | 111111 | 1001000 |
Color Harmonies of #E58BCE
Complementary color
Monochromatic Colors of #E58BCE
Black with #E58BCE
Text Example
Text Example
White with #E58BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BCE; }
p { color: rgb(229,139,206); }
H1.HeaderClassName
{
color: #E58BCE;
}
.AnyTagClassName
{
color: #E58BCE;
}
</style>
background-color css
<style>
a { background-color: #E58BCE; }
a { background-color: rgb(229,139,206); }
div.DivClassName
{
background-color: #E58BCE;
}
.BgClassName
{
background-color: #E58BCE;
}
</style>
border-color css
<style>
span { border-color: #E58BCE; }
span { border-color: rgb(229,139,206); }
td.TdClassName
{
border-color: #E58BCE;
}
.TagClassName
{
border-color: #E58BCE;
}
</style>