Shades of Tea Rose #EF81C7
Tints of Tea Rose #EF81C7
RGB
CMYK
RGB Variations
Color information
#EF81C7 (or 0xEF81C7) is known color: Tea Rose. HEX triplet: EF, 81 and C7. RGB value is (239,129,199). Sum of RGB (Red+Green+Blue) = 239+129+199=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C7 is #107E38. Grayscale: #A9A9A9. Windows color (decimal): -1080889 or 13074927. OLE color: 13074927.
HSL color Cylindrical-coordinate representation of color #EF81C7: hue angle of 321.82º 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 #EF81C7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 199 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.06 |
| HSL | 321.82º | 0.77% | 0.72% | - |
| HSV(B) | 321.82º | 0.46% | 0.94% | - |
| XYZ | 53.76 | 38.17 | 58.57 | - |
| YUV | 169.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 199 | 0 | 0.46 | 0.17 | 0.06 | 321.82 | 0.77 | 0.72 |
| Hex | EF | 81 | C7 | 0 | 2E | 11 | 6 | 142 | 4D | 48 |
| Octal | 357 | 201 | 307 | 0 | 56 | 21 | 6 | 502 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11000111 | 0 | 101110 | 10001 | 110 | 101000010 | 1001101 | 1001000 |
Color Harmonies of #EF81C7
Complementary color
Monochromatic Colors of #EF81C7
Black with #EF81C7
Text Example
Text Example
White with #EF81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81C7; }
p { color: rgb(239,129,199); }
H1.HeaderClassName
{
color: #EF81C7;
}
.AnyTagClassName
{
color: #EF81C7;
}
</style>
background-color css
<style>
a { background-color: #EF81C7; }
a { background-color: rgb(239,129,199); }
div.DivClassName
{
background-color: #EF81C7;
}
.BgClassName
{
background-color: #EF81C7;
}
</style>
border-color css
<style>
span { border-color: #EF81C7; }
span { border-color: rgb(239,129,199); }
td.TdClassName
{
border-color: #EF81C7;
}
.TagClassName
{
border-color: #EF81C7;
}
</style>