Shades of Tea Rose #E588CD
Tints of Tea Rose #E588CD
RGB
CMYK
RGB Variations
Color information
#E588CD (or 0xE588CD) is known color: Tea Rose. HEX triplet: E5, 88 and CD. RGB value is (229,136,205). Sum of RGB (Red+Green+Blue) = 229+136+205=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E588CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E588CD is #1A7732. Grayscale: #ABABAB. Windows color (decimal): -1734451 or 13469925. OLE color: 13469925.
HSL color Cylindrical-coordinate representation of color #E588CD: hue angle of 315.48º 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 #E588CD is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 205 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.10 |
| HSL | 315.48º | 0.64% | 0.72% | - |
| HSV(B) | 315.48º | 0.41% | 0.9% | - |
| XYZ | 52.14 | 38.67 | 62.47 | - |
| YUV | 171.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 205 | 0 | 0.41 | 0.10 | 0.10 | 315.48 | 0.64 | 0.72 |
| Hex | E5 | 88 | CD | 0 | 29 | A | A | 13B | 40 | 48 |
| Octal | 345 | 210 | 315 | 0 | 51 | 12 | 12 | 473 | 100 | 110 |
| Binary | 11100101 | 10001000 | 11001101 | 0 | 101001 | 1010 | 1010 | 100111011 | 1000000 | 1001000 |
Color Harmonies of #E588CD
Complementary color
Monochromatic Colors of #E588CD
Black with #E588CD
Text Example
Text Example
White with #E588CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588CD; }
p { color: rgb(229,136,205); }
H1.HeaderClassName
{
color: #E588CD;
}
.AnyTagClassName
{
color: #E588CD;
}
</style>
background-color css
<style>
a { background-color: #E588CD; }
a { background-color: rgb(229,136,205); }
div.DivClassName
{
background-color: #E588CD;
}
.BgClassName
{
background-color: #E588CD;
}
</style>
border-color css
<style>
span { border-color: #E588CD; }
span { border-color: rgb(229,136,205); }
td.TdClassName
{
border-color: #E588CD;
}
.TagClassName
{
border-color: #E588CD;
}
</style>