Shades of Tea Rose #ED84BF
Tints of Tea Rose #ED84BF
RGB
CMYK
RGB Variations
Color information
#ED84BF (or 0xED84BF) is known color: Tea Rose. HEX triplet: ED, 84 and BF. RGB value is (237,132,191). Sum of RGB (Red+Green+Blue) = 237+132+191=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84BF is #127B40. Grayscale: #A9A9A9. Windows color (decimal): -1211201 or 12551405. OLE color: 12551405.
HSL color Cylindrical-coordinate representation of color #ED84BF: hue angle of 326.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84BF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 191 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.07 |
| HSL | 326.29º | 0.74% | 0.72% | - |
| HSV(B) | 326.29º | 0.44% | 0.93% | - |
| XYZ | 52.58 | 38.27 | 53.91 | - |
| YUV | 170.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 191 | 0 | 0.44 | 0.19 | 0.07 | 326.29 | 0.74 | 0.72 |
| Hex | ED | 84 | BF | 0 | 2C | 13 | 7 | 146 | 4A | 48 |
| Octal | 355 | 204 | 277 | 0 | 54 | 23 | 7 | 506 | 112 | 110 |
| Binary | 11101101 | 10000100 | 10111111 | 0 | 101100 | 10011 | 111 | 101000110 | 1001010 | 1001000 |
Color Harmonies of #ED84BF
Complementary color
Monochromatic Colors of #ED84BF
Black with #ED84BF
Text Example
Text Example
White with #ED84BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84BF; }
p { color: rgb(237,132,191); }
H1.HeaderClassName
{
color: #ED84BF;
}
.AnyTagClassName
{
color: #ED84BF;
}
</style>
background-color css
<style>
a { background-color: #ED84BF; }
a { background-color: rgb(237,132,191); }
div.DivClassName
{
background-color: #ED84BF;
}
.BgClassName
{
background-color: #ED84BF;
}
</style>
border-color css
<style>
span { border-color: #ED84BF; }
span { border-color: rgb(237,132,191); }
td.TdClassName
{
border-color: #ED84BF;
}
.TagClassName
{
border-color: #ED84BF;
}
</style>