Shades of Tea Rose #E68DCC
Tints of Tea Rose #E68DCC
RGB
CMYK
RGB Variations
Color information
#E68DCC (or 0xE68DCC) is known color: Tea Rose. HEX triplet: E6, 8D and CC. RGB value is (230,141,204). Sum of RGB (Red+Green+Blue) = 230+141+204=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DCC is #197233. Grayscale: #AEAEAE. Windows color (decimal): -1667636 or 13405670. OLE color: 13405670.
HSL color Cylindrical-coordinate representation of color #E68DCC: hue angle of 317.53º 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 #E68DCC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 204 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.10 |
| HSL | 317.53º | 0.64% | 0.73% | - |
| HSV(B) | 317.53º | 0.39% | 0.9% | - |
| XYZ | 53.06 | 40.23 | 62.1 | - |
| YUV | 174.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 204 | 0 | 0.39 | 0.11 | 0.10 | 317.53 | 0.64 | 0.73 |
| Hex | E6 | 8D | CC | 0 | 27 | B | A | 13E | 40 | 49 |
| Octal | 346 | 215 | 314 | 0 | 47 | 13 | 12 | 476 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11001100 | 0 | 100111 | 1011 | 1010 | 100111110 | 1000000 | 1001001 |
Color Harmonies of #E68DCC
Complementary color
Monochromatic Colors of #E68DCC
Black with #E68DCC
Text Example
Text Example
White with #E68DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DCC; }
p { color: rgb(230,141,204); }
H1.HeaderClassName
{
color: #E68DCC;
}
.AnyTagClassName
{
color: #E68DCC;
}
</style>
background-color css
<style>
a { background-color: #E68DCC; }
a { background-color: rgb(230,141,204); }
div.DivClassName
{
background-color: #E68DCC;
}
.BgClassName
{
background-color: #E68DCC;
}
</style>
border-color css
<style>
span { border-color: #E68DCC; }
span { border-color: rgb(230,141,204); }
td.TdClassName
{
border-color: #E68DCC;
}
.TagClassName
{
border-color: #E68DCC;
}
</style>