Shades of Tea Rose #EF80C7
Tints of Tea Rose #EF80C7
RGB
CMYK
RGB Variations
Color information
#EF80C7 (or 0xEF80C7) is known color: Tea Rose. HEX triplet: EF, 80 and C7. RGB value is (239,128,199). Sum of RGB (Red+Green+Blue) = 239+128+199=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80C7 is #107F38. Grayscale: #A9A9A9. Windows color (decimal): -1081145 or 13074671. OLE color: 13074671.
HSL color Cylindrical-coordinate representation of color #EF80C7: hue angle of 321.62º 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 #EF80C7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 199 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.06 |
| HSL | 321.62º | 0.78% | 0.72% | - |
| HSV(B) | 321.62º | 0.46% | 0.94% | - |
| XYZ | 53.62 | 37.91 | 58.52 | - |
| YUV | 169.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 199 | 0 | 0.46 | 0.17 | 0.06 | 321.62 | 0.78 | 0.72 |
| Hex | EF | 80 | C7 | 0 | 2E | 11 | 6 | 142 | 4E | 48 |
| Octal | 357 | 200 | 307 | 0 | 56 | 21 | 6 | 502 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11000111 | 0 | 101110 | 10001 | 110 | 101000010 | 1001110 | 1001000 |
Color Harmonies of #EF80C7
Complementary color
Monochromatic Colors of #EF80C7
Black with #EF80C7
Text Example
Text Example
White with #EF80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80C7; }
p { color: rgb(239,128,199); }
H1.HeaderClassName
{
color: #EF80C7;
}
.AnyTagClassName
{
color: #EF80C7;
}
</style>
background-color css
<style>
a { background-color: #EF80C7; }
a { background-color: rgb(239,128,199); }
div.DivClassName
{
background-color: #EF80C7;
}
.BgClassName
{
background-color: #EF80C7;
}
</style>
border-color css
<style>
span { border-color: #EF80C7; }
span { border-color: rgb(239,128,199); }
td.TdClassName
{
border-color: #EF80C7;
}
.TagClassName
{
border-color: #EF80C7;
}
</style>