Shades of Tea Rose #E588C6
Tints of Tea Rose #E588C6
RGB
CMYK
RGB Variations
Color information
#E588C6 (or 0xE588C6) is known color: Tea Rose. HEX triplet: E5, 88 and C6. RGB value is (229,136,198). Sum of RGB (Red+Green+Blue) = 229+136+198=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E588C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E588C6 is #1A7739. Grayscale: #AAAAAA. Windows color (decimal): -1734458 or 13011173. OLE color: 13011173.
HSL color Cylindrical-coordinate representation of color #E588C6: hue angle of 320º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E588C6 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 198 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.10 |
| HSL | 320º | 0.64% | 0.72% | - |
| HSV(B) | 320º | 0.41% | 0.9% | - |
| XYZ | 51.31 | 38.34 | 58.12 | - |
| YUV | 170.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 198 | 0 | 0.41 | 0.14 | 0.10 | 320 | 0.64 | 0.72 |
| Hex | E5 | 88 | C6 | 0 | 29 | E | A | 140 | 40 | 48 |
| Octal | 345 | 210 | 306 | 0 | 51 | 16 | 12 | 500 | 100 | 110 |
| Binary | 11100101 | 10001000 | 11000110 | 0 | 101001 | 1110 | 1010 | 101000000 | 1000000 | 1001000 |
Color Harmonies of #E588C6
Complementary color
Monochromatic Colors of #E588C6
Black with #E588C6
Text Example
Text Example
White with #E588C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588C6; }
p { color: rgb(229,136,198); }
H1.HeaderClassName
{
color: #E588C6;
}
.AnyTagClassName
{
color: #E588C6;
}
</style>
background-color css
<style>
a { background-color: #E588C6; }
a { background-color: rgb(229,136,198); }
div.DivClassName
{
background-color: #E588C6;
}
.BgClassName
{
background-color: #E588C6;
}
</style>
border-color css
<style>
span { border-color: #E588C6; }
span { border-color: rgb(229,136,198); }
td.TdClassName
{
border-color: #E588C6;
}
.TagClassName
{
border-color: #E588C6;
}
</style>