Shades of Tea Rose #EF83C1
Tints of Tea Rose #EF83C1
RGB
CMYK
RGB Variations
Color information
#EF83C1 (or 0xEF83C1) is known color: Tea Rose. HEX triplet: EF, 83 and C1. RGB value is (239,131,193). Sum of RGB (Red+Green+Blue) = 239+131+193=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83C1 is #107C3E. Grayscale: #AAAAAA. Windows color (decimal): -1080383 or 12682223. OLE color: 12682223.
HSL color Cylindrical-coordinate representation of color #EF83C1: hue angle of 325.56º 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 #EF83C1 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 193 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.06 |
| HSL | 325.56º | 0.77% | 0.73% | - |
| HSV(B) | 325.56º | 0.45% | 0.94% | - |
| XYZ | 53.34 | 38.43 | 55.06 | - |
| YUV | 170.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 193 | 0 | 0.45 | 0.19 | 0.06 | 325.56 | 0.77 | 0.73 |
| Hex | EF | 83 | C1 | 0 | 2D | 13 | 6 | 146 | 4D | 49 |
| Octal | 357 | 203 | 301 | 0 | 55 | 23 | 6 | 506 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11000001 | 0 | 101101 | 10011 | 110 | 101000110 | 1001101 | 1001001 |
Color Harmonies of #EF83C1
Complementary color
Monochromatic Colors of #EF83C1
Black with #EF83C1
Text Example
Text Example
White with #EF83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83C1; }
p { color: rgb(239,131,193); }
H1.HeaderClassName
{
color: #EF83C1;
}
.AnyTagClassName
{
color: #EF83C1;
}
</style>
background-color css
<style>
a { background-color: #EF83C1; }
a { background-color: rgb(239,131,193); }
div.DivClassName
{
background-color: #EF83C1;
}
.BgClassName
{
background-color: #EF83C1;
}
</style>
border-color css
<style>
span { border-color: #EF83C1; }
span { border-color: rgb(239,131,193); }
td.TdClassName
{
border-color: #EF83C1;
}
.TagClassName
{
border-color: #EF83C1;
}
</style>