Shades of Tea Rose #EF80CE
Tints of Tea Rose #EF80CE
RGB
CMYK
RGB Variations
Color information
#EF80CE (or 0xEF80CE) is known color: Tea Rose. HEX triplet: EF, 80 and CE. RGB value is (239,128,206). Sum of RGB (Red+Green+Blue) = 239+128+206=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80CE is #107F31. Grayscale: #A9A9A9. Windows color (decimal): -1081138 or 13533423. OLE color: 13533423.
HSL color Cylindrical-coordinate representation of color #EF80CE: hue angle of 317.84º 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 #EF80CE is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 206 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.06 |
| HSL | 317.84º | 0.78% | 0.72% | - |
| HSV(B) | 317.84º | 0.46% | 0.94% | - |
| XYZ | 54.46 | 38.25 | 62.9 | - |
| YUV | 170.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 206 | 0 | 0.46 | 0.14 | 0.06 | 317.84 | 0.78 | 0.72 |
| Hex | EF | 80 | CE | 0 | 2E | E | 6 | 13E | 4E | 48 |
| Octal | 357 | 200 | 316 | 0 | 56 | 16 | 6 | 476 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11001110 | 0 | 101110 | 1110 | 110 | 100111110 | 1001110 | 1001000 |
Color Harmonies of #EF80CE
Complementary color
Monochromatic Colors of #EF80CE
Black with #EF80CE
Text Example
Text Example
White with #EF80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80CE; }
p { color: rgb(239,128,206); }
H1.HeaderClassName
{
color: #EF80CE;
}
.AnyTagClassName
{
color: #EF80CE;
}
</style>
background-color css
<style>
a { background-color: #EF80CE; }
a { background-color: rgb(239,128,206); }
div.DivClassName
{
background-color: #EF80CE;
}
.BgClassName
{
background-color: #EF80CE;
}
</style>
border-color css
<style>
span { border-color: #EF80CE; }
span { border-color: rgb(239,128,206); }
td.TdClassName
{
border-color: #EF80CE;
}
.TagClassName
{
border-color: #EF80CE;
}
</style>