Shades of Tea Rose #E686BF
Tints of Tea Rose #E686BF
RGB
CMYK
RGB Variations
Color information
#E686BF (or 0xE686BF) is known color: Tea Rose. HEX triplet: E6, 86 and BF. RGB value is (230,134,191). Sum of RGB (Red+Green+Blue) = 230+134+191=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E686BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686BF is #197940. Grayscale: #A9A9A9. Windows color (decimal): -1669441 or 12551910. OLE color: 12551910.
HSL color Cylindrical-coordinate representation of color #E686BF: hue angle of 324.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686BF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 191 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.10 |
| HSL | 324.38º | 0.66% | 0.71% | - |
| HSV(B) | 324.38º | 0.42% | 0.9% | - |
| XYZ | 50.56 | 37.63 | 53.89 | - |
| YUV | 169.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 191 | 0 | 0.42 | 0.17 | 0.10 | 324.38 | 0.66 | 0.71 |
| Hex | E6 | 86 | BF | 0 | 2A | 11 | A | 144 | 42 | 47 |
| Octal | 346 | 206 | 277 | 0 | 52 | 21 | 12 | 504 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10111111 | 0 | 101010 | 10001 | 1010 | 101000100 | 1000010 | 1000111 |
Color Harmonies of #E686BF
Complementary color
Monochromatic Colors of #E686BF
Black with #E686BF
Text Example
Text Example
White with #E686BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686BF; }
p { color: rgb(230,134,191); }
H1.HeaderClassName
{
color: #E686BF;
}
.AnyTagClassName
{
color: #E686BF;
}
</style>
background-color css
<style>
a { background-color: #E686BF; }
a { background-color: rgb(230,134,191); }
div.DivClassName
{
background-color: #E686BF;
}
.BgClassName
{
background-color: #E686BF;
}
</style>
border-color css
<style>
span { border-color: #E686BF; }
span { border-color: rgb(230,134,191); }
td.TdClassName
{
border-color: #E686BF;
}
.TagClassName
{
border-color: #E686BF;
}
</style>