Shades of Tea Rose #EF8CCF
Tints of Tea Rose #EF8CCF
RGB
CMYK
RGB Variations
Color information
#EF8CCF (or 0xEF8CCF) is known color: Tea Rose. HEX triplet: EF, 8C and CF. RGB value is (239,140,207). Sum of RGB (Red+Green+Blue) = 239+140+207=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CCF is #107330. Grayscale: #B1B1B1. Windows color (decimal): -1078065 or 13602031. OLE color: 13602031.
HSL color Cylindrical-coordinate representation of color #EF8CCF: hue angle of 319.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CCF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 207 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.06 |
| HSL | 319.39º | 0.76% | 0.74% | - |
| HSV(B) | 319.39º | 0.41% | 0.94% | - |
| XYZ | 56.24 | 41.61 | 64.1 | - |
| YUV | 177.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 207 | 0 | 0.41 | 0.13 | 0.06 | 319.39 | 0.76 | 0.74 |
| Hex | EF | 8C | CF | 0 | 29 | D | 6 | 13F | 4C | 4A |
| Octal | 357 | 214 | 317 | 0 | 51 | 15 | 6 | 477 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11001111 | 0 | 101001 | 1101 | 110 | 100111111 | 1001100 | 1001010 |
Color Harmonies of #EF8CCF
Complementary color
Monochromatic Colors of #EF8CCF
Black with #EF8CCF
Text Example
Text Example
White with #EF8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CCF; }
p { color: rgb(239,140,207); }
H1.HeaderClassName
{
color: #EF8CCF;
}
.AnyTagClassName
{
color: #EF8CCF;
}
</style>
background-color css
<style>
a { background-color: #EF8CCF; }
a { background-color: rgb(239,140,207); }
div.DivClassName
{
background-color: #EF8CCF;
}
.BgClassName
{
background-color: #EF8CCF;
}
</style>
border-color css
<style>
span { border-color: #EF8CCF; }
span { border-color: rgb(239,140,207); }
td.TdClassName
{
border-color: #EF8CCF;
}
.TagClassName
{
border-color: #EF8CCF;
}
</style>