Shades of Tea Rose #EF89CE
Tints of Tea Rose #EF89CE
RGB
CMYK
RGB Variations
Color information
#EF89CE (or 0xEF89CE) is known color: Tea Rose. HEX triplet: EF, 89 and CE. RGB value is (239,137,206). Sum of RGB (Red+Green+Blue) = 239+137+206=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89CE is #107631. Grayscale: #AFAFAF. Windows color (decimal): -1078834 or 13535727. OLE color: 13535727.
HSL color Cylindrical-coordinate representation of color #EF89CE: hue angle of 319.41º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF89CE is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 206 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.06 |
| HSL | 319.41º | 0.76% | 0.74% | - |
| HSV(B) | 319.41º | 0.43% | 0.94% | - |
| XYZ | 55.68 | 40.7 | 63.31 | - |
| YUV | 175.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 206 | 0 | 0.43 | 0.14 | 0.06 | 319.41 | 0.76 | 0.74 |
| Hex | EF | 89 | CE | 0 | 2B | E | 6 | 13F | 4C | 4A |
| Octal | 357 | 211 | 316 | 0 | 53 | 16 | 6 | 477 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11001110 | 0 | 101011 | 1110 | 110 | 100111111 | 1001100 | 1001010 |
Color Harmonies of #EF89CE
Complementary color
Monochromatic Colors of #EF89CE
Black with #EF89CE
Text Example
Text Example
White with #EF89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89CE; }
p { color: rgb(239,137,206); }
H1.HeaderClassName
{
color: #EF89CE;
}
.AnyTagClassName
{
color: #EF89CE;
}
</style>
background-color css
<style>
a { background-color: #EF89CE; }
a { background-color: rgb(239,137,206); }
div.DivClassName
{
background-color: #EF89CE;
}
.BgClassName
{
background-color: #EF89CE;
}
</style>
border-color css
<style>
span { border-color: #EF89CE; }
span { border-color: rgb(239,137,206); }
td.TdClassName
{
border-color: #EF89CE;
}
.TagClassName
{
border-color: #EF89CE;
}
</style>