Shades of Tea Rose #EF84D1
Tints of Tea Rose #EF84D1
RGB
CMYK
RGB Variations
Color information
#EF84D1 (or 0xEF84D1) is known color: Tea Rose. HEX triplet: EF, 84 and D1. RGB value is (239,132,209). Sum of RGB (Red+Green+Blue) = 239+132+209=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84D1 is #107B2E. Grayscale: #ACACAC. Windows color (decimal): -1080111 or 13731055. OLE color: 13731055.
HSL color Cylindrical-coordinate representation of color #EF84D1: hue angle of 316.82º 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 #EF84D1 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 209 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.06 |
| HSL | 316.82º | 0.77% | 0.73% | - |
| HSV(B) | 316.82º | 0.45% | 0.94% | - |
| XYZ | 55.36 | 39.46 | 65.02 | - |
| YUV | 172.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 209 | 0 | 0.45 | 0.13 | 0.06 | 316.82 | 0.77 | 0.73 |
| Hex | EF | 84 | D1 | 0 | 2D | D | 6 | 13D | 4D | 49 |
| Octal | 357 | 204 | 321 | 0 | 55 | 15 | 6 | 475 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11010001 | 0 | 101101 | 1101 | 110 | 100111101 | 1001101 | 1001001 |
Color Harmonies of #EF84D1
Complementary color
Monochromatic Colors of #EF84D1
Black with #EF84D1
Text Example
Text Example
White with #EF84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84D1; }
p { color: rgb(239,132,209); }
H1.HeaderClassName
{
color: #EF84D1;
}
.AnyTagClassName
{
color: #EF84D1;
}
</style>
background-color css
<style>
a { background-color: #EF84D1; }
a { background-color: rgb(239,132,209); }
div.DivClassName
{
background-color: #EF84D1;
}
.BgClassName
{
background-color: #EF84D1;
}
</style>
border-color css
<style>
span { border-color: #EF84D1; }
span { border-color: rgb(239,132,209); }
td.TdClassName
{
border-color: #EF84D1;
}
.TagClassName
{
border-color: #EF84D1;
}
</style>