Shades of Tea Rose #EF8EC6
Tints of Tea Rose #EF8EC6
RGB
CMYK
RGB Variations
Color information
#EF8EC6 (or 0xEF8EC6) is known color: Tea Rose. HEX triplet: EF, 8E and C6. RGB value is (239,142,198). Sum of RGB (Red+Green+Blue) = 239+142+198=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EC6 is #107139. Grayscale: #B1B1B1. Windows color (decimal): -1077562 or 13012719. OLE color: 13012719.
HSL color Cylindrical-coordinate representation of color #EF8EC6: hue angle of 325.36º 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 #EF8EC6 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 198 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.06 |
| HSL | 325.36º | 0.75% | 0.75% | - |
| HSV(B) | 325.36º | 0.41% | 0.94% | - |
| XYZ | 55.46 | 41.77 | 58.57 | - |
| YUV | 177.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 198 | 0 | 0.41 | 0.17 | 0.06 | 325.36 | 0.75 | 0.75 |
| Hex | EF | 8E | C6 | 0 | 29 | 11 | 6 | 145 | 4B | 4B |
| Octal | 357 | 216 | 306 | 0 | 51 | 21 | 6 | 505 | 113 | 113 |
| Binary | 11101111 | 10001110 | 11000110 | 0 | 101001 | 10001 | 110 | 101000101 | 1001011 | 1001011 |
Color Harmonies of #EF8EC6
Complementary color
Monochromatic Colors of #EF8EC6
Black with #EF8EC6
Text Example
Text Example
White with #EF8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EC6; }
p { color: rgb(239,142,198); }
H1.HeaderClassName
{
color: #EF8EC6;
}
.AnyTagClassName
{
color: #EF8EC6;
}
</style>
background-color css
<style>
a { background-color: #EF8EC6; }
a { background-color: rgb(239,142,198); }
div.DivClassName
{
background-color: #EF8EC6;
}
.BgClassName
{
background-color: #EF8EC6;
}
</style>
border-color css
<style>
span { border-color: #EF8EC6; }
span { border-color: rgb(239,142,198); }
td.TdClassName
{
border-color: #EF8EC6;
}
.TagClassName
{
border-color: #EF8EC6;
}
</style>