Shades of Tea Rose #E68BC7
Tints of Tea Rose #E68BC7
RGB
CMYK
RGB Variations
Color information
#E68BC7 (or 0xE68BC7) is known color: Tea Rose. HEX triplet: E6, 8B and C7. RGB value is (230,139,199). Sum of RGB (Red+Green+Blue) = 230+139+199=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BC7 is #197438. Grayscale: #ACACAC. Windows color (decimal): -1668153 or 13077478. OLE color: 13077478.
HSL color Cylindrical-coordinate representation of color #E68BC7: hue angle of 320.44º 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 #E68BC7 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 199 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.10 |
| HSL | 320.44º | 0.65% | 0.72% | - |
| HSV(B) | 320.44º | 0.4% | 0.9% | - |
| XYZ | 52.17 | 39.41 | 58.89 | - |
| YUV | 173.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 199 | 0 | 0.40 | 0.13 | 0.10 | 320.44 | 0.65 | 0.72 |
| Hex | E6 | 8B | C7 | 0 | 28 | D | A | 140 | 41 | 48 |
| Octal | 346 | 213 | 307 | 0 | 50 | 15 | 12 | 500 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11000111 | 0 | 101000 | 1101 | 1010 | 101000000 | 1000001 | 1001000 |
Color Harmonies of #E68BC7
Complementary color
Monochromatic Colors of #E68BC7
Black with #E68BC7
Text Example
Text Example
White with #E68BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BC7; }
p { color: rgb(230,139,199); }
H1.HeaderClassName
{
color: #E68BC7;
}
.AnyTagClassName
{
color: #E68BC7;
}
</style>
background-color css
<style>
a { background-color: #E68BC7; }
a { background-color: rgb(230,139,199); }
div.DivClassName
{
background-color: #E68BC7;
}
.BgClassName
{
background-color: #E68BC7;
}
</style>
border-color css
<style>
span { border-color: #E68BC7; }
span { border-color: rgb(230,139,199); }
td.TdClassName
{
border-color: #E68BC7;
}
.TagClassName
{
border-color: #E68BC7;
}
</style>