Shades of Tea Rose #EB83D0
Tints of Tea Rose #EB83D0
RGB
CMYK
RGB Variations
Color information
#EB83D0 (or 0xEB83D0) is known color: Tea Rose. HEX triplet: EB, 83 and D0. RGB value is (235,131,208). Sum of RGB (Red+Green+Blue) = 235+131+208=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83D0 is #147C2F. Grayscale: #AAAAAA. Windows color (decimal): -1342512 or 13665259. OLE color: 13665259.
HSL color Cylindrical-coordinate representation of color #EB83D0: hue angle of 315.58º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB83D0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 131 | 208 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.08 |
| HSL | 315.58º | 0.72% | 0.72% | - |
| HSV(B) | 315.58º | 0.44% | 0.92% | - |
| XYZ | 53.76 | 38.45 | 64.26 | - |
| YUV | 170.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 131 | 208 | 0 | 0.44 | 0.11 | 0.08 | 315.58 | 0.72 | 0.72 |
| Hex | EB | 83 | D0 | 0 | 2C | B | 8 | 13C | 48 | 48 |
| Octal | 353 | 203 | 320 | 0 | 54 | 13 | 10 | 474 | 110 | 110 |
| Binary | 11101011 | 10000011 | 11010000 | 0 | 101100 | 1011 | 1000 | 100111100 | 1001000 | 1001000 |
Color Harmonies of #EB83D0
Complementary color
Monochromatic Colors of #EB83D0
Black with #EB83D0
Text Example
Text Example
White with #EB83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB83D0; }
p { color: rgb(235,131,208); }
H1.HeaderClassName
{
color: #EB83D0;
}
.AnyTagClassName
{
color: #EB83D0;
}
</style>
background-color css
<style>
a { background-color: #EB83D0; }
a { background-color: rgb(235,131,208); }
div.DivClassName
{
background-color: #EB83D0;
}
.BgClassName
{
background-color: #EB83D0;
}
</style>
border-color css
<style>
span { border-color: #EB83D0; }
span { border-color: rgb(235,131,208); }
td.TdClassName
{
border-color: #EB83D0;
}
.TagClassName
{
border-color: #EB83D0;
}
</style>