Shades of Tea Rose #EF82C2
Tints of Tea Rose #EF82C2
RGB
CMYK
RGB Variations
Color information
#EF82C2 (or 0xEF82C2) is known color: Tea Rose. HEX triplet: EF, 82 and C2. RGB value is (239,130,194). Sum of RGB (Red+Green+Blue) = 239+130+194=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82C2 is #107D3D. Grayscale: #A9A9A9. Windows color (decimal): -1080638 or 12747503. OLE color: 12747503.
HSL color Cylindrical-coordinate representation of color #EF82C2: hue angle of 324.77º 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 #EF82C2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 194 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.06 |
| HSL | 324.77º | 0.77% | 0.72% | - |
| HSV(B) | 324.77º | 0.46% | 0.94% | - |
| XYZ | 53.32 | 38.21 | 55.6 | - |
| YUV | 169.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 194 | 0 | 0.46 | 0.19 | 0.06 | 324.77 | 0.77 | 0.72 |
| Hex | EF | 82 | C2 | 0 | 2E | 13 | 6 | 145 | 4D | 48 |
| Octal | 357 | 202 | 302 | 0 | 56 | 23 | 6 | 505 | 115 | 110 |
| Binary | 11101111 | 10000010 | 11000010 | 0 | 101110 | 10011 | 110 | 101000101 | 1001101 | 1001000 |
Color Harmonies of #EF82C2
Complementary color
Monochromatic Colors of #EF82C2
Black with #EF82C2
Text Example
Text Example
White with #EF82C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF82C2; }
p { color: rgb(239,130,194); }
H1.HeaderClassName
{
color: #EF82C2;
}
.AnyTagClassName
{
color: #EF82C2;
}
</style>
background-color css
<style>
a { background-color: #EF82C2; }
a { background-color: rgb(239,130,194); }
div.DivClassName
{
background-color: #EF82C2;
}
.BgClassName
{
background-color: #EF82C2;
}
</style>
border-color css
<style>
span { border-color: #EF82C2; }
span { border-color: rgb(239,130,194); }
td.TdClassName
{
border-color: #EF82C2;
}
.TagClassName
{
border-color: #EF82C2;
}
</style>