Shades of Tea Rose #EF86CC
Tints of Tea Rose #EF86CC
RGB
CMYK
RGB Variations
Color information
#EF86CC (or 0xEF86CC) is known color: Tea Rose. HEX triplet: EF, 86 and CC. RGB value is (239,134,204). Sum of RGB (Red+Green+Blue) = 239+134+204=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86CC is #107933. Grayscale: #ADADAD. Windows color (decimal): -1079604 or 13403887. OLE color: 13403887.
HSL color Cylindrical-coordinate representation of color #EF86CC: hue angle of 320º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86CC is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 204 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.06 |
| HSL | 320º | 0.77% | 0.73% | - |
| HSV(B) | 320º | 0.44% | 0.94% | - |
| XYZ | 55.02 | 39.76 | 61.9 | - |
| YUV | 173.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 204 | 0 | 0.44 | 0.15 | 0.06 | 320 | 0.77 | 0.73 |
| Hex | EF | 86 | CC | 0 | 2C | F | 6 | 140 | 4D | 49 |
| Octal | 357 | 206 | 314 | 0 | 54 | 17 | 6 | 500 | 115 | 111 |
| Binary | 11101111 | 10000110 | 11001100 | 0 | 101100 | 1111 | 110 | 101000000 | 1001101 | 1001001 |
Color Harmonies of #EF86CC
Complementary color
Monochromatic Colors of #EF86CC
Black with #EF86CC
Text Example
Text Example
White with #EF86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86CC; }
p { color: rgb(239,134,204); }
H1.HeaderClassName
{
color: #EF86CC;
}
.AnyTagClassName
{
color: #EF86CC;
}
</style>
background-color css
<style>
a { background-color: #EF86CC; }
a { background-color: rgb(239,134,204); }
div.DivClassName
{
background-color: #EF86CC;
}
.BgClassName
{
background-color: #EF86CC;
}
</style>
border-color css
<style>
span { border-color: #EF86CC; }
span { border-color: rgb(239,134,204); }
td.TdClassName
{
border-color: #EF86CC;
}
.TagClassName
{
border-color: #EF86CC;
}
</style>