Shades of Pale Violet Red #E6689B
Tints of Pale Violet Red #E6689B
RGB
CMYK
RGB Variations
Color information
#E6689B (or 0xE6689B) is known color: Pale Violet Red. HEX triplet: E6, 68 and 9B. RGB value is (230,104,155). Sum of RGB (Red+Green+Blue) = 230+104+155=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6689B is #199764. Grayscale: #939393. Windows color (decimal): -1677157 or 10184934. OLE color: 10184934.
HSL color Cylindrical-coordinate representation of color #E6689B: hue angle of 335.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6689B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 155 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.10 |
| HSL | 335.71º | 0.72% | 0.65% | - |
| HSV(B) | 335.71º | 0.55% | 0.9% | - |
| XYZ | 43.5 | 29.09 | 34.33 | - |
| YUV | 147.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 155 | 0 | 0.55 | 0.33 | 0.10 | 335.71 | 0.72 | 0.65 |
| Hex | E6 | 68 | 9B | 0 | 37 | 21 | A | 150 | 48 | 41 |
| Octal | 346 | 150 | 233 | 0 | 67 | 41 | 12 | 520 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10011011 | 0 | 110111 | 100001 | 1010 | 101010000 | 1001000 | 1000001 |
Color Harmonies of #E6689B
Complementary color
Monochromatic Colors of #E6689B
Black with #E6689B
Text Example
Text Example
White with #E6689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6689B; }
p { color: rgb(230,104,155); }
H1.HeaderClassName
{
color: #E6689B;
}
.AnyTagClassName
{
color: #E6689B;
}
</style>
background-color css
<style>
a { background-color: #E6689B; }
a { background-color: rgb(230,104,155); }
div.DivClassName
{
background-color: #E6689B;
}
.BgClassName
{
background-color: #E6689B;
}
</style>
border-color css
<style>
span { border-color: #E6689B; }
span { border-color: rgb(230,104,155); }
td.TdClassName
{
border-color: #E6689B;
}
.TagClassName
{
border-color: #E6689B;
}
</style>