Shades of Tea Rose #EF8FCF
Tints of Tea Rose #EF8FCF
RGB
CMYK
RGB Variations
Color information
#EF8FCF (or 0xEF8FCF) is known color: Tea Rose. HEX triplet: EF, 8F and CF. RGB value is (239,143,207). Sum of RGB (Red+Green+Blue) = 239+143+207=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FCF is #107030. Grayscale: #B2B2B2. Windows color (decimal): -1077297 or 13602799. OLE color: 13602799.
HSL color Cylindrical-coordinate representation of color #EF8FCF: hue angle of 320º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FCF is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 207 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.06 |
| HSL | 320º | 0.75% | 0.75% | - |
| HSV(B) | 320º | 0.4% | 0.94% | - |
| XYZ | 56.68 | 42.5 | 64.25 | - |
| YUV | 179 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 207 | 0 | 0.40 | 0.13 | 0.06 | 320 | 0.75 | 0.75 |
| Hex | EF | 8F | CF | 0 | 28 | D | 6 | 140 | 4B | 4B |
| Octal | 357 | 217 | 317 | 0 | 50 | 15 | 6 | 500 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11001111 | 0 | 101000 | 1101 | 110 | 101000000 | 1001011 | 1001011 |
Color Harmonies of #EF8FCF
Complementary color
Monochromatic Colors of #EF8FCF
Black with #EF8FCF
Text Example
Text Example
White with #EF8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FCF; }
p { color: rgb(239,143,207); }
H1.HeaderClassName
{
color: #EF8FCF;
}
.AnyTagClassName
{
color: #EF8FCF;
}
</style>
background-color css
<style>
a { background-color: #EF8FCF; }
a { background-color: rgb(239,143,207); }
div.DivClassName
{
background-color: #EF8FCF;
}
.BgClassName
{
background-color: #EF8FCF;
}
</style>
border-color css
<style>
span { border-color: #EF8FCF; }
span { border-color: rgb(239,143,207); }
td.TdClassName
{
border-color: #EF8FCF;
}
.TagClassName
{
border-color: #EF8FCF;
}
</style>