Shades of Tea Rose #EF8EC9
Tints of Tea Rose #EF8EC9
RGB
CMYK
RGB Variations
Color information
#EF8EC9 (or 0xEF8EC9) is known color: Tea Rose. HEX triplet: EF, 8E and C9. RGB value is (239,142,201). Sum of RGB (Red+Green+Blue) = 239+142+201=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EC9 is #107136. Grayscale: #B1B1B1. Windows color (decimal): -1077559 or 13209327. OLE color: 13209327.
HSL color Cylindrical-coordinate representation of color #EF8EC9: hue angle of 323.51º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EC9 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 201 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.06 |
| HSL | 323.51º | 0.75% | 0.75% | - |
| HSV(B) | 323.51º | 0.41% | 0.94% | - |
| XYZ | 55.81 | 41.91 | 60.41 | - |
| YUV | 177.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 201 | 0 | 0.41 | 0.16 | 0.06 | 323.51 | 0.75 | 0.75 |
| Hex | EF | 8E | C9 | 0 | 29 | 10 | 6 | 144 | 4B | 4B |
| Octal | 357 | 216 | 311 | 0 | 51 | 20 | 6 | 504 | 113 | 113 |
| Binary | 11101111 | 10001110 | 11001001 | 0 | 101001 | 10000 | 110 | 101000100 | 1001011 | 1001011 |
Color Harmonies of #EF8EC9
Complementary color
Monochromatic Colors of #EF8EC9
Black with #EF8EC9
Text Example
Text Example
White with #EF8EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EC9; }
p { color: rgb(239,142,201); }
H1.HeaderClassName
{
color: #EF8EC9;
}
.AnyTagClassName
{
color: #EF8EC9;
}
</style>
background-color css
<style>
a { background-color: #EF8EC9; }
a { background-color: rgb(239,142,201); }
div.DivClassName
{
background-color: #EF8EC9;
}
.BgClassName
{
background-color: #EF8EC9;
}
</style>
border-color css
<style>
span { border-color: #EF8EC9; }
span { border-color: rgb(239,142,201); }
td.TdClassName
{
border-color: #EF8EC9;
}
.TagClassName
{
border-color: #EF8EC9;
}
</style>