Shades of Tea Rose #EF89C9
Tints of Tea Rose #EF89C9
RGB
CMYK
RGB Variations
Color information
#EF89C9 (or 0xEF89C9) is known color: Tea Rose. HEX triplet: EF, 89 and C9. RGB value is (239,137,201). Sum of RGB (Red+Green+Blue) = 239+137+201=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89C9 is #107636. Grayscale: #AEAEAE. Windows color (decimal): -1078839 or 13208047. OLE color: 13208047.
HSL color Cylindrical-coordinate representation of color #EF89C9: hue angle of 322.35º 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 #EF89C9 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 201 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.06 |
| HSL | 322.35º | 0.76% | 0.74% | - |
| HSV(B) | 322.35º | 0.43% | 0.94% | - |
| XYZ | 55.08 | 40.46 | 60.16 | - |
| YUV | 174.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 201 | 0 | 0.43 | 0.16 | 0.06 | 322.35 | 0.76 | 0.74 |
| Hex | EF | 89 | C9 | 0 | 2B | 10 | 6 | 142 | 4C | 4A |
| Octal | 357 | 211 | 311 | 0 | 53 | 20 | 6 | 502 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11001001 | 0 | 101011 | 10000 | 110 | 101000010 | 1001100 | 1001010 |
Color Harmonies of #EF89C9
Complementary color
Monochromatic Colors of #EF89C9
Black with #EF89C9
Text Example
Text Example
White with #EF89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89C9; }
p { color: rgb(239,137,201); }
H1.HeaderClassName
{
color: #EF89C9;
}
.AnyTagClassName
{
color: #EF89C9;
}
</style>
background-color css
<style>
a { background-color: #EF89C9; }
a { background-color: rgb(239,137,201); }
div.DivClassName
{
background-color: #EF89C9;
}
.BgClassName
{
background-color: #EF89C9;
}
</style>
border-color css
<style>
span { border-color: #EF89C9; }
span { border-color: rgb(239,137,201); }
td.TdClassName
{
border-color: #EF89C9;
}
.TagClassName
{
border-color: #EF89C9;
}
</style>