Shades of Tea Rose #E68BC9
Tints of Tea Rose #E68BC9
RGB
CMYK
RGB Variations
Color information
#E68BC9 (or 0xE68BC9) is known color: Tea Rose. HEX triplet: E6, 8B and C9. RGB value is (230,139,201). Sum of RGB (Red+Green+Blue) = 230+139+201=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BC9 is #197436. Grayscale: #ADADAD. Windows color (decimal): -1668151 or 13208550. OLE color: 13208550.
HSL color Cylindrical-coordinate representation of color #E68BC9: hue angle of 319.12º 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 #E68BC9 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 201 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.10 |
| HSL | 319.12º | 0.65% | 0.72% | - |
| HSV(B) | 319.12º | 0.4% | 0.9% | - |
| XYZ | 52.41 | 39.51 | 60.12 | - |
| YUV | 173.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 201 | 0 | 0.40 | 0.13 | 0.10 | 319.12 | 0.65 | 0.72 |
| Hex | E6 | 8B | C9 | 0 | 28 | D | A | 13F | 41 | 48 |
| Octal | 346 | 213 | 311 | 0 | 50 | 15 | 12 | 477 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11001001 | 0 | 101000 | 1101 | 1010 | 100111111 | 1000001 | 1001000 |
Color Harmonies of #E68BC9
Complementary color
Monochromatic Colors of #E68BC9
Black with #E68BC9
Text Example
Text Example
White with #E68BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BC9; }
p { color: rgb(230,139,201); }
H1.HeaderClassName
{
color: #E68BC9;
}
.AnyTagClassName
{
color: #E68BC9;
}
</style>
background-color css
<style>
a { background-color: #E68BC9; }
a { background-color: rgb(230,139,201); }
div.DivClassName
{
background-color: #E68BC9;
}
.BgClassName
{
background-color: #E68BC9;
}
</style>
border-color css
<style>
span { border-color: #E68BC9; }
span { border-color: rgb(230,139,201); }
td.TdClassName
{
border-color: #E68BC9;
}
.TagClassName
{
border-color: #E68BC9;
}
</style>