Shades of Tea Rose #E689C5
Tints of Tea Rose #E689C5
RGB
CMYK
RGB Variations
Color information
#E689C5 (or 0xE689C5) is known color: Tea Rose. HEX triplet: E6, 89 and C5. RGB value is (230,137,197). Sum of RGB (Red+Green+Blue) = 230+137+197=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E689C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689C5 is #19763A. Grayscale: #ABABAB. Windows color (decimal): -1668667 or 12945894. OLE color: 12945894.
HSL color Cylindrical-coordinate representation of color #E689C5: hue angle of 321.29º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689C5 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 197 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.10 |
| HSL | 321.29º | 0.65% | 0.72% | - |
| HSV(B) | 321.29º | 0.4% | 0.9% | - |
| XYZ | 51.66 | 38.75 | 57.58 | - |
| YUV | 171.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 197 | 0 | 0.40 | 0.14 | 0.10 | 321.29 | 0.65 | 0.72 |
| Hex | E6 | 89 | C5 | 0 | 28 | E | A | 141 | 41 | 48 |
| Octal | 346 | 211 | 305 | 0 | 50 | 16 | 12 | 501 | 101 | 110 |
| Binary | 11100110 | 10001001 | 11000101 | 0 | 101000 | 1110 | 1010 | 101000001 | 1000001 | 1001000 |
Color Harmonies of #E689C5
Complementary color
Monochromatic Colors of #E689C5
Black with #E689C5
Text Example
Text Example
White with #E689C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689C5; }
p { color: rgb(230,137,197); }
H1.HeaderClassName
{
color: #E689C5;
}
.AnyTagClassName
{
color: #E689C5;
}
</style>
background-color css
<style>
a { background-color: #E689C5; }
a { background-color: rgb(230,137,197); }
div.DivClassName
{
background-color: #E689C5;
}
.BgClassName
{
background-color: #E689C5;
}
</style>
border-color css
<style>
span { border-color: #E689C5; }
span { border-color: rgb(230,137,197); }
td.TdClassName
{
border-color: #E689C5;
}
.TagClassName
{
border-color: #E689C5;
}
</style>