Shades of Tea Rose #EF81CF
Tints of Tea Rose #EF81CF
RGB
CMYK
RGB Variations
Color information
#EF81CF (or 0xEF81CF) is known color: Tea Rose. HEX triplet: EF, 81 and CF. RGB value is (239,129,207). Sum of RGB (Red+Green+Blue) = 239+129+207=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81CF is #107E30. Grayscale: #AAAAAA. Windows color (decimal): -1080881 or 13599215. OLE color: 13599215.
HSL color Cylindrical-coordinate representation of color #EF81CF: hue angle of 317.45º 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 #EF81CF is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 207 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.06 |
| HSL | 317.45º | 0.77% | 0.72% | - |
| HSV(B) | 317.45º | 0.46% | 0.94% | - |
| XYZ | 54.71 | 38.56 | 63.59 | - |
| YUV | 170.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 207 | 0 | 0.46 | 0.13 | 0.06 | 317.45 | 0.77 | 0.72 |
| Hex | EF | 81 | CF | 0 | 2E | D | 6 | 13D | 4D | 48 |
| Octal | 357 | 201 | 317 | 0 | 56 | 15 | 6 | 475 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11001111 | 0 | 101110 | 1101 | 110 | 100111101 | 1001101 | 1001000 |
Color Harmonies of #EF81CF
Complementary color
Monochromatic Colors of #EF81CF
Black with #EF81CF
Text Example
Text Example
White with #EF81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81CF; }
p { color: rgb(239,129,207); }
H1.HeaderClassName
{
color: #EF81CF;
}
.AnyTagClassName
{
color: #EF81CF;
}
</style>
background-color css
<style>
a { background-color: #EF81CF; }
a { background-color: rgb(239,129,207); }
div.DivClassName
{
background-color: #EF81CF;
}
.BgClassName
{
background-color: #EF81CF;
}
</style>
border-color css
<style>
span { border-color: #EF81CF; }
span { border-color: rgb(239,129,207); }
td.TdClassName
{
border-color: #EF81CF;
}
.TagClassName
{
border-color: #EF81CF;
}
</style>