Shades of Tea Rose #E686CE
Tints of Tea Rose #E686CE
RGB
CMYK
RGB Variations
Color information
#E686CE (or 0xE686CE) is known color: Tea Rose. HEX triplet: E6, 86 and CE. RGB value is (230,134,206). Sum of RGB (Red+Green+Blue) = 230+134+206=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E686CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686CE is #197931. Grayscale: #AAAAAA. Windows color (decimal): -1669426 or 13534950. OLE color: 13534950.
HSL color Cylindrical-coordinate representation of color #E686CE: hue angle of 315º 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 #E686CE is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 206 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.10 |
| HSL | 315º | 0.66% | 0.71% | - |
| HSV(B) | 315º | 0.42% | 0.9% | - |
| XYZ | 52.3 | 38.33 | 63.03 | - |
| YUV | 170.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 206 | 0 | 0.42 | 0.10 | 0.10 | 315 | 0.66 | 0.71 |
| Hex | E6 | 86 | CE | 0 | 2A | A | A | 13B | 42 | 47 |
| Octal | 346 | 206 | 316 | 0 | 52 | 12 | 12 | 473 | 102 | 107 |
| Binary | 11100110 | 10000110 | 11001110 | 0 | 101010 | 1010 | 1010 | 100111011 | 1000010 | 1000111 |
Color Harmonies of #E686CE
Complementary color
Monochromatic Colors of #E686CE
Black with #E686CE
Text Example
Text Example
White with #E686CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686CE; }
p { color: rgb(230,134,206); }
H1.HeaderClassName
{
color: #E686CE;
}
.AnyTagClassName
{
color: #E686CE;
}
</style>
background-color css
<style>
a { background-color: #E686CE; }
a { background-color: rgb(230,134,206); }
div.DivClassName
{
background-color: #E686CE;
}
.BgClassName
{
background-color: #E686CE;
}
</style>
border-color css
<style>
span { border-color: #E686CE; }
span { border-color: rgb(230,134,206); }
td.TdClassName
{
border-color: #E686CE;
}
.TagClassName
{
border-color: #E686CE;
}
</style>