Shades of Tea Rose #EF80CF
Tints of Tea Rose #EF80CF
RGB
CMYK
RGB Variations
Color information
#EF80CF (or 0xEF80CF) is known color: Tea Rose. HEX triplet: EF, 80 and CF. RGB value is (239,128,207). Sum of RGB (Red+Green+Blue) = 239+128+207=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80CF is #107F30. Grayscale: #A9A9A9. Windows color (decimal): -1081137 or 13598959. OLE color: 13598959.
HSL color Cylindrical-coordinate representation of color #EF80CF: hue angle of 317.3º degrees, saturation: 0.78, 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 #EF80CF is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 207 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.06 |
| HSL | 317.3º | 0.78% | 0.72% | - |
| HSV(B) | 317.3º | 0.46% | 0.94% | - |
| XYZ | 54.58 | 38.29 | 63.55 | - |
| YUV | 170.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 207 | 0 | 0.46 | 0.13 | 0.06 | 317.3 | 0.78 | 0.72 |
| Hex | EF | 80 | CF | 0 | 2E | D | 6 | 13D | 4E | 48 |
| Octal | 357 | 200 | 317 | 0 | 56 | 15 | 6 | 475 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11001111 | 0 | 101110 | 1101 | 110 | 100111101 | 1001110 | 1001000 |
Color Harmonies of #EF80CF
Complementary color
Monochromatic Colors of #EF80CF
Black with #EF80CF
Text Example
Text Example
White with #EF80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80CF; }
p { color: rgb(239,128,207); }
H1.HeaderClassName
{
color: #EF80CF;
}
.AnyTagClassName
{
color: #EF80CF;
}
</style>
background-color css
<style>
a { background-color: #EF80CF; }
a { background-color: rgb(239,128,207); }
div.DivClassName
{
background-color: #EF80CF;
}
.BgClassName
{
background-color: #EF80CF;
}
</style>
border-color css
<style>
span { border-color: #EF80CF; }
span { border-color: rgb(239,128,207); }
td.TdClassName
{
border-color: #EF80CF;
}
.TagClassName
{
border-color: #EF80CF;
}
</style>