Shades of Tea Rose #EE92D0
Tints of Tea Rose #EE92D0
RGB
CMYK
RGB Variations
Color information
#EE92D0 (or 0xEE92D0) is known color: Tea Rose. HEX triplet: EE, 92 and D0. RGB value is (238,146,208). Sum of RGB (Red+Green+Blue) = 238+146+208=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92D0 is #116D2F. Grayscale: #B4B4B4. Windows color (decimal): -1142064 or 13669102. OLE color: 13669102.
HSL color Cylindrical-coordinate representation of color #EE92D0: hue angle of 319.57º 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 #EE92D0 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 208 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 319.57º | 0.73% | 0.75% | - |
| HSV(B) | 319.57º | 0.39% | 0.93% | - |
| XYZ | 56.92 | 43.29 | 65.03 | - |
| YUV | 180.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 208 | 0 | 0.39 | 0.13 | 0.07 | 319.57 | 0.73 | 0.75 |
| Hex | EE | 92 | D0 | 0 | 27 | D | 7 | 140 | 49 | 4B |
| Octal | 356 | 222 | 320 | 0 | 47 | 15 | 7 | 500 | 111 | 113 |
| Binary | 11101110 | 10010010 | 11010000 | 0 | 100111 | 1101 | 111 | 101000000 | 1001001 | 1001011 |
Color Harmonies of #EE92D0
Complementary color
Monochromatic Colors of #EE92D0
Black with #EE92D0
Text Example
Text Example
White with #EE92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92D0; }
p { color: rgb(238,146,208); }
H1.HeaderClassName
{
color: #EE92D0;
}
.AnyTagClassName
{
color: #EE92D0;
}
</style>
background-color css
<style>
a { background-color: #EE92D0; }
a { background-color: rgb(238,146,208); }
div.DivClassName
{
background-color: #EE92D0;
}
.BgClassName
{
background-color: #EE92D0;
}
</style>
border-color css
<style>
span { border-color: #EE92D0; }
span { border-color: rgb(238,146,208); }
td.TdClassName
{
border-color: #EE92D0;
}
.TagClassName
{
border-color: #EE92D0;
}
</style>