Shades of Tea Rose #EF83C7
Tints of Tea Rose #EF83C7
RGB
CMYK
RGB Variations
Color information
#EF83C7 (or 0xEF83C7) is known color: Tea Rose. HEX triplet: EF, 83 and C7. RGB value is (239,131,199). Sum of RGB (Red+Green+Blue) = 239+131+199=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83C7 is #107C38. Grayscale: #AAAAAA. Windows color (decimal): -1080377 or 13075439. OLE color: 13075439.
HSL color Cylindrical-coordinate representation of color #EF83C7: hue angle of 322.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF83C7 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 199 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.06 |
| HSL | 322.22º | 0.77% | 0.73% | - |
| HSV(B) | 322.22º | 0.45% | 0.94% | - |
| XYZ | 54.02 | 38.71 | 58.66 | - |
| YUV | 171.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 199 | 0 | 0.45 | 0.17 | 0.06 | 322.22 | 0.77 | 0.73 |
| Hex | EF | 83 | C7 | 0 | 2D | 11 | 6 | 142 | 4D | 49 |
| Octal | 357 | 203 | 307 | 0 | 55 | 21 | 6 | 502 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11000111 | 0 | 101101 | 10001 | 110 | 101000010 | 1001101 | 1001001 |
Color Harmonies of #EF83C7
Complementary color
Monochromatic Colors of #EF83C7
Black with #EF83C7
Text Example
Text Example
White with #EF83C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83C7; }
p { color: rgb(239,131,199); }
H1.HeaderClassName
{
color: #EF83C7;
}
.AnyTagClassName
{
color: #EF83C7;
}
</style>
background-color css
<style>
a { background-color: #EF83C7; }
a { background-color: rgb(239,131,199); }
div.DivClassName
{
background-color: #EF83C7;
}
.BgClassName
{
background-color: #EF83C7;
}
</style>
border-color css
<style>
span { border-color: #EF83C7; }
span { border-color: rgb(239,131,199); }
td.TdClassName
{
border-color: #EF83C7;
}
.TagClassName
{
border-color: #EF83C7;
}
</style>