Shades of Pale Violet Red #E7759E
Tints of Pale Violet Red #E7759E
RGB
CMYK
RGB Variations
Color information
#E7759E (or 0xE7759E) is known color: Pale Violet Red. HEX triplet: E7, 75 and 9E. RGB value is (231,117,158). Sum of RGB (Red+Green+Blue) = 231+117+158=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7759E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7759E is #188A61. Grayscale: #9B9B9B. Windows color (decimal): -1608290 or 10384871. OLE color: 10384871.
HSL color Cylindrical-coordinate representation of color #E7759E: hue angle of 338.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7759E is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 158 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.09 |
| HSL | 338.42º | 0.7% | 0.68% | - |
| HSV(B) | 338.42º | 0.49% | 0.91% | - |
| XYZ | 45.49 | 32.18 | 36.16 | - |
| YUV | 155.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 158 | 0 | 0.49 | 0.32 | 0.09 | 338.42 | 0.7 | 0.68 |
| Hex | E7 | 75 | 9E | 0 | 31 | 20 | 9 | 152 | 46 | 44 |
| Octal | 347 | 165 | 236 | 0 | 61 | 40 | 11 | 522 | 106 | 104 |
| Binary | 11100111 | 1110101 | 10011110 | 0 | 110001 | 100000 | 1001 | 101010010 | 1000110 | 1000100 |
Color Harmonies of #E7759E
Complementary color
Monochromatic Colors of #E7759E
Black with #E7759E
Text Example
Text Example
White with #E7759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7759E; }
p { color: rgb(231,117,158); }
H1.HeaderClassName
{
color: #E7759E;
}
.AnyTagClassName
{
color: #E7759E;
}
</style>
background-color css
<style>
a { background-color: #E7759E; }
a { background-color: rgb(231,117,158); }
div.DivClassName
{
background-color: #E7759E;
}
.BgClassName
{
background-color: #E7759E;
}
</style>
border-color css
<style>
span { border-color: #E7759E; }
span { border-color: rgb(231,117,158); }
td.TdClassName
{
border-color: #E7759E;
}
.TagClassName
{
border-color: #E7759E;
}
</style>