Shades of Tea Rose #EE90C9
Tints of Tea Rose #EE90C9
RGB
CMYK
RGB Variations
Color information
#EE90C9 (or 0xEE90C9) is known color: Tea Rose. HEX triplet: EE, 90 and C9. RGB value is (238,144,201). Sum of RGB (Red+Green+Blue) = 238+144+201=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90C9 is #116F36. Grayscale: #B2B2B2. Windows color (decimal): -1142583 or 13209838. OLE color: 13209838.
HSL color Cylindrical-coordinate representation of color #EE90C9: hue angle of 323.62º 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 #EE90C9 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 201 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.07 |
| HSL | 323.62º | 0.73% | 0.75% | - |
| HSV(B) | 323.62º | 0.39% | 0.93% | - |
| XYZ | 55.78 | 42.34 | 60.49 | - |
| YUV | 178.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 201 | 0 | 0.39 | 0.16 | 0.07 | 323.62 | 0.73 | 0.75 |
| Hex | EE | 90 | C9 | 0 | 27 | 10 | 7 | 144 | 49 | 4B |
| Octal | 356 | 220 | 311 | 0 | 47 | 20 | 7 | 504 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11001001 | 0 | 100111 | 10000 | 111 | 101000100 | 1001001 | 1001011 |
Color Harmonies of #EE90C9
Complementary color
Monochromatic Colors of #EE90C9
Black with #EE90C9
Text Example
Text Example
White with #EE90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90C9; }
p { color: rgb(238,144,201); }
H1.HeaderClassName
{
color: #EE90C9;
}
.AnyTagClassName
{
color: #EE90C9;
}
</style>
background-color css
<style>
a { background-color: #EE90C9; }
a { background-color: rgb(238,144,201); }
div.DivClassName
{
background-color: #EE90C9;
}
.BgClassName
{
background-color: #EE90C9;
}
</style>
border-color css
<style>
span { border-color: #EE90C9; }
span { border-color: rgb(238,144,201); }
td.TdClassName
{
border-color: #EE90C9;
}
.TagClassName
{
border-color: #EE90C9;
}
</style>