Shades of Tea Rose #E990D0
Tints of Tea Rose #E990D0
RGB
CMYK
RGB Variations
Color information
#E990D0 (or 0xE990D0) is known color: Tea Rose. HEX triplet: E9, 90 and D0. RGB value is (233,144,208). Sum of RGB (Red+Green+Blue) = 233+144+208=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E990D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990D0 is #166F2F. Grayscale: #B1B1B1. Windows color (decimal): -1470256 or 13668585. OLE color: 13668585.
HSL color Cylindrical-coordinate representation of color #E990D0: hue angle of 316.85º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990D0 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 208 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.09 |
| HSL | 316.85º | 0.67% | 0.74% | - |
| HSV(B) | 316.85º | 0.38% | 0.91% | - |
| XYZ | 54.96 | 41.82 | 64.85 | - |
| YUV | 177.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 208 | 0 | 0.38 | 0.11 | 0.09 | 316.85 | 0.67 | 0.74 |
| Hex | E9 | 90 | D0 | 0 | 26 | B | 9 | 13D | 43 | 4A |
| Octal | 351 | 220 | 320 | 0 | 46 | 13 | 11 | 475 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11010000 | 0 | 100110 | 1011 | 1001 | 100111101 | 1000011 | 1001010 |
Color Harmonies of #E990D0
Complementary color
Monochromatic Colors of #E990D0
Black with #E990D0
Text Example
Text Example
White with #E990D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990D0; }
p { color: rgb(233,144,208); }
H1.HeaderClassName
{
color: #E990D0;
}
.AnyTagClassName
{
color: #E990D0;
}
</style>
background-color css
<style>
a { background-color: #E990D0; }
a { background-color: rgb(233,144,208); }
div.DivClassName
{
background-color: #E990D0;
}
.BgClassName
{
background-color: #E990D0;
}
</style>
border-color css
<style>
span { border-color: #E990D0; }
span { border-color: rgb(233,144,208); }
td.TdClassName
{
border-color: #E990D0;
}
.TagClassName
{
border-color: #E990D0;
}
</style>