Shades of Tea Rose #E68ECE
Tints of Tea Rose #E68ECE
RGB
CMYK
RGB Variations
Color information
#E68ECE (or 0xE68ECE) is known color: Tea Rose. HEX triplet: E6, 8E and CE. RGB value is (230,142,206). Sum of RGB (Red+Green+Blue) = 230+142+206=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ECE is #197131. Grayscale: #AFAFAF. Windows color (decimal): -1667378 or 13536998. OLE color: 13536998.
HSL color Cylindrical-coordinate representation of color #E68ECE: hue angle of 316.36º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68ECE is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 206 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.10 |
| HSL | 316.36º | 0.64% | 0.73% | - |
| HSV(B) | 316.36º | 0.38% | 0.9% | - |
| XYZ | 53.45 | 40.63 | 63.42 | - |
| YUV | 175.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 206 | 0 | 0.38 | 0.10 | 0.10 | 316.36 | 0.64 | 0.73 |
| Hex | E6 | 8E | CE | 0 | 26 | A | A | 13C | 40 | 49 |
| Octal | 346 | 216 | 316 | 0 | 46 | 12 | 12 | 474 | 100 | 111 |
| Binary | 11100110 | 10001110 | 11001110 | 0 | 100110 | 1010 | 1010 | 100111100 | 1000000 | 1001001 |
Color Harmonies of #E68ECE
Complementary color
Monochromatic Colors of #E68ECE
Black with #E68ECE
Text Example
Text Example
White with #E68ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ECE; }
p { color: rgb(230,142,206); }
H1.HeaderClassName
{
color: #E68ECE;
}
.AnyTagClassName
{
color: #E68ECE;
}
</style>
background-color css
<style>
a { background-color: #E68ECE; }
a { background-color: rgb(230,142,206); }
div.DivClassName
{
background-color: #E68ECE;
}
.BgClassName
{
background-color: #E68ECE;
}
</style>
border-color css
<style>
span { border-color: #E68ECE; }
span { border-color: rgb(230,142,206); }
td.TdClassName
{
border-color: #E68ECE;
}
.TagClassName
{
border-color: #E68ECE;
}
</style>