Shades of Tea Rose #EF8DCE
Tints of Tea Rose #EF8DCE
RGB
CMYK
RGB Variations
Color information
#EF8DCE (or 0xEF8DCE) is known color: Tea Rose. HEX triplet: EF, 8D and CE. RGB value is (239,141,206). Sum of RGB (Red+Green+Blue) = 239+141+206=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DCE is #107231. Grayscale: #B1B1B1. Windows color (decimal): -1077810 or 13536751. OLE color: 13536751.
HSL color Cylindrical-coordinate representation of color #EF8DCE: hue angle of 320.2º 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 #EF8DCE is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 206 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.06 |
| HSL | 320.2º | 0.75% | 0.75% | - |
| HSV(B) | 320.2º | 0.41% | 0.94% | - |
| XYZ | 56.26 | 41.86 | 63.51 | - |
| YUV | 177.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 206 | 0 | 0.41 | 0.14 | 0.06 | 320.2 | 0.75 | 0.75 |
| Hex | EF | 8D | CE | 0 | 29 | E | 6 | 140 | 4B | 4B |
| Octal | 357 | 215 | 316 | 0 | 51 | 16 | 6 | 500 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11001110 | 0 | 101001 | 1110 | 110 | 101000000 | 1001011 | 1001011 |
Color Harmonies of #EF8DCE
Complementary color
Monochromatic Colors of #EF8DCE
Black with #EF8DCE
Text Example
Text Example
White with #EF8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DCE; }
p { color: rgb(239,141,206); }
H1.HeaderClassName
{
color: #EF8DCE;
}
.AnyTagClassName
{
color: #EF8DCE;
}
</style>
background-color css
<style>
a { background-color: #EF8DCE; }
a { background-color: rgb(239,141,206); }
div.DivClassName
{
background-color: #EF8DCE;
}
.BgClassName
{
background-color: #EF8DCE;
}
</style>
border-color css
<style>
span { border-color: #EF8DCE; }
span { border-color: rgb(239,141,206); }
td.TdClassName
{
border-color: #EF8DCE;
}
.TagClassName
{
border-color: #EF8DCE;
}
</style>