Shades of Tea Rose #EF8DCC
Tints of Tea Rose #EF8DCC
RGB
CMYK
RGB Variations
Color information
#EF8DCC (or 0xEF8DCC) is known color: Tea Rose. HEX triplet: EF, 8D and CC. RGB value is (239,141,204). Sum of RGB (Red+Green+Blue) = 239+141+204=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DCC is #107233. Grayscale: #B1B1B1. Windows color (decimal): -1077812 or 13405679. OLE color: 13405679.
HSL color Cylindrical-coordinate representation of color #EF8DCC: hue angle of 321.43º 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 #EF8DCC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 204 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.06 |
| HSL | 321.43º | 0.75% | 0.75% | - |
| HSV(B) | 321.43º | 0.41% | 0.94% | - |
| XYZ | 56.02 | 41.76 | 62.23 | - |
| YUV | 177.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 204 | 0 | 0.41 | 0.15 | 0.06 | 321.43 | 0.75 | 0.75 |
| Hex | EF | 8D | CC | 0 | 29 | F | 6 | 141 | 4B | 4B |
| Octal | 357 | 215 | 314 | 0 | 51 | 17 | 6 | 501 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11001100 | 0 | 101001 | 1111 | 110 | 101000001 | 1001011 | 1001011 |
Color Harmonies of #EF8DCC
Complementary color
Monochromatic Colors of #EF8DCC
Black with #EF8DCC
Text Example
Text Example
White with #EF8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DCC; }
p { color: rgb(239,141,204); }
H1.HeaderClassName
{
color: #EF8DCC;
}
.AnyTagClassName
{
color: #EF8DCC;
}
</style>
background-color css
<style>
a { background-color: #EF8DCC; }
a { background-color: rgb(239,141,204); }
div.DivClassName
{
background-color: #EF8DCC;
}
.BgClassName
{
background-color: #EF8DCC;
}
</style>
border-color css
<style>
span { border-color: #EF8DCC; }
span { border-color: rgb(239,141,204); }
td.TdClassName
{
border-color: #EF8DCC;
}
.TagClassName
{
border-color: #EF8DCC;
}
</style>