Shades of Tea Rose #EF8BBE
Tints of Tea Rose #EF8BBE
RGB
CMYK
RGB Variations
Color information
#EF8BBE (or 0xEF8BBE) is known color: Tea Rose. HEX triplet: EF, 8B and BE. RGB value is (239,139,190). Sum of RGB (Red+Green+Blue) = 239+139+190=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BBE is #107441. Grayscale: #AEAEAE. Windows color (decimal): -1078338 or 12487663. OLE color: 12487663.
HSL color Cylindrical-coordinate representation of color #EF8BBE: hue angle of 329.4º 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 #EF8BBE is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 190 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.06 |
| HSL | 329.4º | 0.76% | 0.74% | - |
| HSV(B) | 329.4º | 0.42% | 0.94% | - |
| XYZ | 54.12 | 40.53 | 53.69 | - |
| YUV | 174.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 190 | 0 | 0.42 | 0.21 | 0.06 | 329.4 | 0.76 | 0.74 |
| Hex | EF | 8B | BE | 0 | 2A | 15 | 6 | 149 | 4C | 4A |
| Octal | 357 | 213 | 276 | 0 | 52 | 25 | 6 | 511 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10111110 | 0 | 101010 | 10101 | 110 | 101001001 | 1001100 | 1001010 |
Color Harmonies of #EF8BBE
Complementary color
Monochromatic Colors of #EF8BBE
Black with #EF8BBE
Text Example
Text Example
White with #EF8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BBE; }
p { color: rgb(239,139,190); }
H1.HeaderClassName
{
color: #EF8BBE;
}
.AnyTagClassName
{
color: #EF8BBE;
}
</style>
background-color css
<style>
a { background-color: #EF8BBE; }
a { background-color: rgb(239,139,190); }
div.DivClassName
{
background-color: #EF8BBE;
}
.BgClassName
{
background-color: #EF8BBE;
}
</style>
border-color css
<style>
span { border-color: #EF8BBE; }
span { border-color: rgb(239,139,190); }
td.TdClassName
{
border-color: #EF8BBE;
}
.TagClassName
{
border-color: #EF8BBE;
}
</style>