Shades of Tea Rose #E68ACC
Tints of Tea Rose #E68ACC
RGB
CMYK
RGB Variations
Color information
#E68ACC (or 0xE68ACC) is known color: Tea Rose. HEX triplet: E6, 8A and CC. RGB value is (230,138,204). Sum of RGB (Red+Green+Blue) = 230+138+204=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ACC is #197533. Grayscale: #ACACAC. Windows color (decimal): -1668404 or 13404902. OLE color: 13404902.
HSL color Cylindrical-coordinate representation of color #E68ACC: hue angle of 316.96º 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 #E68ACC is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 204 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.10 |
| HSL | 316.96º | 0.65% | 0.72% | - |
| HSV(B) | 316.96º | 0.4% | 0.9% | - |
| XYZ | 52.62 | 39.36 | 61.95 | - |
| YUV | 173.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 204 | 0 | 0.4 | 0.11 | 0.10 | 316.96 | 0.65 | 0.72 |
| Hex | E6 | 8A | CC | 0 | 28 | B | A | 13D | 41 | 48 |
| Octal | 346 | 212 | 314 | 0 | 50 | 13 | 12 | 475 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11001100 | 0 | 101000 | 1011 | 1010 | 100111101 | 1000001 | 1001000 |
Color Harmonies of #E68ACC
Complementary color
Monochromatic Colors of #E68ACC
Black with #E68ACC
Text Example
Text Example
White with #E68ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ACC; }
p { color: rgb(230,138,204); }
H1.HeaderClassName
{
color: #E68ACC;
}
.AnyTagClassName
{
color: #E68ACC;
}
</style>
background-color css
<style>
a { background-color: #E68ACC; }
a { background-color: rgb(230,138,204); }
div.DivClassName
{
background-color: #E68ACC;
}
.BgClassName
{
background-color: #E68ACC;
}
</style>
border-color css
<style>
span { border-color: #E68ACC; }
span { border-color: rgb(230,138,204); }
td.TdClassName
{
border-color: #E68ACC;
}
.TagClassName
{
border-color: #E68ACC;
}
</style>