Shades of Tea Rose #E68BCB
Tints of Tea Rose #E68BCB
RGB
CMYK
RGB Variations
Color information
#E68BCB (or 0xE68BCB) is known color: Tea Rose. HEX triplet: E6, 8B and CB. RGB value is (230,139,203). Sum of RGB (Red+Green+Blue) = 230+139+203=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BCB is #197434. Grayscale: #ADADAD. Windows color (decimal): -1668149 or 13339622. OLE color: 13339622.
HSL color Cylindrical-coordinate representation of color #E68BCB: hue angle of 317.8º 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 #E68BCB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 203 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.10 |
| HSL | 317.8º | 0.65% | 0.72% | - |
| HSV(B) | 317.8º | 0.4% | 0.9% | - |
| XYZ | 52.65 | 39.6 | 61.37 | - |
| YUV | 173.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 203 | 0 | 0.40 | 0.12 | 0.10 | 317.8 | 0.65 | 0.72 |
| Hex | E6 | 8B | CB | 0 | 28 | C | A | 13E | 41 | 48 |
| Octal | 346 | 213 | 313 | 0 | 50 | 14 | 12 | 476 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11001011 | 0 | 101000 | 1100 | 1010 | 100111110 | 1000001 | 1001000 |
Color Harmonies of #E68BCB
Complementary color
Monochromatic Colors of #E68BCB
Black with #E68BCB
Text Example
Text Example
White with #E68BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BCB; }
p { color: rgb(230,139,203); }
H1.HeaderClassName
{
color: #E68BCB;
}
.AnyTagClassName
{
color: #E68BCB;
}
</style>
background-color css
<style>
a { background-color: #E68BCB; }
a { background-color: rgb(230,139,203); }
div.DivClassName
{
background-color: #E68BCB;
}
.BgClassName
{
background-color: #E68BCB;
}
</style>
border-color css
<style>
span { border-color: #E68BCB; }
span { border-color: rgb(230,139,203); }
td.TdClassName
{
border-color: #E68BCB;
}
.TagClassName
{
border-color: #E68BCB;
}
</style>