Shades of Tea Rose #EF8ACC
Tints of Tea Rose #EF8ACC
RGB
CMYK
RGB Variations
Color information
#EF8ACC (or 0xEF8ACC) is known color: Tea Rose. HEX triplet: EF, 8A and CC. RGB value is (239,138,204). Sum of RGB (Red+Green+Blue) = 239+138+204=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ACC is #107533. Grayscale: #AFAFAF. Windows color (decimal): -1078580 or 13404911. OLE color: 13404911.
HSL color Cylindrical-coordinate representation of color #EF8ACC: hue angle of 320.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ACC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 204 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 320.79º | 0.76% | 0.74% | - |
| HSV(B) | 320.79º | 0.42% | 0.94% | - |
| XYZ | 55.58 | 40.89 | 62.09 | - |
| YUV | 175.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 204 | 0 | 0.42 | 0.15 | 0.06 | 320.79 | 0.76 | 0.74 |
| Hex | EF | 8A | CC | 0 | 2A | F | 6 | 141 | 4C | 4A |
| Octal | 357 | 212 | 314 | 0 | 52 | 17 | 6 | 501 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11001100 | 0 | 101010 | 1111 | 110 | 101000001 | 1001100 | 1001010 |
Color Harmonies of #EF8ACC
Complementary color
Monochromatic Colors of #EF8ACC
Black with #EF8ACC
Text Example
Text Example
White with #EF8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ACC; }
p { color: rgb(239,138,204); }
H1.HeaderClassName
{
color: #EF8ACC;
}
.AnyTagClassName
{
color: #EF8ACC;
}
</style>
background-color css
<style>
a { background-color: #EF8ACC; }
a { background-color: rgb(239,138,204); }
div.DivClassName
{
background-color: #EF8ACC;
}
.BgClassName
{
background-color: #EF8ACC;
}
</style>
border-color css
<style>
span { border-color: #EF8ACC; }
span { border-color: rgb(239,138,204); }
td.TdClassName
{
border-color: #EF8ACC;
}
.TagClassName
{
border-color: #EF8ACC;
}
</style>