Shades of Tea Rose #E68DCD
Tints of Tea Rose #E68DCD
RGB
CMYK
RGB Variations
Color information
#E68DCD (or 0xE68DCD) is known color: Tea Rose. HEX triplet: E6, 8D and CD. RGB value is (230,141,205). Sum of RGB (Red+Green+Blue) = 230+141+205=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DCD is #197232. Grayscale: #AEAEAE. Windows color (decimal): -1667635 or 13471206. OLE color: 13471206.
HSL color Cylindrical-coordinate representation of color #E68DCD: hue angle of 316.85º 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 #E68DCD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 205 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.10 |
| HSL | 316.85º | 0.64% | 0.73% | - |
| HSV(B) | 316.85º | 0.39% | 0.9% | - |
| XYZ | 53.18 | 40.28 | 62.73 | - |
| YUV | 174.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 205 | 0 | 0.39 | 0.11 | 0.10 | 316.85 | 0.64 | 0.73 |
| Hex | E6 | 8D | CD | 0 | 27 | B | A | 13D | 40 | 49 |
| Octal | 346 | 215 | 315 | 0 | 47 | 13 | 12 | 475 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11001101 | 0 | 100111 | 1011 | 1010 | 100111101 | 1000000 | 1001001 |
Color Harmonies of #E68DCD
Complementary color
Monochromatic Colors of #E68DCD
Black with #E68DCD
Text Example
Text Example
White with #E68DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DCD; }
p { color: rgb(230,141,205); }
H1.HeaderClassName
{
color: #E68DCD;
}
.AnyTagClassName
{
color: #E68DCD;
}
</style>
background-color css
<style>
a { background-color: #E68DCD; }
a { background-color: rgb(230,141,205); }
div.DivClassName
{
background-color: #E68DCD;
}
.BgClassName
{
background-color: #E68DCD;
}
</style>
border-color css
<style>
span { border-color: #E68DCD; }
span { border-color: rgb(230,141,205); }
td.TdClassName
{
border-color: #E68DCD;
}
.TagClassName
{
border-color: #E68DCD;
}
</style>