Shades of Tea Rose #EF92CE
Tints of Tea Rose #EF92CE
RGB
CMYK
RGB Variations
Color information
#EF92CE (or 0xEF92CE) is known color: Tea Rose. HEX triplet: EF, 92 and CE. RGB value is (239,146,206). Sum of RGB (Red+Green+Blue) = 239+146+206=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92CE is #106D31. Grayscale: #B4B4B4. Windows color (decimal): -1076530 or 13538031. OLE color: 13538031.
HSL color Cylindrical-coordinate representation of color #EF92CE: hue angle of 321.29º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92CE is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 206 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.06 |
| HSL | 321.29º | 0.74% | 0.75% | - |
| HSV(B) | 321.29º | 0.39% | 0.94% | - |
| XYZ | 57.02 | 43.36 | 63.76 | - |
| YUV | 180.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 206 | 0 | 0.39 | 0.14 | 0.06 | 321.29 | 0.74 | 0.75 |
| Hex | EF | 92 | CE | 0 | 27 | E | 6 | 141 | 4A | 4B |
| Octal | 357 | 222 | 316 | 0 | 47 | 16 | 6 | 501 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11001110 | 0 | 100111 | 1110 | 110 | 101000001 | 1001010 | 1001011 |
Color Harmonies of #EF92CE
Complementary color
Monochromatic Colors of #EF92CE
Black with #EF92CE
Text Example
Text Example
White with #EF92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92CE; }
p { color: rgb(239,146,206); }
H1.HeaderClassName
{
color: #EF92CE;
}
.AnyTagClassName
{
color: #EF92CE;
}
</style>
background-color css
<style>
a { background-color: #EF92CE; }
a { background-color: rgb(239,146,206); }
div.DivClassName
{
background-color: #EF92CE;
}
.BgClassName
{
background-color: #EF92CE;
}
</style>
border-color css
<style>
span { border-color: #EF92CE; }
span { border-color: rgb(239,146,206); }
td.TdClassName
{
border-color: #EF92CE;
}
.TagClassName
{
border-color: #EF92CE;
}
</style>