Shades of Tea Rose #E58ACB
Tints of Tea Rose #E58ACB
RGB
CMYK
RGB Variations
Color information
#E58ACB (or 0xE58ACB) is known color: Tea Rose. HEX triplet: E5, 8A and CB. RGB value is (229,138,203). Sum of RGB (Red+Green+Blue) = 229+138+203=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ACB is #1A7534. Grayscale: #ACACAC. Windows color (decimal): -1733941 or 13339365. OLE color: 13339365.
HSL color Cylindrical-coordinate representation of color #E58ACB: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ACB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 203 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.10 |
| HSL | 317.14º | 0.64% | 0.72% | - |
| HSV(B) | 317.14º | 0.4% | 0.9% | - |
| XYZ | 52.18 | 39.15 | 61.31 | - |
| YUV | 172.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 203 | 0 | 0.40 | 0.11 | 0.10 | 317.14 | 0.64 | 0.72 |
| Hex | E5 | 8A | CB | 0 | 28 | B | A | 13D | 40 | 48 |
| Octal | 345 | 212 | 313 | 0 | 50 | 13 | 12 | 475 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11001011 | 0 | 101000 | 1011 | 1010 | 100111101 | 1000000 | 1001000 |
Color Harmonies of #E58ACB
Complementary color
Monochromatic Colors of #E58ACB
Black with #E58ACB
Text Example
Text Example
White with #E58ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ACB; }
p { color: rgb(229,138,203); }
H1.HeaderClassName
{
color: #E58ACB;
}
.AnyTagClassName
{
color: #E58ACB;
}
</style>
background-color css
<style>
a { background-color: #E58ACB; }
a { background-color: rgb(229,138,203); }
div.DivClassName
{
background-color: #E58ACB;
}
.BgClassName
{
background-color: #E58ACB;
}
</style>
border-color css
<style>
span { border-color: #E58ACB; }
span { border-color: rgb(229,138,203); }
td.TdClassName
{
border-color: #E58ACB;
}
.TagClassName
{
border-color: #E58ACB;
}
</style>