Shades of Tea Rose #EF87C0
Tints of Tea Rose #EF87C0
RGB
CMYK
RGB Variations
Color information
#EF87C0 (or 0xEF87C0) is known color: Tea Rose. HEX triplet: EF, 87 and C0. RGB value is (239,135,192). Sum of RGB (Red+Green+Blue) = 239+135+192=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87C0 is #10783F. Grayscale: #ACACAC. Windows color (decimal): -1079360 or 12617711. OLE color: 12617711.
HSL color Cylindrical-coordinate representation of color #EF87C0: hue angle of 327.12º 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 #EF87C0 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 192 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.06 |
| HSL | 327.12º | 0.76% | 0.73% | - |
| HSV(B) | 327.12º | 0.44% | 0.94% | - |
| XYZ | 53.78 | 39.48 | 54.66 | - |
| YUV | 172.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 192 | 0 | 0.44 | 0.20 | 0.06 | 327.12 | 0.76 | 0.73 |
| Hex | EF | 87 | C0 | 0 | 2C | 14 | 6 | 147 | 4C | 49 |
| Octal | 357 | 207 | 300 | 0 | 54 | 24 | 6 | 507 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11000000 | 0 | 101100 | 10100 | 110 | 101000111 | 1001100 | 1001001 |
Color Harmonies of #EF87C0
Complementary color
Monochromatic Colors of #EF87C0
Black with #EF87C0
Text Example
Text Example
White with #EF87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87C0; }
p { color: rgb(239,135,192); }
H1.HeaderClassName
{
color: #EF87C0;
}
.AnyTagClassName
{
color: #EF87C0;
}
</style>
background-color css
<style>
a { background-color: #EF87C0; }
a { background-color: rgb(239,135,192); }
div.DivClassName
{
background-color: #EF87C0;
}
.BgClassName
{
background-color: #EF87C0;
}
</style>
border-color css
<style>
span { border-color: #EF87C0; }
span { border-color: rgb(239,135,192); }
td.TdClassName
{
border-color: #EF87C0;
}
.TagClassName
{
border-color: #EF87C0;
}
</style>