Shades of Tea Rose #EF89CC
Tints of Tea Rose #EF89CC
RGB
CMYK
RGB Variations
Color information
#EF89CC (or 0xEF89CC) is known color: Tea Rose. HEX triplet: EF, 89 and CC. RGB value is (239,137,204). Sum of RGB (Red+Green+Blue) = 239+137+204=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89CC is #107633. Grayscale: #AEAEAE. Windows color (decimal): -1078836 or 13404655. OLE color: 13404655.
HSL color Cylindrical-coordinate representation of color #EF89CC: hue angle of 320.59º 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 #EF89CC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 204 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.06 |
| HSL | 320.59º | 0.76% | 0.74% | - |
| HSV(B) | 320.59º | 0.43% | 0.94% | - |
| XYZ | 55.44 | 40.6 | 62.04 | - |
| YUV | 175.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 204 | 0 | 0.43 | 0.15 | 0.06 | 320.59 | 0.76 | 0.74 |
| Hex | EF | 89 | CC | 0 | 2B | F | 6 | 141 | 4C | 4A |
| Octal | 357 | 211 | 314 | 0 | 53 | 17 | 6 | 501 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11001100 | 0 | 101011 | 1111 | 110 | 101000001 | 1001100 | 1001010 |
Color Harmonies of #EF89CC
Complementary color
Monochromatic Colors of #EF89CC
Black with #EF89CC
Text Example
Text Example
White with #EF89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89CC; }
p { color: rgb(239,137,204); }
H1.HeaderClassName
{
color: #EF89CC;
}
.AnyTagClassName
{
color: #EF89CC;
}
</style>
background-color css
<style>
a { background-color: #EF89CC; }
a { background-color: rgb(239,137,204); }
div.DivClassName
{
background-color: #EF89CC;
}
.BgClassName
{
background-color: #EF89CC;
}
</style>
border-color css
<style>
span { border-color: #EF89CC; }
span { border-color: rgb(239,137,204); }
td.TdClassName
{
border-color: #EF89CC;
}
.TagClassName
{
border-color: #EF89CC;
}
</style>