Shades of Tea Rose #E68AC7
Tints of Tea Rose #E68AC7
RGB
CMYK
RGB Variations
Color information
#E68AC7 (or 0xE68AC7) is known color: Tea Rose. HEX triplet: E6, 8A and C7. RGB value is (230,138,199). Sum of RGB (Red+Green+Blue) = 230+138+199=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AC7 is #197538. Grayscale: #ACACAC. Windows color (decimal): -1668409 or 13077222. OLE color: 13077222.
HSL color Cylindrical-coordinate representation of color #E68AC7: hue angle of 320.22º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AC7 is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 199 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.10 |
| HSL | 320.22º | 0.65% | 0.72% | - |
| HSV(B) | 320.22º | 0.4% | 0.9% | - |
| XYZ | 52.03 | 39.12 | 58.84 | - |
| YUV | 172.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 199 | 0 | 0.4 | 0.13 | 0.10 | 320.22 | 0.65 | 0.72 |
| Hex | E6 | 8A | C7 | 0 | 28 | D | A | 140 | 41 | 48 |
| Octal | 346 | 212 | 307 | 0 | 50 | 15 | 12 | 500 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11000111 | 0 | 101000 | 1101 | 1010 | 101000000 | 1000001 | 1001000 |
Color Harmonies of #E68AC7
Complementary color
Monochromatic Colors of #E68AC7
Black with #E68AC7
Text Example
Text Example
White with #E68AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AC7; }
p { color: rgb(230,138,199); }
H1.HeaderClassName
{
color: #E68AC7;
}
.AnyTagClassName
{
color: #E68AC7;
}
</style>
background-color css
<style>
a { background-color: #E68AC7; }
a { background-color: rgb(230,138,199); }
div.DivClassName
{
background-color: #E68AC7;
}
.BgClassName
{
background-color: #E68AC7;
}
</style>
border-color css
<style>
span { border-color: #E68AC7; }
span { border-color: rgb(230,138,199); }
td.TdClassName
{
border-color: #E68AC7;
}
.TagClassName
{
border-color: #E68AC7;
}
</style>