Shades of Tea Rose #E68DCF
Tints of Tea Rose #E68DCF
RGB
CMYK
RGB Variations
Color information
#E68DCF (or 0xE68DCF) is known color: Tea Rose. HEX triplet: E6, 8D and CF. RGB value is (230,141,207). Sum of RGB (Red+Green+Blue) = 230+141+207=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DCF is #197230. Grayscale: #AEAEAE. Windows color (decimal): -1667633 or 13602278. OLE color: 13602278.
HSL color Cylindrical-coordinate representation of color #E68DCF: hue angle of 315.51º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DCF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 207 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.10 |
| HSL | 315.51º | 0.64% | 0.73% | - |
| HSV(B) | 315.51º | 0.39% | 0.9% | - |
| XYZ | 53.42 | 40.38 | 64.01 | - |
| YUV | 175.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 207 | 0 | 0.39 | 0.10 | 0.10 | 315.51 | 0.64 | 0.73 |
| Hex | E6 | 8D | CF | 0 | 27 | A | A | 13C | 40 | 49 |
| Octal | 346 | 215 | 317 | 0 | 47 | 12 | 12 | 474 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11001111 | 0 | 100111 | 1010 | 1010 | 100111100 | 1000000 | 1001001 |
Color Harmonies of #E68DCF
Complementary color
Monochromatic Colors of #E68DCF
Black with #E68DCF
Text Example
Text Example
White with #E68DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DCF; }
p { color: rgb(230,141,207); }
H1.HeaderClassName
{
color: #E68DCF;
}
.AnyTagClassName
{
color: #E68DCF;
}
</style>
background-color css
<style>
a { background-color: #E68DCF; }
a { background-color: rgb(230,141,207); }
div.DivClassName
{
background-color: #E68DCF;
}
.BgClassName
{
background-color: #E68DCF;
}
</style>
border-color css
<style>
span { border-color: #E68DCF; }
span { border-color: rgb(230,141,207); }
td.TdClassName
{
border-color: #E68DCF;
}
.TagClassName
{
border-color: #E68DCF;
}
</style>