Shades of Tea Rose #EF7BCE
Tints of Tea Rose #EF7BCE
RGB
CMYK
RGB Variations
Color information
#EF7BCE (or 0xEF7BCE) is known color: Tea Rose. HEX triplet: EF, 7B and CE. RGB value is (239,123,206). Sum of RGB (Red+Green+Blue) = 239+123+206=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BCE is #108431. Grayscale: #A6A6A6. Windows color (decimal): -1082418 or 13532143. OLE color: 13532143.
HSL color Cylindrical-coordinate representation of color #EF7BCE: hue angle of 317.07º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BCE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 206 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.06 |
| HSL | 317.07º | 0.78% | 0.71% | - |
| HSV(B) | 317.07º | 0.49% | 0.94% | - |
| XYZ | 53.82 | 36.97 | 62.69 | - |
| YUV | 167.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 206 | 0 | 0.49 | 0.14 | 0.06 | 317.07 | 0.78 | 0.71 |
| Hex | EF | 7B | CE | 0 | 31 | E | 6 | 13D | 4E | 47 |
| Octal | 357 | 173 | 316 | 0 | 61 | 16 | 6 | 475 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11001110 | 0 | 110001 | 1110 | 110 | 100111101 | 1001110 | 1000111 |
Color Harmonies of #EF7BCE
Complementary color
Monochromatic Colors of #EF7BCE
Black with #EF7BCE
Text Example
Text Example
White with #EF7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BCE; }
p { color: rgb(239,123,206); }
H1.HeaderClassName
{
color: #EF7BCE;
}
.AnyTagClassName
{
color: #EF7BCE;
}
</style>
background-color css
<style>
a { background-color: #EF7BCE; }
a { background-color: rgb(239,123,206); }
div.DivClassName
{
background-color: #EF7BCE;
}
.BgClassName
{
background-color: #EF7BCE;
}
</style>
border-color css
<style>
span { border-color: #EF7BCE; }
span { border-color: rgb(239,123,206); }
td.TdClassName
{
border-color: #EF7BCE;
}
.TagClassName
{
border-color: #EF7BCE;
}
</style>