Shades of Tea Rose #E988BD
Tints of Tea Rose #E988BD
RGB
CMYK
RGB Variations
Color information
#E988BD (or 0xE988BD) is known color: Tea Rose. HEX triplet: E9, 88 and BD. RGB value is (233,136,189). Sum of RGB (Red+Green+Blue) = 233+136+189=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E988BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988BD is #167742. Grayscale: #AAAAAA. Windows color (decimal): -1472323 or 12421353. OLE color: 12421353.
HSL color Cylindrical-coordinate representation of color #E988BD: hue angle of 327.22º 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 #E988BD is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 189 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.09 |
| HSL | 327.22º | 0.69% | 0.72% | - |
| HSV(B) | 327.22º | 0.42% | 0.91% | - |
| XYZ | 51.59 | 38.61 | 52.88 | - |
| YUV | 171.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 189 | 0 | 0.42 | 0.19 | 0.09 | 327.22 | 0.69 | 0.72 |
| Hex | E9 | 88 | BD | 0 | 2A | 13 | 9 | 147 | 45 | 48 |
| Octal | 351 | 210 | 275 | 0 | 52 | 23 | 11 | 507 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10111101 | 0 | 101010 | 10011 | 1001 | 101000111 | 1000101 | 1001000 |
Color Harmonies of #E988BD
Complementary color
Monochromatic Colors of #E988BD
Black with #E988BD
Text Example
Text Example
White with #E988BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988BD; }
p { color: rgb(233,136,189); }
H1.HeaderClassName
{
color: #E988BD;
}
.AnyTagClassName
{
color: #E988BD;
}
</style>
background-color css
<style>
a { background-color: #E988BD; }
a { background-color: rgb(233,136,189); }
div.DivClassName
{
background-color: #E988BD;
}
.BgClassName
{
background-color: #E988BD;
}
</style>
border-color css
<style>
span { border-color: #E988BD; }
span { border-color: rgb(233,136,189); }
td.TdClassName
{
border-color: #E988BD;
}
.TagClassName
{
border-color: #E988BD;
}
</style>