Shades of Tea Rose #E685C8
Tints of Tea Rose #E685C8
RGB
CMYK
RGB Variations
Color information
#E685C8 (or 0xE685C8) is known color: Tea Rose. HEX triplet: E6, 85 and C8. RGB value is (230,133,200). Sum of RGB (Red+Green+Blue) = 230+133+200=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E685C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685C8 is #197A37. Grayscale: #A9A9A9. Windows color (decimal): -1669688 or 13141478. OLE color: 13141478.
HSL color Cylindrical-coordinate representation of color #E685C8: hue angle of 318.56º 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 #E685C8 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 200 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.10 |
| HSL | 318.56º | 0.66% | 0.71% | - |
| HSV(B) | 318.56º | 0.42% | 0.9% | - |
| XYZ | 51.45 | 37.77 | 59.22 | - |
| YUV | 169.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 200 | 0 | 0.42 | 0.13 | 0.10 | 318.56 | 0.66 | 0.71 |
| Hex | E6 | 85 | C8 | 0 | 2A | D | A | 13F | 42 | 47 |
| Octal | 346 | 205 | 310 | 0 | 52 | 15 | 12 | 477 | 102 | 107 |
| Binary | 11100110 | 10000101 | 11001000 | 0 | 101010 | 1101 | 1010 | 100111111 | 1000010 | 1000111 |
Color Harmonies of #E685C8
Complementary color
Monochromatic Colors of #E685C8
Black with #E685C8
Text Example
Text Example
White with #E685C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685C8; }
p { color: rgb(230,133,200); }
H1.HeaderClassName
{
color: #E685C8;
}
.AnyTagClassName
{
color: #E685C8;
}
</style>
background-color css
<style>
a { background-color: #E685C8; }
a { background-color: rgb(230,133,200); }
div.DivClassName
{
background-color: #E685C8;
}
.BgClassName
{
background-color: #E685C8;
}
</style>
border-color css
<style>
span { border-color: #E685C8; }
span { border-color: rgb(230,133,200); }
td.TdClassName
{
border-color: #E685C8;
}
.TagClassName
{
border-color: #E685C8;
}
</style>