Shades of Tea Rose #EF89C3
Tints of Tea Rose #EF89C3
RGB
CMYK
RGB Variations
Color information
#EF89C3 (or 0xEF89C3) is known color: Tea Rose. HEX triplet: EF, 89 and C3. RGB value is (239,137,195). Sum of RGB (Red+Green+Blue) = 239+137+195=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89C3 is #10763C. Grayscale: #ADADAD. Windows color (decimal): -1078845 or 12814831. OLE color: 12814831.
HSL color Cylindrical-coordinate representation of color #EF89C3: hue angle of 325.88º 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 #EF89C3 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 195 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.06 |
| HSL | 325.88º | 0.76% | 0.74% | - |
| HSV(B) | 325.88º | 0.43% | 0.94% | - |
| XYZ | 54.39 | 40.18 | 56.52 | - |
| YUV | 174.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 195 | 0 | 0.43 | 0.18 | 0.06 | 325.88 | 0.76 | 0.74 |
| Hex | EF | 89 | C3 | 0 | 2B | 12 | 6 | 146 | 4C | 4A |
| Octal | 357 | 211 | 303 | 0 | 53 | 22 | 6 | 506 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11000011 | 0 | 101011 | 10010 | 110 | 101000110 | 1001100 | 1001010 |
Color Harmonies of #EF89C3
Complementary color
Monochromatic Colors of #EF89C3
Black with #EF89C3
Text Example
Text Example
White with #EF89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89C3; }
p { color: rgb(239,137,195); }
H1.HeaderClassName
{
color: #EF89C3;
}
.AnyTagClassName
{
color: #EF89C3;
}
</style>
background-color css
<style>
a { background-color: #EF89C3; }
a { background-color: rgb(239,137,195); }
div.DivClassName
{
background-color: #EF89C3;
}
.BgClassName
{
background-color: #EF89C3;
}
</style>
border-color css
<style>
span { border-color: #EF89C3; }
span { border-color: rgb(239,137,195); }
td.TdClassName
{
border-color: #EF89C3;
}
.TagClassName
{
border-color: #EF89C3;
}
</style>