Shades of Tea Rose #E988CD
Tints of Tea Rose #E988CD
RGB
CMYK
RGB Variations
Color information
#E988CD (or 0xE988CD) is known color: Tea Rose. HEX triplet: E9, 88 and CD. RGB value is (233,136,205). Sum of RGB (Red+Green+Blue) = 233+136+205=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E988CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988CD is #167732. Grayscale: #ACACAC. Windows color (decimal): -1472307 or 13469929. OLE color: 13469929.
HSL color Cylindrical-coordinate representation of color #E988CD: hue angle of 317.32º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E988CD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 205 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.09 |
| HSL | 317.32º | 0.69% | 0.72% | - |
| HSV(B) | 317.32º | 0.42% | 0.91% | - |
| XYZ | 53.43 | 39.34 | 62.53 | - |
| YUV | 172.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 205 | 0 | 0.42 | 0.12 | 0.09 | 317.32 | 0.69 | 0.72 |
| Hex | E9 | 88 | CD | 0 | 2A | C | 9 | 13D | 45 | 48 |
| Octal | 351 | 210 | 315 | 0 | 52 | 14 | 11 | 475 | 105 | 110 |
| Binary | 11101001 | 10001000 | 11001101 | 0 | 101010 | 1100 | 1001 | 100111101 | 1000101 | 1001000 |
Color Harmonies of #E988CD
Complementary color
Monochromatic Colors of #E988CD
Black with #E988CD
Text Example
Text Example
White with #E988CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988CD; }
p { color: rgb(233,136,205); }
H1.HeaderClassName
{
color: #E988CD;
}
.AnyTagClassName
{
color: #E988CD;
}
</style>
background-color css
<style>
a { background-color: #E988CD; }
a { background-color: rgb(233,136,205); }
div.DivClassName
{
background-color: #E988CD;
}
.BgClassName
{
background-color: #E988CD;
}
</style>
border-color css
<style>
span { border-color: #E988CD; }
span { border-color: rgb(233,136,205); }
td.TdClassName
{
border-color: #E988CD;
}
.TagClassName
{
border-color: #E988CD;
}
</style>