Shades of Tea Rose #E68AC5
Tints of Tea Rose #E68AC5
RGB
CMYK
RGB Variations
Color information
#E68AC5 (or 0xE68AC5) is known color: Tea Rose. HEX triplet: E6, 8A and C5. RGB value is (230,138,197). Sum of RGB (Red+Green+Blue) = 230+138+197=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AC5 is #19753A. Grayscale: #ACACAC. Windows color (decimal): -1668411 or 12946150. OLE color: 12946150.
HSL color Cylindrical-coordinate representation of color #E68AC5: hue angle of 321.52º 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 #E68AC5 is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 197 | - |
| CMYK | 0 | 0.4 | 0.14 | 0.10 |
| HSL | 321.52º | 0.65% | 0.72% | - |
| HSV(B) | 321.52º | 0.4% | 0.9% | - |
| XYZ | 51.8 | 39.03 | 57.63 | - |
| YUV | 172.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 197 | 0 | 0.4 | 0.14 | 0.10 | 321.52 | 0.65 | 0.72 |
| Hex | E6 | 8A | C5 | 0 | 28 | E | A | 142 | 41 | 48 |
| Octal | 346 | 212 | 305 | 0 | 50 | 16 | 12 | 502 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11000101 | 0 | 101000 | 1110 | 1010 | 101000010 | 1000001 | 1001000 |
Color Harmonies of #E68AC5
Complementary color
Monochromatic Colors of #E68AC5
Black with #E68AC5
Text Example
Text Example
White with #E68AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AC5; }
p { color: rgb(230,138,197); }
H1.HeaderClassName
{
color: #E68AC5;
}
.AnyTagClassName
{
color: #E68AC5;
}
</style>
background-color css
<style>
a { background-color: #E68AC5; }
a { background-color: rgb(230,138,197); }
div.DivClassName
{
background-color: #E68AC5;
}
.BgClassName
{
background-color: #E68AC5;
}
</style>
border-color css
<style>
span { border-color: #E68AC5; }
span { border-color: rgb(230,138,197); }
td.TdClassName
{
border-color: #E68AC5;
}
.TagClassName
{
border-color: #E68AC5;
}
</style>