Shades of Tea Rose #EE90CE
Tints of Tea Rose #EE90CE
RGB
CMYK
RGB Variations
Color information
#EE90CE (or 0xEE90CE) is known color: Tea Rose. HEX triplet: EE, 90 and CE. RGB value is (238,144,206). Sum of RGB (Red+Green+Blue) = 238+144+206=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90CE is #116F31. Grayscale: #B3B3B3. Windows color (decimal): -1142578 or 13537518. OLE color: 13537518.
HSL color Cylindrical-coordinate representation of color #EE90CE: hue angle of 320.43º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90CE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 206 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 320.43º | 0.73% | 0.75% | - |
| HSV(B) | 320.43º | 0.39% | 0.93% | - |
| XYZ | 56.37 | 42.58 | 63.64 | - |
| YUV | 179.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 206 | 0 | 0.39 | 0.13 | 0.07 | 320.43 | 0.73 | 0.75 |
| Hex | EE | 90 | CE | 0 | 27 | D | 7 | 140 | 49 | 4B |
| Octal | 356 | 220 | 316 | 0 | 47 | 15 | 7 | 500 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11001110 | 0 | 100111 | 1101 | 111 | 101000000 | 1001001 | 1001011 |
Color Harmonies of #EE90CE
Complementary color
Monochromatic Colors of #EE90CE
Black with #EE90CE
Text Example
Text Example
White with #EE90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90CE; }
p { color: rgb(238,144,206); }
H1.HeaderClassName
{
color: #EE90CE;
}
.AnyTagClassName
{
color: #EE90CE;
}
</style>
background-color css
<style>
a { background-color: #EE90CE; }
a { background-color: rgb(238,144,206); }
div.DivClassName
{
background-color: #EE90CE;
}
.BgClassName
{
background-color: #EE90CE;
}
</style>
border-color css
<style>
span { border-color: #EE90CE; }
span { border-color: rgb(238,144,206); }
td.TdClassName
{
border-color: #EE90CE;
}
.TagClassName
{
border-color: #EE90CE;
}
</style>