Shades of Tea Rose #EF8ECC
Tints of Tea Rose #EF8ECC
RGB
CMYK
RGB Variations
Color information
#EF8ECC (or 0xEF8ECC) is known color: Tea Rose. HEX triplet: EF, 8E and CC. RGB value is (239,142,204). Sum of RGB (Red+Green+Blue) = 239+142+204=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ECC is #107133. Grayscale: #B1B1B1. Windows color (decimal): -1077556 or 13405935. OLE color: 13405935.
HSL color Cylindrical-coordinate representation of color #EF8ECC: hue angle of 321.65º 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 #EF8ECC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 204 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.06 |
| HSL | 321.65º | 0.75% | 0.75% | - |
| HSV(B) | 321.65º | 0.41% | 0.94% | - |
| XYZ | 56.17 | 42.06 | 62.28 | - |
| YUV | 178.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 204 | 0 | 0.41 | 0.15 | 0.06 | 321.65 | 0.75 | 0.75 |
| Hex | EF | 8E | CC | 0 | 29 | F | 6 | 142 | 4B | 4B |
| Octal | 357 | 216 | 314 | 0 | 51 | 17 | 6 | 502 | 113 | 113 |
| Binary | 11101111 | 10001110 | 11001100 | 0 | 101001 | 1111 | 110 | 101000010 | 1001011 | 1001011 |
Color Harmonies of #EF8ECC
Complementary color
Monochromatic Colors of #EF8ECC
Black with #EF8ECC
Text Example
Text Example
White with #EF8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ECC; }
p { color: rgb(239,142,204); }
H1.HeaderClassName
{
color: #EF8ECC;
}
.AnyTagClassName
{
color: #EF8ECC;
}
</style>
background-color css
<style>
a { background-color: #EF8ECC; }
a { background-color: rgb(239,142,204); }
div.DivClassName
{
background-color: #EF8ECC;
}
.BgClassName
{
background-color: #EF8ECC;
}
</style>
border-color css
<style>
span { border-color: #EF8ECC; }
span { border-color: rgb(239,142,204); }
td.TdClassName
{
border-color: #EF8ECC;
}
.TagClassName
{
border-color: #EF8ECC;
}
</style>