Shades of Tea Rose #EF87C6
Tints of Tea Rose #EF87C6
RGB
CMYK
RGB Variations
Color information
#EF87C6 (or 0xEF87C6) is known color: Tea Rose. HEX triplet: EF, 87 and C6. RGB value is (239,135,198). Sum of RGB (Red+Green+Blue) = 239+135+198=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87C6 is #107839. Grayscale: #ADADAD. Windows color (decimal): -1079354 or 13010927. OLE color: 13010927.
HSL color Cylindrical-coordinate representation of color #EF87C6: hue angle of 323.65º degrees, saturation: 0.76, 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 #EF87C6 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 198 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.06 |
| HSL | 323.65º | 0.76% | 0.73% | - |
| HSV(B) | 323.65º | 0.44% | 0.94% | - |
| XYZ | 54.45 | 39.76 | 58.23 | - |
| YUV | 173.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 198 | 0 | 0.44 | 0.17 | 0.06 | 323.65 | 0.76 | 0.73 |
| Hex | EF | 87 | C6 | 0 | 2C | 11 | 6 | 144 | 4C | 49 |
| Octal | 357 | 207 | 306 | 0 | 54 | 21 | 6 | 504 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11000110 | 0 | 101100 | 10001 | 110 | 101000100 | 1001100 | 1001001 |
Color Harmonies of #EF87C6
Complementary color
Monochromatic Colors of #EF87C6
Black with #EF87C6
Text Example
Text Example
White with #EF87C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87C6; }
p { color: rgb(239,135,198); }
H1.HeaderClassName
{
color: #EF87C6;
}
.AnyTagClassName
{
color: #EF87C6;
}
</style>
background-color css
<style>
a { background-color: #EF87C6; }
a { background-color: rgb(239,135,198); }
div.DivClassName
{
background-color: #EF87C6;
}
.BgClassName
{
background-color: #EF87C6;
}
</style>
border-color css
<style>
span { border-color: #EF87C6; }
span { border-color: rgb(239,135,198); }
td.TdClassName
{
border-color: #EF87C6;
}
.TagClassName
{
border-color: #EF87C6;
}
</style>