Shades of Pale Violet Red #E7689C
Tints of Pale Violet Red #E7689C
RGB
CMYK
RGB Variations
Color information
#E7689C (or 0xE7689C) is known color: Pale Violet Red. HEX triplet: E7, 68 and 9C. RGB value is (231,104,156). Sum of RGB (Red+Green+Blue) = 231+104+156=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7689C is #189763. Grayscale: #939393. Windows color (decimal): -1611620 or 10250471. OLE color: 10250471.
HSL color Cylindrical-coordinate representation of color #E7689C: hue angle of 335.43º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7689C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 156 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.09 |
| HSL | 335.43º | 0.73% | 0.66% | - |
| HSV(B) | 335.43º | 0.55% | 0.91% | - |
| XYZ | 43.91 | 29.29 | 34.79 | - |
| YUV | 147.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 156 | 0 | 0.55 | 0.32 | 0.09 | 335.43 | 0.73 | 0.66 |
| Hex | E7 | 68 | 9C | 0 | 37 | 20 | 9 | 14F | 49 | 42 |
| Octal | 347 | 150 | 234 | 0 | 67 | 40 | 11 | 517 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10011100 | 0 | 110111 | 100000 | 1001 | 101001111 | 1001001 | 1000010 |
Color Harmonies of #E7689C
Complementary color
Monochromatic Colors of #E7689C
Black with #E7689C
Text Example
Text Example
White with #E7689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7689C; }
p { color: rgb(231,104,156); }
H1.HeaderClassName
{
color: #E7689C;
}
.AnyTagClassName
{
color: #E7689C;
}
</style>
background-color css
<style>
a { background-color: #E7689C; }
a { background-color: rgb(231,104,156); }
div.DivClassName
{
background-color: #E7689C;
}
.BgClassName
{
background-color: #E7689C;
}
</style>
border-color css
<style>
span { border-color: #E7689C; }
span { border-color: rgb(231,104,156); }
td.TdClassName
{
border-color: #E7689C;
}
.TagClassName
{
border-color: #E7689C;
}
</style>