Shades of Tea Rose #E688CE
Tints of Tea Rose #E688CE
RGB
CMYK
RGB Variations
Color information
#E688CE (or 0xE688CE) is known color: Tea Rose. HEX triplet: E6, 88 and CE. RGB value is (230,136,206). Sum of RGB (Red+Green+Blue) = 230+136+206=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E688CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688CE is #197731. Grayscale: #ABABAB. Windows color (decimal): -1668914 or 13535462. OLE color: 13535462.
HSL color Cylindrical-coordinate representation of color #E688CE: hue angle of 315.32º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E688CE is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 206 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.10 |
| HSL | 315.32º | 0.65% | 0.72% | - |
| HSV(B) | 315.32º | 0.41% | 0.9% | - |
| XYZ | 52.58 | 38.89 | 63.13 | - |
| YUV | 172.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 206 | 0 | 0.41 | 0.10 | 0.10 | 315.32 | 0.65 | 0.72 |
| Hex | E6 | 88 | CE | 0 | 29 | A | A | 13B | 41 | 48 |
| Octal | 346 | 210 | 316 | 0 | 51 | 12 | 12 | 473 | 101 | 110 |
| Binary | 11100110 | 10001000 | 11001110 | 0 | 101001 | 1010 | 1010 | 100111011 | 1000001 | 1001000 |
Color Harmonies of #E688CE
Complementary color
Monochromatic Colors of #E688CE
Black with #E688CE
Text Example
Text Example
White with #E688CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E688CE; }
p { color: rgb(230,136,206); }
H1.HeaderClassName
{
color: #E688CE;
}
.AnyTagClassName
{
color: #E688CE;
}
</style>
background-color css
<style>
a { background-color: #E688CE; }
a { background-color: rgb(230,136,206); }
div.DivClassName
{
background-color: #E688CE;
}
.BgClassName
{
background-color: #E688CE;
}
</style>
border-color css
<style>
span { border-color: #E688CE; }
span { border-color: rgb(230,136,206); }
td.TdClassName
{
border-color: #E688CE;
}
.TagClassName
{
border-color: #E688CE;
}
</style>