Shades of Tea Rose #EE91CB
Tints of Tea Rose #EE91CB
RGB
CMYK
RGB Variations
Color information
#EE91CB (or 0xEE91CB) is known color: Tea Rose. HEX triplet: EE, 91 and CB. RGB value is (238,145,203). Sum of RGB (Red+Green+Blue) = 238+145+203=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91CB is #116E34. Grayscale: #B3B3B3. Windows color (decimal): -1142325 or 13341166. OLE color: 13341166.
HSL color Cylindrical-coordinate representation of color #EE91CB: hue angle of 322.58º 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 #EE91CB is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 203 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.07 |
| HSL | 322.58º | 0.73% | 0.75% | - |
| HSV(B) | 322.58º | 0.39% | 0.93% | - |
| XYZ | 56.16 | 42.74 | 61.79 | - |
| YUV | 179.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 203 | 0 | 0.39 | 0.15 | 0.07 | 322.58 | 0.73 | 0.75 |
| Hex | EE | 91 | CB | 0 | 27 | F | 7 | 143 | 49 | 4B |
| Octal | 356 | 221 | 313 | 0 | 47 | 17 | 7 | 503 | 111 | 113 |
| Binary | 11101110 | 10010001 | 11001011 | 0 | 100111 | 1111 | 111 | 101000011 | 1001001 | 1001011 |
Color Harmonies of #EE91CB
Complementary color
Monochromatic Colors of #EE91CB
Black with #EE91CB
Text Example
Text Example
White with #EE91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE91CB; }
p { color: rgb(238,145,203); }
H1.HeaderClassName
{
color: #EE91CB;
}
.AnyTagClassName
{
color: #EE91CB;
}
</style>
background-color css
<style>
a { background-color: #EE91CB; }
a { background-color: rgb(238,145,203); }
div.DivClassName
{
background-color: #EE91CB;
}
.BgClassName
{
background-color: #EE91CB;
}
</style>
border-color css
<style>
span { border-color: #EE91CB; }
span { border-color: rgb(238,145,203); }
td.TdClassName
{
border-color: #EE91CB;
}
.TagClassName
{
border-color: #EE91CB;
}
</style>