Shades of Tea Rose #E68BC8
Tints of Tea Rose #E68BC8
RGB
CMYK
RGB Variations
Color information
#E68BC8 (or 0xE68BC8) is known color: Tea Rose. HEX triplet: E6, 8B and C8. RGB value is (230,139,200). Sum of RGB (Red+Green+Blue) = 230+139+200=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BC8 is #197437. Grayscale: #ADADAD. Windows color (decimal): -1668152 or 13143014. OLE color: 13143014.
HSL color Cylindrical-coordinate representation of color #E68BC8: hue angle of 319.78º 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 #E68BC8 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 200 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.10 |
| HSL | 319.78º | 0.65% | 0.72% | - |
| HSV(B) | 319.78º | 0.4% | 0.9% | - |
| XYZ | 52.29 | 39.46 | 59.5 | - |
| YUV | 173.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 200 | 0 | 0.40 | 0.13 | 0.10 | 319.78 | 0.65 | 0.72 |
| Hex | E6 | 8B | C8 | 0 | 28 | D | A | 140 | 41 | 48 |
| Octal | 346 | 213 | 310 | 0 | 50 | 15 | 12 | 500 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11001000 | 0 | 101000 | 1101 | 1010 | 101000000 | 1000001 | 1001000 |
Color Harmonies of #E68BC8
Complementary color
Monochromatic Colors of #E68BC8
Black with #E68BC8
Text Example
Text Example
White with #E68BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BC8; }
p { color: rgb(230,139,200); }
H1.HeaderClassName
{
color: #E68BC8;
}
.AnyTagClassName
{
color: #E68BC8;
}
</style>
background-color css
<style>
a { background-color: #E68BC8; }
a { background-color: rgb(230,139,200); }
div.DivClassName
{
background-color: #E68BC8;
}
.BgClassName
{
background-color: #E68BC8;
}
</style>
border-color css
<style>
span { border-color: #E68BC8; }
span { border-color: rgb(230,139,200); }
td.TdClassName
{
border-color: #E68BC8;
}
.TagClassName
{
border-color: #E68BC8;
}
</style>