Shades of Tea Rose #EF8DD0
Tints of Tea Rose #EF8DD0
RGB
CMYK
RGB Variations
Color information
#EF8DD0 (or 0xEF8DD0) is known color: Tea Rose. HEX triplet: EF, 8D and D0. RGB value is (239,141,208). Sum of RGB (Red+Green+Blue) = 239+141+208=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD0 is #10722F. Grayscale: #B1B1B1. Windows color (decimal): -1077808 or 13667823. OLE color: 13667823.
HSL color Cylindrical-coordinate representation of color #EF8DD0: hue angle of 318.98º 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 #EF8DD0 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 208 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.06 |
| HSL | 318.98º | 0.75% | 0.75% | - |
| HSV(B) | 318.98º | 0.41% | 0.94% | - |
| XYZ | 56.51 | 41.95 | 64.79 | - |
| YUV | 177.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 208 | 0 | 0.41 | 0.13 | 0.06 | 318.98 | 0.75 | 0.75 |
| Hex | EF | 8D | D0 | 0 | 29 | D | 6 | 13F | 4B | 4B |
| Octal | 357 | 215 | 320 | 0 | 51 | 15 | 6 | 477 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11010000 | 0 | 101001 | 1101 | 110 | 100111111 | 1001011 | 1001011 |
Color Harmonies of #EF8DD0
Complementary color
Monochromatic Colors of #EF8DD0
Black with #EF8DD0
Text Example
Text Example
White with #EF8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DD0; }
p { color: rgb(239,141,208); }
H1.HeaderClassName
{
color: #EF8DD0;
}
.AnyTagClassName
{
color: #EF8DD0;
}
</style>
background-color css
<style>
a { background-color: #EF8DD0; }
a { background-color: rgb(239,141,208); }
div.DivClassName
{
background-color: #EF8DD0;
}
.BgClassName
{
background-color: #EF8DD0;
}
</style>
border-color css
<style>
span { border-color: #EF8DD0; }
span { border-color: rgb(239,141,208); }
td.TdClassName
{
border-color: #EF8DD0;
}
.TagClassName
{
border-color: #EF8DD0;
}
</style>