Shades of Tea Rose #E58BCA
Tints of Tea Rose #E58BCA
RGB
CMYK
RGB Variations
Color information
#E58BCA (or 0xE58BCA) is known color: Tea Rose. HEX triplet: E5, 8B and CA. RGB value is (229,139,202). Sum of RGB (Red+Green+Blue) = 229+139+202=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BCA is #1A7435. Grayscale: #ACACAC. Windows color (decimal): -1733686 or 13274085. OLE color: 13274085.
HSL color Cylindrical-coordinate representation of color #E58BCA: hue angle of 318º 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 #E58BCA is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 202 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.10 |
| HSL | 318º | 0.63% | 0.72% | - |
| HSV(B) | 318º | 0.39% | 0.9% | - |
| XYZ | 52.21 | 39.39 | 60.73 | - |
| YUV | 173.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 202 | 0 | 0.39 | 0.12 | 0.10 | 318 | 0.63 | 0.72 |
| Hex | E5 | 8B | CA | 0 | 27 | C | A | 13E | 3F | 48 |
| Octal | 345 | 213 | 312 | 0 | 47 | 14 | 12 | 476 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11001010 | 0 | 100111 | 1100 | 1010 | 100111110 | 111111 | 1001000 |
Color Harmonies of #E58BCA
Complementary color
Monochromatic Colors of #E58BCA
Black with #E58BCA
Text Example
Text Example
White with #E58BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BCA; }
p { color: rgb(229,139,202); }
H1.HeaderClassName
{
color: #E58BCA;
}
.AnyTagClassName
{
color: #E58BCA;
}
</style>
background-color css
<style>
a { background-color: #E58BCA; }
a { background-color: rgb(229,139,202); }
div.DivClassName
{
background-color: #E58BCA;
}
.BgClassName
{
background-color: #E58BCA;
}
</style>
border-color css
<style>
span { border-color: #E58BCA; }
span { border-color: rgb(229,139,202); }
td.TdClassName
{
border-color: #E58BCA;
}
.TagClassName
{
border-color: #E58BCA;
}
</style>