Shades of Tea Rose #E68BCA
Tints of Tea Rose #E68BCA
RGB
CMYK
RGB Variations
Color information
#E68BCA (or 0xE68BCA) is known color: Tea Rose. HEX triplet: E6, 8B and CA. RGB value is (230,139,202). Sum of RGB (Red+Green+Blue) = 230+139+202=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BCA is #197435. Grayscale: #ADADAD. Windows color (decimal): -1668150 or 13274086. OLE color: 13274086.
HSL color Cylindrical-coordinate representation of color #E68BCA: hue angle of 318.46º 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 #E68BCA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 202 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.10 |
| HSL | 318.46º | 0.65% | 0.72% | - |
| HSV(B) | 318.46º | 0.4% | 0.9% | - |
| XYZ | 52.53 | 39.55 | 60.74 | - |
| YUV | 173.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 202 | 0 | 0.40 | 0.12 | 0.10 | 318.46 | 0.65 | 0.72 |
| Hex | E6 | 8B | CA | 0 | 28 | C | A | 13E | 41 | 48 |
| Octal | 346 | 213 | 312 | 0 | 50 | 14 | 12 | 476 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11001010 | 0 | 101000 | 1100 | 1010 | 100111110 | 1000001 | 1001000 |
Color Harmonies of #E68BCA
Complementary color
Monochromatic Colors of #E68BCA
Black with #E68BCA
Text Example
Text Example
White with #E68BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BCA; }
p { color: rgb(230,139,202); }
H1.HeaderClassName
{
color: #E68BCA;
}
.AnyTagClassName
{
color: #E68BCA;
}
</style>
background-color css
<style>
a { background-color: #E68BCA; }
a { background-color: rgb(230,139,202); }
div.DivClassName
{
background-color: #E68BCA;
}
.BgClassName
{
background-color: #E68BCA;
}
</style>
border-color css
<style>
span { border-color: #E68BCA; }
span { border-color: rgb(230,139,202); }
td.TdClassName
{
border-color: #E68BCA;
}
.TagClassName
{
border-color: #E68BCA;
}
</style>