Shades of Tea Rose #EF84D0
Tints of Tea Rose #EF84D0
RGB
CMYK
RGB Variations
Color information
#EF84D0 (or 0xEF84D0) is known color: Tea Rose. HEX triplet: EF, 84 and D0. RGB value is (239,132,208). Sum of RGB (Red+Green+Blue) = 239+132+208=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84D0 is #107B2F. Grayscale: #ACACAC. Windows color (decimal): -1080112 or 13665519. OLE color: 13665519.
HSL color Cylindrical-coordinate representation of color #EF84D0: hue angle of 317.38º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84D0 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 208 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.06 |
| HSL | 317.38º | 0.77% | 0.73% | - |
| HSV(B) | 317.38º | 0.45% | 0.94% | - |
| XYZ | 55.23 | 39.41 | 64.37 | - |
| YUV | 172.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 208 | 0 | 0.45 | 0.13 | 0.06 | 317.38 | 0.77 | 0.73 |
| Hex | EF | 84 | D0 | 0 | 2D | D | 6 | 13D | 4D | 49 |
| Octal | 357 | 204 | 320 | 0 | 55 | 15 | 6 | 475 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11010000 | 0 | 101101 | 1101 | 110 | 100111101 | 1001101 | 1001001 |
Color Harmonies of #EF84D0
Complementary color
Monochromatic Colors of #EF84D0
Black with #EF84D0
Text Example
Text Example
White with #EF84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84D0; }
p { color: rgb(239,132,208); }
H1.HeaderClassName
{
color: #EF84D0;
}
.AnyTagClassName
{
color: #EF84D0;
}
</style>
background-color css
<style>
a { background-color: #EF84D0; }
a { background-color: rgb(239,132,208); }
div.DivClassName
{
background-color: #EF84D0;
}
.BgClassName
{
background-color: #EF84D0;
}
</style>
border-color css
<style>
span { border-color: #EF84D0; }
span { border-color: rgb(239,132,208); }
td.TdClassName
{
border-color: #EF84D0;
}
.TagClassName
{
border-color: #EF84D0;
}
</style>