Shades of Tea Rose #EF8BCB
Tints of Tea Rose #EF8BCB
RGB
CMYK
RGB Variations
Color information
#EF8BCB (or 0xEF8BCB) is known color: Tea Rose. HEX triplet: EF, 8B and CB. RGB value is (239,139,203). Sum of RGB (Red+Green+Blue) = 239+139+203=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BCB is #107434. Grayscale: #B0B0B0. Windows color (decimal): -1078325 or 13339631. OLE color: 13339631.
HSL color Cylindrical-coordinate representation of color #EF8BCB: hue angle of 321.6º 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 #EF8BCB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 203 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 321.6º | 0.76% | 0.74% | - |
| HSV(B) | 321.6º | 0.42% | 0.94% | - |
| XYZ | 55.61 | 41.13 | 61.51 | - |
| YUV | 176.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 203 | 0 | 0.42 | 0.15 | 0.06 | 321.6 | 0.76 | 0.74 |
| Hex | EF | 8B | CB | 0 | 2A | F | 6 | 142 | 4C | 4A |
| Octal | 357 | 213 | 313 | 0 | 52 | 17 | 6 | 502 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11001011 | 0 | 101010 | 1111 | 110 | 101000010 | 1001100 | 1001010 |
Color Harmonies of #EF8BCB
Complementary color
Monochromatic Colors of #EF8BCB
Black with #EF8BCB
Text Example
Text Example
White with #EF8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BCB; }
p { color: rgb(239,139,203); }
H1.HeaderClassName
{
color: #EF8BCB;
}
.AnyTagClassName
{
color: #EF8BCB;
}
</style>
background-color css
<style>
a { background-color: #EF8BCB; }
a { background-color: rgb(239,139,203); }
div.DivClassName
{
background-color: #EF8BCB;
}
.BgClassName
{
background-color: #EF8BCB;
}
</style>
border-color css
<style>
span { border-color: #EF8BCB; }
span { border-color: rgb(239,139,203); }
td.TdClassName
{
border-color: #EF8BCB;
}
.TagClassName
{
border-color: #EF8BCB;
}
</style>