Shades of Tea Rose #EE8DCD
Tints of Tea Rose #EE8DCD
RGB
CMYK
RGB Variations
Color information
#EE8DCD (or 0xEE8DCD) is known color: Tea Rose. HEX triplet: EE, 8D and CD. RGB value is (238,141,205). Sum of RGB (Red+Green+Blue) = 238+141+205=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DCD is #117232. Grayscale: #B1B1B1. Windows color (decimal): -1143347 or 13471214. OLE color: 13471214.
HSL color Cylindrical-coordinate representation of color #EE8DCD: hue angle of 320.41º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DCD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 205 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 320.41º | 0.74% | 0.74% | - |
| HSV(B) | 320.41º | 0.41% | 0.93% | - |
| XYZ | 55.8 | 41.63 | 62.85 | - |
| YUV | 177.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 205 | 0 | 0.41 | 0.14 | 0.07 | 320.41 | 0.74 | 0.74 |
| Hex | EE | 8D | CD | 0 | 29 | E | 7 | 140 | 4A | 4A |
| Octal | 356 | 215 | 315 | 0 | 51 | 16 | 7 | 500 | 112 | 112 |
| Binary | 11101110 | 10001101 | 11001101 | 0 | 101001 | 1110 | 111 | 101000000 | 1001010 | 1001010 |
Color Harmonies of #EE8DCD
Complementary color
Monochromatic Colors of #EE8DCD
Black with #EE8DCD
Text Example
Text Example
White with #EE8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DCD; }
p { color: rgb(238,141,205); }
H1.HeaderClassName
{
color: #EE8DCD;
}
.AnyTagClassName
{
color: #EE8DCD;
}
</style>
background-color css
<style>
a { background-color: #EE8DCD; }
a { background-color: rgb(238,141,205); }
div.DivClassName
{
background-color: #EE8DCD;
}
.BgClassName
{
background-color: #EE8DCD;
}
</style>
border-color css
<style>
span { border-color: #EE8DCD; }
span { border-color: rgb(238,141,205); }
td.TdClassName
{
border-color: #EE8DCD;
}
.TagClassName
{
border-color: #EE8DCD;
}
</style>