Shades of Tea Rose #EE92CE
Tints of Tea Rose #EE92CE
RGB
CMYK
RGB Variations
Color information
#EE92CE (or 0xEE92CE) is known color: Tea Rose. HEX triplet: EE, 92 and CE. RGB value is (238,146,206). Sum of RGB (Red+Green+Blue) = 238+146+206=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92CE is #116D31. Grayscale: #B4B4B4. Windows color (decimal): -1142066 or 13538030. OLE color: 13538030.
HSL color Cylindrical-coordinate representation of color #EE92CE: hue angle of 320.87º 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 #EE92CE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 206 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 320.87º | 0.73% | 0.75% | - |
| HSV(B) | 320.87º | 0.39% | 0.93% | - |
| XYZ | 56.68 | 43.19 | 63.74 | - |
| YUV | 180.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 206 | 0 | 0.39 | 0.13 | 0.07 | 320.87 | 0.73 | 0.75 |
| Hex | EE | 92 | CE | 0 | 27 | D | 7 | 141 | 49 | 4B |
| Octal | 356 | 222 | 316 | 0 | 47 | 15 | 7 | 501 | 111 | 113 |
| Binary | 11101110 | 10010010 | 11001110 | 0 | 100111 | 1101 | 111 | 101000001 | 1001001 | 1001011 |
Color Harmonies of #EE92CE
Complementary color
Monochromatic Colors of #EE92CE
Black with #EE92CE
Text Example
Text Example
White with #EE92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92CE; }
p { color: rgb(238,146,206); }
H1.HeaderClassName
{
color: #EE92CE;
}
.AnyTagClassName
{
color: #EE92CE;
}
</style>
background-color css
<style>
a { background-color: #EE92CE; }
a { background-color: rgb(238,146,206); }
div.DivClassName
{
background-color: #EE92CE;
}
.BgClassName
{
background-color: #EE92CE;
}
</style>
border-color css
<style>
span { border-color: #EE92CE; }
span { border-color: rgb(238,146,206); }
td.TdClassName
{
border-color: #EE92CE;
}
.TagClassName
{
border-color: #EE92CE;
}
</style>