Shades of Tea Rose #EF87D0
Tints of Tea Rose #EF87D0
RGB
CMYK
RGB Variations
Color information
#EF87D0 (or 0xEF87D0) is known color: Tea Rose. HEX triplet: EF, 87 and D0. RGB value is (239,135,208). Sum of RGB (Red+Green+Blue) = 239+135+208=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87D0 is #10782F. Grayscale: #AEAEAE. Windows color (decimal): -1079344 or 13666287. OLE color: 13666287.
HSL color Cylindrical-coordinate representation of color #EF87D0: hue angle of 317.88º 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 #EF87D0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 208 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.06 |
| HSL | 317.88º | 0.76% | 0.73% | - |
| HSV(B) | 317.88º | 0.44% | 0.94% | - |
| XYZ | 55.65 | 40.23 | 64.51 | - |
| YUV | 174.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 208 | 0 | 0.44 | 0.13 | 0.06 | 317.88 | 0.76 | 0.73 |
| Hex | EF | 87 | D0 | 0 | 2C | D | 6 | 13E | 4C | 49 |
| Octal | 357 | 207 | 320 | 0 | 54 | 15 | 6 | 476 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11010000 | 0 | 101100 | 1101 | 110 | 100111110 | 1001100 | 1001001 |
Color Harmonies of #EF87D0
Complementary color
Monochromatic Colors of #EF87D0
Black with #EF87D0
Text Example
Text Example
White with #EF87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87D0; }
p { color: rgb(239,135,208); }
H1.HeaderClassName
{
color: #EF87D0;
}
.AnyTagClassName
{
color: #EF87D0;
}
</style>
background-color css
<style>
a { background-color: #EF87D0; }
a { background-color: rgb(239,135,208); }
div.DivClassName
{
background-color: #EF87D0;
}
.BgClassName
{
background-color: #EF87D0;
}
</style>
border-color css
<style>
span { border-color: #EF87D0; }
span { border-color: rgb(239,135,208); }
td.TdClassName
{
border-color: #EF87D0;
}
.TagClassName
{
border-color: #EF87D0;
}
</style>