Shades of Tea Rose #EF8BC3
Tints of Tea Rose #EF8BC3
RGB
CMYK
RGB Variations
Color information
#EF8BC3 (or 0xEF8BC3) is known color: Tea Rose. HEX triplet: EF, 8B and C3. RGB value is (239,139,195). Sum of RGB (Red+Green+Blue) = 239+139+195=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BC3 is #10743C. Grayscale: #AFAFAF. Windows color (decimal): -1078333 or 12815343. OLE color: 12815343.
HSL color Cylindrical-coordinate representation of color #EF8BC3: hue angle of 326.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 #EF8BC3 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 195 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.06 |
| HSL | 326.4º | 0.76% | 0.74% | - |
| HSV(B) | 326.4º | 0.42% | 0.94% | - |
| XYZ | 54.68 | 40.76 | 56.61 | - |
| YUV | 175.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 195 | 0 | 0.42 | 0.18 | 0.06 | 326.4 | 0.76 | 0.74 |
| Hex | EF | 8B | C3 | 0 | 2A | 12 | 6 | 146 | 4C | 4A |
| Octal | 357 | 213 | 303 | 0 | 52 | 22 | 6 | 506 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11000011 | 0 | 101010 | 10010 | 110 | 101000110 | 1001100 | 1001010 |
Color Harmonies of #EF8BC3
Complementary color
Monochromatic Colors of #EF8BC3
Black with #EF8BC3
Text Example
Text Example
White with #EF8BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BC3; }
p { color: rgb(239,139,195); }
H1.HeaderClassName
{
color: #EF8BC3;
}
.AnyTagClassName
{
color: #EF8BC3;
}
</style>
background-color css
<style>
a { background-color: #EF8BC3; }
a { background-color: rgb(239,139,195); }
div.DivClassName
{
background-color: #EF8BC3;
}
.BgClassName
{
background-color: #EF8BC3;
}
</style>
border-color css
<style>
span { border-color: #EF8BC3; }
span { border-color: rgb(239,139,195); }
td.TdClassName
{
border-color: #EF8BC3;
}
.TagClassName
{
border-color: #EF8BC3;
}
</style>