Shades of Tea Rose #E688CC
Tints of Tea Rose #E688CC
RGB
CMYK
RGB Variations
Color information
#E688CC (or 0xE688CC) is known color: Tea Rose. HEX triplet: E6, 88 and CC. RGB value is (230,136,204). Sum of RGB (Red+Green+Blue) = 230+136+204=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E688CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688CC is #197733. Grayscale: #ABABAB. Windows color (decimal): -1668916 or 13404390. OLE color: 13404390.
HSL color Cylindrical-coordinate representation of color #E688CC: hue angle of 316.6º 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 #E688CC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 204 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.10 |
| HSL | 316.6º | 0.65% | 0.72% | - |
| HSV(B) | 316.6º | 0.41% | 0.9% | - |
| XYZ | 52.34 | 38.79 | 61.86 | - |
| YUV | 171.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 204 | 0 | 0.41 | 0.11 | 0.10 | 316.6 | 0.65 | 0.72 |
| Hex | E6 | 88 | CC | 0 | 29 | B | A | 13D | 41 | 48 |
| Octal | 346 | 210 | 314 | 0 | 51 | 13 | 12 | 475 | 101 | 110 |
| Binary | 11100110 | 10001000 | 11001100 | 0 | 101001 | 1011 | 1010 | 100111101 | 1000001 | 1001000 |
Color Harmonies of #E688CC
Complementary color
Monochromatic Colors of #E688CC
Black with #E688CC
Text Example
Text Example
White with #E688CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E688CC; }
p { color: rgb(230,136,204); }
H1.HeaderClassName
{
color: #E688CC;
}
.AnyTagClassName
{
color: #E688CC;
}
</style>
background-color css
<style>
a { background-color: #E688CC; }
a { background-color: rgb(230,136,204); }
div.DivClassName
{
background-color: #E688CC;
}
.BgClassName
{
background-color: #E688CC;
}
</style>
border-color css
<style>
span { border-color: #E688CC; }
span { border-color: rgb(230,136,204); }
td.TdClassName
{
border-color: #E688CC;
}
.TagClassName
{
border-color: #E688CC;
}
</style>