Shades of Tea Rose #EF80CC
Tints of Tea Rose #EF80CC
RGB
CMYK
RGB Variations
Color information
#EF80CC (or 0xEF80CC) is known color: Tea Rose. HEX triplet: EF, 80 and CC. RGB value is (239,128,204). Sum of RGB (Red+Green+Blue) = 239+128+204=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80CC is #107F33. Grayscale: #A9A9A9. Windows color (decimal): -1081140 or 13402351. OLE color: 13402351.
HSL color Cylindrical-coordinate representation of color #EF80CC: hue angle of 318.92º 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 #EF80CC is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 204 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.06 |
| HSL | 318.92º | 0.78% | 0.72% | - |
| HSV(B) | 318.92º | 0.46% | 0.94% | - |
| XYZ | 54.21 | 38.15 | 61.63 | - |
| YUV | 169.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 204 | 0 | 0.46 | 0.15 | 0.06 | 318.92 | 0.78 | 0.72 |
| Hex | EF | 80 | CC | 0 | 2E | F | 6 | 13F | 4E | 48 |
| Octal | 357 | 200 | 314 | 0 | 56 | 17 | 6 | 477 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11001100 | 0 | 101110 | 1111 | 110 | 100111111 | 1001110 | 1001000 |
Color Harmonies of #EF80CC
Complementary color
Monochromatic Colors of #EF80CC
Black with #EF80CC
Text Example
Text Example
White with #EF80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80CC; }
p { color: rgb(239,128,204); }
H1.HeaderClassName
{
color: #EF80CC;
}
.AnyTagClassName
{
color: #EF80CC;
}
</style>
background-color css
<style>
a { background-color: #EF80CC; }
a { background-color: rgb(239,128,204); }
div.DivClassName
{
background-color: #EF80CC;
}
.BgClassName
{
background-color: #EF80CC;
}
</style>
border-color css
<style>
span { border-color: #EF80CC; }
span { border-color: rgb(239,128,204); }
td.TdClassName
{
border-color: #EF80CC;
}
.TagClassName
{
border-color: #EF80CC;
}
</style>