Shades of Tea Rose #EF80C5
Tints of Tea Rose #EF80C5
RGB
CMYK
RGB Variations
Color information
#EF80C5 (or 0xEF80C5) is known color: Tea Rose. HEX triplet: EF, 80 and C5. RGB value is (239,128,197). Sum of RGB (Red+Green+Blue) = 239+128+197=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80C5 is #107F3A. Grayscale: #A8A8A8. Windows color (decimal): -1081147 or 12943599. OLE color: 12943599.
HSL color Cylindrical-coordinate representation of color #EF80C5: hue angle of 322.7º 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 #EF80C5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 197 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.06 |
| HSL | 322.7º | 0.78% | 0.72% | - |
| HSV(B) | 322.7º | 0.46% | 0.94% | - |
| XYZ | 53.39 | 37.82 | 57.31 | - |
| YUV | 169.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 197 | 0 | 0.46 | 0.18 | 0.06 | 322.7 | 0.78 | 0.72 |
| Hex | EF | 80 | C5 | 0 | 2E | 12 | 6 | 143 | 4E | 48 |
| Octal | 357 | 200 | 305 | 0 | 56 | 22 | 6 | 503 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11000101 | 0 | 101110 | 10010 | 110 | 101000011 | 1001110 | 1001000 |
Color Harmonies of #EF80C5
Complementary color
Monochromatic Colors of #EF80C5
Black with #EF80C5
Text Example
Text Example
White with #EF80C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80C5; }
p { color: rgb(239,128,197); }
H1.HeaderClassName
{
color: #EF80C5;
}
.AnyTagClassName
{
color: #EF80C5;
}
</style>
background-color css
<style>
a { background-color: #EF80C5; }
a { background-color: rgb(239,128,197); }
div.DivClassName
{
background-color: #EF80C5;
}
.BgClassName
{
background-color: #EF80C5;
}
</style>
border-color css
<style>
span { border-color: #EF80C5; }
span { border-color: rgb(239,128,197); }
td.TdClassName
{
border-color: #EF80C5;
}
.TagClassName
{
border-color: #EF80C5;
}
</style>