Shades of Tea Rose #E988C6
Tints of Tea Rose #E988C6
RGB
CMYK
RGB Variations
Color information
#E988C6 (or 0xE988C6) is known color: Tea Rose. HEX triplet: E9, 88 and C6. RGB value is (233,136,198). Sum of RGB (Red+Green+Blue) = 233+136+198=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E988C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988C6 is #167739. Grayscale: #ABABAB. Windows color (decimal): -1472314 or 13011177. OLE color: 13011177.
HSL color Cylindrical-coordinate representation of color #E988C6: hue angle of 321.65º 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 #E988C6 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 198 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.09 |
| HSL | 321.65º | 0.69% | 0.72% | - |
| HSV(B) | 321.65º | 0.42% | 0.91% | - |
| XYZ | 52.6 | 39.01 | 58.18 | - |
| YUV | 172.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 198 | 0 | 0.42 | 0.15 | 0.09 | 321.65 | 0.69 | 0.72 |
| Hex | E9 | 88 | C6 | 0 | 2A | F | 9 | 142 | 45 | 48 |
| Octal | 351 | 210 | 306 | 0 | 52 | 17 | 11 | 502 | 105 | 110 |
| Binary | 11101001 | 10001000 | 11000110 | 0 | 101010 | 1111 | 1001 | 101000010 | 1000101 | 1001000 |
Color Harmonies of #E988C6
Complementary color
Monochromatic Colors of #E988C6
Black with #E988C6
Text Example
Text Example
White with #E988C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988C6; }
p { color: rgb(233,136,198); }
H1.HeaderClassName
{
color: #E988C6;
}
.AnyTagClassName
{
color: #E988C6;
}
</style>
background-color css
<style>
a { background-color: #E988C6; }
a { background-color: rgb(233,136,198); }
div.DivClassName
{
background-color: #E988C6;
}
.BgClassName
{
background-color: #E988C6;
}
</style>
border-color css
<style>
span { border-color: #E988C6; }
span { border-color: rgb(233,136,198); }
td.TdClassName
{
border-color: #E988C6;
}
.TagClassName
{
border-color: #E988C6;
}
</style>