Shades of Tea Rose #EE8EC3
Tints of Tea Rose #EE8EC3
RGB
CMYK
RGB Variations
Color information
#EE8EC3 (or 0xEE8EC3) is known color: Tea Rose. HEX triplet: EE, 8E and C3. RGB value is (238,142,195). Sum of RGB (Red+Green+Blue) = 238+142+195=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8EC3 is #11713C. Grayscale: #B0B0B0. Windows color (decimal): -1143101 or 12816110. OLE color: 12816110.
HSL color Cylindrical-coordinate representation of color #EE8EC3: hue angle of 326.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EC3 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 195 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.07 |
| HSL | 326.88º | 0.74% | 0.75% | - |
| HSV(B) | 326.88º | 0.4% | 0.93% | - |
| XYZ | 54.78 | 41.46 | 56.75 | - |
| YUV | 176.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 195 | 0 | 0.40 | 0.18 | 0.07 | 326.88 | 0.74 | 0.75 |
| Hex | EE | 8E | C3 | 0 | 28 | 12 | 7 | 147 | 4A | 4B |
| Octal | 356 | 216 | 303 | 0 | 50 | 22 | 7 | 507 | 112 | 113 |
| Binary | 11101110 | 10001110 | 11000011 | 0 | 101000 | 10010 | 111 | 101000111 | 1001010 | 1001011 |
Color Harmonies of #EE8EC3
Complementary color
Monochromatic Colors of #EE8EC3
Black with #EE8EC3
Text Example
Text Example
White with #EE8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EC3; }
p { color: rgb(238,142,195); }
H1.HeaderClassName
{
color: #EE8EC3;
}
.AnyTagClassName
{
color: #EE8EC3;
}
</style>
background-color css
<style>
a { background-color: #EE8EC3; }
a { background-color: rgb(238,142,195); }
div.DivClassName
{
background-color: #EE8EC3;
}
.BgClassName
{
background-color: #EE8EC3;
}
</style>
border-color css
<style>
span { border-color: #EE8EC3; }
span { border-color: rgb(238,142,195); }
td.TdClassName
{
border-color: #EE8EC3;
}
.TagClassName
{
border-color: #EE8EC3;
}
</style>