Shades of Tea Rose #E68BCF
Tints of Tea Rose #E68BCF
RGB
CMYK
RGB Variations
Color information
#E68BCF (or 0xE68BCF) is known color: Tea Rose. HEX triplet: E6, 8B and CF. RGB value is (230,139,207). Sum of RGB (Red+Green+Blue) = 230+139+207=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BCF is #197430. Grayscale: #ADADAD. Windows color (decimal): -1668145 or 13601766. OLE color: 13601766.
HSL color Cylindrical-coordinate representation of color #E68BCF: hue angle of 315.16º 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 #E68BCF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 207 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.10 |
| HSL | 315.16º | 0.65% | 0.72% | - |
| HSV(B) | 315.16º | 0.4% | 0.9% | - |
| XYZ | 53.13 | 39.79 | 63.91 | - |
| YUV | 173.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 207 | 0 | 0.40 | 0.10 | 0.10 | 315.16 | 0.65 | 0.72 |
| Hex | E6 | 8B | CF | 0 | 28 | A | A | 13B | 41 | 48 |
| Octal | 346 | 213 | 317 | 0 | 50 | 12 | 12 | 473 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11001111 | 0 | 101000 | 1010 | 1010 | 100111011 | 1000001 | 1001000 |
Color Harmonies of #E68BCF
Complementary color
Monochromatic Colors of #E68BCF
Black with #E68BCF
Text Example
Text Example
White with #E68BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BCF; }
p { color: rgb(230,139,207); }
H1.HeaderClassName
{
color: #E68BCF;
}
.AnyTagClassName
{
color: #E68BCF;
}
</style>
background-color css
<style>
a { background-color: #E68BCF; }
a { background-color: rgb(230,139,207); }
div.DivClassName
{
background-color: #E68BCF;
}
.BgClassName
{
background-color: #E68BCF;
}
</style>
border-color css
<style>
span { border-color: #E68BCF; }
span { border-color: rgb(230,139,207); }
td.TdClassName
{
border-color: #E68BCF;
}
.TagClassName
{
border-color: #E68BCF;
}
</style>