Shades of Tea Rose #EA83D0
Tints of Tea Rose #EA83D0
RGB
CMYK
RGB Variations
Color information
#EA83D0 (or 0xEA83D0) is known color: Tea Rose. HEX triplet: EA, 83 and D0. RGB value is (234,131,208). Sum of RGB (Red+Green+Blue) = 234+131+208=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D0 is #157C2F. Grayscale: #AAAAAA. Windows color (decimal): -1408048 or 13665258. OLE color: 13665258.
HSL color Cylindrical-coordinate representation of color #EA83D0: hue angle of 315.15º degrees, saturation: 0.71, 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 #EA83D0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 208 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.08 |
| HSL | 315.15º | 0.71% | 0.72% | - |
| HSV(B) | 315.15º | 0.44% | 0.92% | - |
| XYZ | 53.43 | 38.28 | 64.25 | - |
| YUV | 170.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 208 | 0 | 0.44 | 0.11 | 0.08 | 315.15 | 0.71 | 0.72 |
| Hex | EA | 83 | D0 | 0 | 2C | B | 8 | 13B | 47 | 48 |
| Octal | 352 | 203 | 320 | 0 | 54 | 13 | 10 | 473 | 107 | 110 |
| Binary | 11101010 | 10000011 | 11010000 | 0 | 101100 | 1011 | 1000 | 100111011 | 1000111 | 1001000 |
Color Harmonies of #EA83D0
Complementary color
Monochromatic Colors of #EA83D0
Black with #EA83D0
Text Example
Text Example
White with #EA83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83D0; }
p { color: rgb(234,131,208); }
H1.HeaderClassName
{
color: #EA83D0;
}
.AnyTagClassName
{
color: #EA83D0;
}
</style>
background-color css
<style>
a { background-color: #EA83D0; }
a { background-color: rgb(234,131,208); }
div.DivClassName
{
background-color: #EA83D0;
}
.BgClassName
{
background-color: #EA83D0;
}
</style>
border-color css
<style>
span { border-color: #EA83D0; }
span { border-color: rgb(234,131,208); }
td.TdClassName
{
border-color: #EA83D0;
}
.TagClassName
{
border-color: #EA83D0;
}
</style>