Shades of Tea Rose #EF88BC
Tints of Tea Rose #EF88BC
RGB
CMYK
RGB Variations
Color information
#EF88BC (or 0xEF88BC) is known color: Tea Rose. HEX triplet: EF, 88 and BC. RGB value is (239,136,188). Sum of RGB (Red+Green+Blue) = 239+136+188=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88BC is #107743. Grayscale: #ACACAC. Windows color (decimal): -1079108 or 12355823. OLE color: 12355823.
HSL color Cylindrical-coordinate representation of color #EF88BC: hue angle of 329.71º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88BC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 188 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.06 |
| HSL | 329.71º | 0.76% | 0.74% | - |
| HSV(B) | 329.71º | 0.43% | 0.94% | - |
| XYZ | 53.48 | 39.59 | 52.4 | - |
| YUV | 172.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 188 | 0 | 0.43 | 0.21 | 0.06 | 329.71 | 0.76 | 0.74 |
| Hex | EF | 88 | BC | 0 | 2B | 15 | 6 | 14A | 4C | 4A |
| Octal | 357 | 210 | 274 | 0 | 53 | 25 | 6 | 512 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10111100 | 0 | 101011 | 10101 | 110 | 101001010 | 1001100 | 1001010 |
Color Harmonies of #EF88BC
Complementary color
Monochromatic Colors of #EF88BC
Black with #EF88BC
Text Example
Text Example
White with #EF88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88BC; }
p { color: rgb(239,136,188); }
H1.HeaderClassName
{
color: #EF88BC;
}
.AnyTagClassName
{
color: #EF88BC;
}
</style>
background-color css
<style>
a { background-color: #EF88BC; }
a { background-color: rgb(239,136,188); }
div.DivClassName
{
background-color: #EF88BC;
}
.BgClassName
{
background-color: #EF88BC;
}
</style>
border-color css
<style>
span { border-color: #EF88BC; }
span { border-color: rgb(239,136,188); }
td.TdClassName
{
border-color: #EF88BC;
}
.TagClassName
{
border-color: #EF88BC;
}
</style>