Shades of Tea Rose #EF8DC6
Tints of Tea Rose #EF8DC6
RGB
CMYK
RGB Variations
Color information
#EF8DC6 (or 0xEF8DC6) is known color: Tea Rose. HEX triplet: EF, 8D and C6. RGB value is (239,141,198). Sum of RGB (Red+Green+Blue) = 239+141+198=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DC6 is #107239. Grayscale: #B0B0B0. Windows color (decimal): -1077818 or 13012463. OLE color: 13012463.
HSL color Cylindrical-coordinate representation of color #EF8DC6: hue angle of 325.1º 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 #EF8DC6 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 198 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.06 |
| HSL | 325.1º | 0.75% | 0.75% | - |
| HSV(B) | 325.1º | 0.41% | 0.94% | - |
| XYZ | 55.31 | 41.48 | 58.52 | - |
| YUV | 176.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 198 | 0 | 0.41 | 0.17 | 0.06 | 325.1 | 0.75 | 0.75 |
| Hex | EF | 8D | C6 | 0 | 29 | 11 | 6 | 145 | 4B | 4B |
| Octal | 357 | 215 | 306 | 0 | 51 | 21 | 6 | 505 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11000110 | 0 | 101001 | 10001 | 110 | 101000101 | 1001011 | 1001011 |
Color Harmonies of #EF8DC6
Complementary color
Monochromatic Colors of #EF8DC6
Black with #EF8DC6
Text Example
Text Example
White with #EF8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DC6; }
p { color: rgb(239,141,198); }
H1.HeaderClassName
{
color: #EF8DC6;
}
.AnyTagClassName
{
color: #EF8DC6;
}
</style>
background-color css
<style>
a { background-color: #EF8DC6; }
a { background-color: rgb(239,141,198); }
div.DivClassName
{
background-color: #EF8DC6;
}
.BgClassName
{
background-color: #EF8DC6;
}
</style>
border-color css
<style>
span { border-color: #EF8DC6; }
span { border-color: rgb(239,141,198); }
td.TdClassName
{
border-color: #EF8DC6;
}
.TagClassName
{
border-color: #EF8DC6;
}
</style>