Shades of Tea Rose #EF8CC9
Tints of Tea Rose #EF8CC9
RGB
CMYK
RGB Variations
Color information
#EF8CC9 (or 0xEF8CC9) is known color: Tea Rose. HEX triplet: EF, 8C and C9. RGB value is (239,140,201). Sum of RGB (Red+Green+Blue) = 239+140+201=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CC9 is #107336. Grayscale: #B0B0B0. Windows color (decimal): -1078071 or 13208815. OLE color: 13208815.
HSL color Cylindrical-coordinate representation of color #EF8CC9: hue angle of 323.03º 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 #EF8CC9 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 201 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.06 |
| HSL | 323.03º | 0.76% | 0.74% | - |
| HSV(B) | 323.03º | 0.41% | 0.94% | - |
| XYZ | 55.52 | 41.32 | 60.31 | - |
| YUV | 176.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 201 | 0 | 0.41 | 0.16 | 0.06 | 323.03 | 0.76 | 0.74 |
| Hex | EF | 8C | C9 | 0 | 29 | 10 | 6 | 143 | 4C | 4A |
| Octal | 357 | 214 | 311 | 0 | 51 | 20 | 6 | 503 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11001001 | 0 | 101001 | 10000 | 110 | 101000011 | 1001100 | 1001010 |
Color Harmonies of #EF8CC9
Complementary color
Monochromatic Colors of #EF8CC9
Black with #EF8CC9
Text Example
Text Example
White with #EF8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CC9; }
p { color: rgb(239,140,201); }
H1.HeaderClassName
{
color: #EF8CC9;
}
.AnyTagClassName
{
color: #EF8CC9;
}
</style>
background-color css
<style>
a { background-color: #EF8CC9; }
a { background-color: rgb(239,140,201); }
div.DivClassName
{
background-color: #EF8CC9;
}
.BgClassName
{
background-color: #EF8CC9;
}
</style>
border-color css
<style>
span { border-color: #EF8CC9; }
span { border-color: rgb(239,140,201); }
td.TdClassName
{
border-color: #EF8CC9;
}
.TagClassName
{
border-color: #EF8CC9;
}
</style>