Shades of Tea Rose #EE90CB
Tints of Tea Rose #EE90CB
RGB
CMYK
RGB Variations
Color information
#EE90CB (or 0xEE90CB) is known color: Tea Rose. HEX triplet: EE, 90 and CB. RGB value is (238,144,203). Sum of RGB (Red+Green+Blue) = 238+144+203=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90CB is #116F34. Grayscale: #B2B2B2. Windows color (decimal): -1142581 or 13340910. OLE color: 13340910.
HSL color Cylindrical-coordinate representation of color #EE90CB: hue angle of 322.34º 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 #EE90CB is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 203 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.07 |
| HSL | 322.34º | 0.73% | 0.75% | - |
| HSV(B) | 322.34º | 0.39% | 0.93% | - |
| XYZ | 56.01 | 42.44 | 61.74 | - |
| YUV | 178.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 203 | 0 | 0.39 | 0.15 | 0.07 | 322.34 | 0.73 | 0.75 |
| Hex | EE | 90 | CB | 0 | 27 | F | 7 | 142 | 49 | 4B |
| Octal | 356 | 220 | 313 | 0 | 47 | 17 | 7 | 502 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11001011 | 0 | 100111 | 1111 | 111 | 101000010 | 1001001 | 1001011 |
Color Harmonies of #EE90CB
Complementary color
Monochromatic Colors of #EE90CB
Black with #EE90CB
Text Example
Text Example
White with #EE90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90CB; }
p { color: rgb(238,144,203); }
H1.HeaderClassName
{
color: #EE90CB;
}
.AnyTagClassName
{
color: #EE90CB;
}
</style>
background-color css
<style>
a { background-color: #EE90CB; }
a { background-color: rgb(238,144,203); }
div.DivClassName
{
background-color: #EE90CB;
}
.BgClassName
{
background-color: #EE90CB;
}
</style>
border-color css
<style>
span { border-color: #EE90CB; }
span { border-color: rgb(238,144,203); }
td.TdClassName
{
border-color: #EE90CB;
}
.TagClassName
{
border-color: #EE90CB;
}
</style>