Shades of Tea Rose #EF82C7
Tints of Tea Rose #EF82C7
RGB
CMYK
RGB Variations
Color information
#EF82C7 (or 0xEF82C7) is known color: Tea Rose. HEX triplet: EF, 82 and C7. RGB value is (239,130,199). Sum of RGB (Red+Green+Blue) = 239+130+199=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82C7 is #107D38. Grayscale: #AAAAAA. Windows color (decimal): -1080633 or 13075183. OLE color: 13075183.
HSL color Cylindrical-coordinate representation of color #EF82C7: hue angle of 322.02º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF82C7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 199 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.06 |
| HSL | 322.02º | 0.77% | 0.72% | - |
| HSV(B) | 322.02º | 0.46% | 0.94% | - |
| XYZ | 53.89 | 38.44 | 58.61 | - |
| YUV | 170.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 199 | 0 | 0.46 | 0.17 | 0.06 | 322.02 | 0.77 | 0.72 |
| Hex | EF | 82 | C7 | 0 | 2E | 11 | 6 | 142 | 4D | 48 |
| Octal | 357 | 202 | 307 | 0 | 56 | 21 | 6 | 502 | 115 | 110 |
| Binary | 11101111 | 10000010 | 11000111 | 0 | 101110 | 10001 | 110 | 101000010 | 1001101 | 1001000 |
Color Harmonies of #EF82C7
Complementary color
Monochromatic Colors of #EF82C7
Black with #EF82C7
Text Example
Text Example
White with #EF82C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF82C7; }
p { color: rgb(239,130,199); }
H1.HeaderClassName
{
color: #EF82C7;
}
.AnyTagClassName
{
color: #EF82C7;
}
</style>
background-color css
<style>
a { background-color: #EF82C7; }
a { background-color: rgb(239,130,199); }
div.DivClassName
{
background-color: #EF82C7;
}
.BgClassName
{
background-color: #EF82C7;
}
</style>
border-color css
<style>
span { border-color: #EF82C7; }
span { border-color: rgb(239,130,199); }
td.TdClassName
{
border-color: #EF82C7;
}
.TagClassName
{
border-color: #EF82C7;
}
</style>