Shades of Tea Rose #EF8ABB
Tints of Tea Rose #EF8ABB
RGB
CMYK
RGB Variations
Color information
#EF8ABB (or 0xEF8ABB) is known color: Tea Rose. HEX triplet: EF, 8A and BB. RGB value is (239,138,187). Sum of RGB (Red+Green+Blue) = 239+138+187=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ABB is #107544. Grayscale: #ADADAD. Windows color (decimal): -1078597 or 12290799. OLE color: 12290799.
HSL color Cylindrical-coordinate representation of color #EF8ABB: hue angle of 330.89º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ABB is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 187 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.06 |
| HSL | 330.89º | 0.76% | 0.74% | - |
| HSV(B) | 330.89º | 0.42% | 0.94% | - |
| XYZ | 53.65 | 40.12 | 51.93 | - |
| YUV | 173.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 187 | 0 | 0.42 | 0.22 | 0.06 | 330.89 | 0.76 | 0.74 |
| Hex | EF | 8A | BB | 0 | 2A | 16 | 6 | 14B | 4C | 4A |
| Octal | 357 | 212 | 273 | 0 | 52 | 26 | 6 | 513 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10111011 | 0 | 101010 | 10110 | 110 | 101001011 | 1001100 | 1001010 |
Color Harmonies of #EF8ABB
Complementary color
Monochromatic Colors of #EF8ABB
Black with #EF8ABB
Text Example
Text Example
White with #EF8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ABB; }
p { color: rgb(239,138,187); }
H1.HeaderClassName
{
color: #EF8ABB;
}
.AnyTagClassName
{
color: #EF8ABB;
}
</style>
background-color css
<style>
a { background-color: #EF8ABB; }
a { background-color: rgb(239,138,187); }
div.DivClassName
{
background-color: #EF8ABB;
}
.BgClassName
{
background-color: #EF8ABB;
}
</style>
border-color css
<style>
span { border-color: #EF8ABB; }
span { border-color: rgb(239,138,187); }
td.TdClassName
{
border-color: #EF8ABB;
}
.TagClassName
{
border-color: #EF8ABB;
}
</style>