Shades of Tea Rose #EF80D0
Tints of Tea Rose #EF80D0
RGB
CMYK
RGB Variations
Color information
#EF80D0 (or 0xEF80D0) is known color: Tea Rose. HEX triplet: EF, 80 and D0. RGB value is (239,128,208). Sum of RGB (Red+Green+Blue) = 239+128+208=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80D0 is #107F2F. Grayscale: #AAAAAA. Windows color (decimal): -1081136 or 13664495. OLE color: 13664495.
HSL color Cylindrical-coordinate representation of color #EF80D0: hue angle of 316.76º 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 #EF80D0 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 208 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.06 |
| HSL | 316.76º | 0.78% | 0.72% | - |
| HSV(B) | 316.76º | 0.46% | 0.94% | - |
| XYZ | 54.7 | 38.34 | 64.19 | - |
| YUV | 170.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 208 | 0 | 0.46 | 0.13 | 0.06 | 316.76 | 0.78 | 0.72 |
| Hex | EF | 80 | D0 | 0 | 2E | D | 6 | 13D | 4E | 48 |
| Octal | 357 | 200 | 320 | 0 | 56 | 15 | 6 | 475 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11010000 | 0 | 101110 | 1101 | 110 | 100111101 | 1001110 | 1001000 |
Color Harmonies of #EF80D0
Complementary color
Monochromatic Colors of #EF80D0
Black with #EF80D0
Text Example
Text Example
White with #EF80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80D0; }
p { color: rgb(239,128,208); }
H1.HeaderClassName
{
color: #EF80D0;
}
.AnyTagClassName
{
color: #EF80D0;
}
</style>
background-color css
<style>
a { background-color: #EF80D0; }
a { background-color: rgb(239,128,208); }
div.DivClassName
{
background-color: #EF80D0;
}
.BgClassName
{
background-color: #EF80D0;
}
</style>
border-color css
<style>
span { border-color: #EF80D0; }
span { border-color: rgb(239,128,208); }
td.TdClassName
{
border-color: #EF80D0;
}
.TagClassName
{
border-color: #EF80D0;
}
</style>