Shades of Pale Violet Red #E7689B
Tints of Pale Violet Red #E7689B
RGB
CMYK
RGB Variations
Color information
#E7689B (or 0xE7689B) is known color: Pale Violet Red. HEX triplet: E7, 68 and 9B. RGB value is (231,104,155). Sum of RGB (Red+Green+Blue) = 231+104+155=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7689B is #189764. Grayscale: #939393. Windows color (decimal): -1611621 or 10184935. OLE color: 10184935.
HSL color Cylindrical-coordinate representation of color #E7689B: hue angle of 335.91º 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 #E7689B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 155 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.09 |
| HSL | 335.91º | 0.73% | 0.66% | - |
| HSV(B) | 335.91º | 0.55% | 0.91% | - |
| XYZ | 43.82 | 29.26 | 34.35 | - |
| YUV | 147.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 155 | 0 | 0.55 | 0.33 | 0.09 | 335.91 | 0.73 | 0.66 |
| Hex | E7 | 68 | 9B | 0 | 37 | 21 | 9 | 150 | 49 | 42 |
| Octal | 347 | 150 | 233 | 0 | 67 | 41 | 11 | 520 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10011011 | 0 | 110111 | 100001 | 1001 | 101010000 | 1001001 | 1000010 |
Color Harmonies of #E7689B
Complementary color
Monochromatic Colors of #E7689B
Black with #E7689B
Text Example
Text Example
White with #E7689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7689B; }
p { color: rgb(231,104,155); }
H1.HeaderClassName
{
color: #E7689B;
}
.AnyTagClassName
{
color: #E7689B;
}
</style>
background-color css
<style>
a { background-color: #E7689B; }
a { background-color: rgb(231,104,155); }
div.DivClassName
{
background-color: #E7689B;
}
.BgClassName
{
background-color: #E7689B;
}
</style>
border-color css
<style>
span { border-color: #E7689B; }
span { border-color: rgb(231,104,155); }
td.TdClassName
{
border-color: #E7689B;
}
.TagClassName
{
border-color: #E7689B;
}
</style>