Shades of Tea Rose #EF8CC0
Tints of Tea Rose #EF8CC0
RGB
CMYK
RGB Variations
Color information
#EF8CC0 (or 0xEF8CC0) is known color: Tea Rose. HEX triplet: EF, 8C and C0. RGB value is (239,140,192). Sum of RGB (Red+Green+Blue) = 239+140+192=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CC0 is #10733F. Grayscale: #AFAFAF. Windows color (decimal): -1078080 or 12618991. OLE color: 12618991.
HSL color Cylindrical-coordinate representation of color #EF8CC0: hue angle of 328.48º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CC0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 192 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.06 |
| HSL | 328.48º | 0.76% | 0.74% | - |
| HSV(B) | 328.48º | 0.41% | 0.94% | - |
| XYZ | 54.49 | 40.91 | 54.89 | - |
| YUV | 175.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 192 | 0 | 0.41 | 0.20 | 0.06 | 328.48 | 0.76 | 0.74 |
| Hex | EF | 8C | C0 | 0 | 29 | 14 | 6 | 148 | 4C | 4A |
| Octal | 357 | 214 | 300 | 0 | 51 | 24 | 6 | 510 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11000000 | 0 | 101001 | 10100 | 110 | 101001000 | 1001100 | 1001010 |
Color Harmonies of #EF8CC0
Complementary color
Monochromatic Colors of #EF8CC0
Black with #EF8CC0
Text Example
Text Example
White with #EF8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CC0; }
p { color: rgb(239,140,192); }
H1.HeaderClassName
{
color: #EF8CC0;
}
.AnyTagClassName
{
color: #EF8CC0;
}
</style>
background-color css
<style>
a { background-color: #EF8CC0; }
a { background-color: rgb(239,140,192); }
div.DivClassName
{
background-color: #EF8CC0;
}
.BgClassName
{
background-color: #EF8CC0;
}
</style>
border-color css
<style>
span { border-color: #EF8CC0; }
span { border-color: rgb(239,140,192); }
td.TdClassName
{
border-color: #EF8CC0;
}
.TagClassName
{
border-color: #EF8CC0;
}
</style>