Shades of Tea Rose #ED86BF
Tints of Tea Rose #ED86BF
RGB
CMYK
RGB Variations
Color information
#ED86BF (or 0xED86BF) is known color: Tea Rose. HEX triplet: ED, 86 and BF. RGB value is (237,134,191). Sum of RGB (Red+Green+Blue) = 237+134+191=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86BF is #127940. Grayscale: #ABABAB. Windows color (decimal): -1210689 or 12551917. OLE color: 12551917.
HSL color Cylindrical-coordinate representation of color #ED86BF: hue angle of 326.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86BF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 191 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.07 |
| HSL | 326.8º | 0.74% | 0.73% | - |
| HSV(B) | 326.8º | 0.43% | 0.93% | - |
| XYZ | 52.85 | 38.82 | 54 | - |
| YUV | 171.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 191 | 0 | 0.43 | 0.19 | 0.07 | 326.8 | 0.74 | 0.73 |
| Hex | ED | 86 | BF | 0 | 2B | 13 | 7 | 147 | 4A | 49 |
| Octal | 355 | 206 | 277 | 0 | 53 | 23 | 7 | 507 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10111111 | 0 | 101011 | 10011 | 111 | 101000111 | 1001010 | 1001001 |
Color Harmonies of #ED86BF
Complementary color
Monochromatic Colors of #ED86BF
Black with #ED86BF
Text Example
Text Example
White with #ED86BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86BF; }
p { color: rgb(237,134,191); }
H1.HeaderClassName
{
color: #ED86BF;
}
.AnyTagClassName
{
color: #ED86BF;
}
</style>
background-color css
<style>
a { background-color: #ED86BF; }
a { background-color: rgb(237,134,191); }
div.DivClassName
{
background-color: #ED86BF;
}
.BgClassName
{
background-color: #ED86BF;
}
</style>
border-color css
<style>
span { border-color: #ED86BF; }
span { border-color: rgb(237,134,191); }
td.TdClassName
{
border-color: #ED86BF;
}
.TagClassName
{
border-color: #ED86BF;
}
</style>