Shades of Tea Rose #EF84CC
Tints of Tea Rose #EF84CC
RGB
CMYK
RGB Variations
Color information
#EF84CC (or 0xEF84CC) is known color: Tea Rose. HEX triplet: EF, 84 and CC. RGB value is (239,132,204). Sum of RGB (Red+Green+Blue) = 239+132+204=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84CC is #107B33. Grayscale: #ACACAC. Windows color (decimal): -1080116 or 13403375. OLE color: 13403375.
HSL color Cylindrical-coordinate representation of color #EF84CC: hue angle of 319.63º 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 #EF84CC is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 204 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.06 |
| HSL | 319.63º | 0.77% | 0.73% | - |
| HSV(B) | 319.63º | 0.45% | 0.94% | - |
| XYZ | 54.75 | 39.21 | 61.81 | - |
| YUV | 172.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 204 | 0 | 0.45 | 0.15 | 0.06 | 319.63 | 0.77 | 0.73 |
| Hex | EF | 84 | CC | 0 | 2D | F | 6 | 140 | 4D | 49 |
| Octal | 357 | 204 | 314 | 0 | 55 | 17 | 6 | 500 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11001100 | 0 | 101101 | 1111 | 110 | 101000000 | 1001101 | 1001001 |
Color Harmonies of #EF84CC
Complementary color
Monochromatic Colors of #EF84CC
Black with #EF84CC
Text Example
Text Example
White with #EF84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84CC; }
p { color: rgb(239,132,204); }
H1.HeaderClassName
{
color: #EF84CC;
}
.AnyTagClassName
{
color: #EF84CC;
}
</style>
background-color css
<style>
a { background-color: #EF84CC; }
a { background-color: rgb(239,132,204); }
div.DivClassName
{
background-color: #EF84CC;
}
.BgClassName
{
background-color: #EF84CC;
}
</style>
border-color css
<style>
span { border-color: #EF84CC; }
span { border-color: rgb(239,132,204); }
td.TdClassName
{
border-color: #EF84CC;
}
.TagClassName
{
border-color: #EF84CC;
}
</style>