Shades of Tea Rose #E68CCE
Tints of Tea Rose #E68CCE
RGB
CMYK
RGB Variations
Color information
#E68CCE (or 0xE68CCE) is known color: Tea Rose. HEX triplet: E6, 8C and CE. RGB value is (230,140,206). Sum of RGB (Red+Green+Blue) = 230+140+206=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CCE is #197331. Grayscale: #AEAEAE. Windows color (decimal): -1667890 or 13536486. OLE color: 13536486.
HSL color Cylindrical-coordinate representation of color #E68CCE: hue angle of 316º 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 #E68CCE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 206 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.10 |
| HSL | 316º | 0.64% | 0.73% | - |
| HSV(B) | 316º | 0.39% | 0.9% | - |
| XYZ | 53.15 | 40.04 | 63.32 | - |
| YUV | 174.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 206 | 0 | 0.39 | 0.10 | 0.10 | 316 | 0.64 | 0.73 |
| Hex | E6 | 8C | CE | 0 | 27 | A | A | 13C | 40 | 49 |
| Octal | 346 | 214 | 316 | 0 | 47 | 12 | 12 | 474 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11001110 | 0 | 100111 | 1010 | 1010 | 100111100 | 1000000 | 1001001 |
Color Harmonies of #E68CCE
Complementary color
Monochromatic Colors of #E68CCE
Black with #E68CCE
Text Example
Text Example
White with #E68CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CCE; }
p { color: rgb(230,140,206); }
H1.HeaderClassName
{
color: #E68CCE;
}
.AnyTagClassName
{
color: #E68CCE;
}
</style>
background-color css
<style>
a { background-color: #E68CCE; }
a { background-color: rgb(230,140,206); }
div.DivClassName
{
background-color: #E68CCE;
}
.BgClassName
{
background-color: #E68CCE;
}
</style>
border-color css
<style>
span { border-color: #E68CCE; }
span { border-color: rgb(230,140,206); }
td.TdClassName
{
border-color: #E68CCE;
}
.TagClassName
{
border-color: #E68CCE;
}
</style>