Shades of Tea Rose #EF84C2
Tints of Tea Rose #EF84C2
RGB
CMYK
RGB Variations
Color information
#EF84C2 (or 0xEF84C2) is known color: Tea Rose. HEX triplet: EF, 84 and C2. RGB value is (239,132,194). Sum of RGB (Red+Green+Blue) = 239+132+194=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84C2 is #107B3D. Grayscale: #AAAAAA. Windows color (decimal): -1080126 or 12748015. OLE color: 12748015.
HSL color Cylindrical-coordinate representation of color #EF84C2: hue angle of 325.23º 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 #EF84C2 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 194 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.06 |
| HSL | 325.23º | 0.77% | 0.73% | - |
| HSV(B) | 325.23º | 0.45% | 0.94% | - |
| XYZ | 53.59 | 38.75 | 55.69 | - |
| YUV | 171.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 194 | 0 | 0.45 | 0.19 | 0.06 | 325.23 | 0.77 | 0.73 |
| Hex | EF | 84 | C2 | 0 | 2D | 13 | 6 | 145 | 4D | 49 |
| Octal | 357 | 204 | 302 | 0 | 55 | 23 | 6 | 505 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11000010 | 0 | 101101 | 10011 | 110 | 101000101 | 1001101 | 1001001 |
Color Harmonies of #EF84C2
Complementary color
Monochromatic Colors of #EF84C2
Black with #EF84C2
Text Example
Text Example
White with #EF84C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84C2; }
p { color: rgb(239,132,194); }
H1.HeaderClassName
{
color: #EF84C2;
}
.AnyTagClassName
{
color: #EF84C2;
}
</style>
background-color css
<style>
a { background-color: #EF84C2; }
a { background-color: rgb(239,132,194); }
div.DivClassName
{
background-color: #EF84C2;
}
.BgClassName
{
background-color: #EF84C2;
}
</style>
border-color css
<style>
span { border-color: #EF84C2; }
span { border-color: rgb(239,132,194); }
td.TdClassName
{
border-color: #EF84C2;
}
.TagClassName
{
border-color: #EF84C2;
}
</style>