Shades of Tea Rose #EF8DC1
Tints of Tea Rose #EF8DC1
RGB
CMYK
RGB Variations
Color information
#EF8DC1 (or 0xEF8DC1) is known color: Tea Rose. HEX triplet: EF, 8D and C1. RGB value is (239,141,193). Sum of RGB (Red+Green+Blue) = 239+141+193=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DC1 is #10723E. Grayscale: #B0B0B0. Windows color (decimal): -1077823 or 12684783. OLE color: 12684783.
HSL color Cylindrical-coordinate representation of color #EF8DC1: hue angle of 328.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DC1 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 193 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.06 |
| HSL | 328.16º | 0.75% | 0.75% | - |
| HSV(B) | 328.16º | 0.41% | 0.94% | - |
| XYZ | 54.75 | 41.25 | 55.53 | - |
| YUV | 176.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 193 | 0 | 0.41 | 0.19 | 0.06 | 328.16 | 0.75 | 0.75 |
| Hex | EF | 8D | C1 | 0 | 29 | 13 | 6 | 148 | 4B | 4B |
| Octal | 357 | 215 | 301 | 0 | 51 | 23 | 6 | 510 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11000001 | 0 | 101001 | 10011 | 110 | 101001000 | 1001011 | 1001011 |
Color Harmonies of #EF8DC1
Complementary color
Monochromatic Colors of #EF8DC1
Black with #EF8DC1
Text Example
Text Example
White with #EF8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DC1; }
p { color: rgb(239,141,193); }
H1.HeaderClassName
{
color: #EF8DC1;
}
.AnyTagClassName
{
color: #EF8DC1;
}
</style>
background-color css
<style>
a { background-color: #EF8DC1; }
a { background-color: rgb(239,141,193); }
div.DivClassName
{
background-color: #EF8DC1;
}
.BgClassName
{
background-color: #EF8DC1;
}
</style>
border-color css
<style>
span { border-color: #EF8DC1; }
span { border-color: rgb(239,141,193); }
td.TdClassName
{
border-color: #EF8DC1;
}
.TagClassName
{
border-color: #EF8DC1;
}
</style>