Shades of Pale Violet Red #E7769F
Tints of Pale Violet Red #E7769F
RGB
CMYK
RGB Variations
Color information
#E7769F (or 0xE7769F) is known color: Pale Violet Red. HEX triplet: E7, 76 and 9F. RGB value is (231,118,159). Sum of RGB (Red+Green+Blue) = 231+118+159=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7769F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7769F is #188960. Grayscale: #9C9C9C. Windows color (decimal): -1608033 or 10450663. OLE color: 10450663.
HSL color Cylindrical-coordinate representation of color #E7769F: hue angle of 338.23º 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 #E7769F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 159 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.09 |
| HSL | 338.23º | 0.7% | 0.68% | - |
| HSV(B) | 338.23º | 0.49% | 0.91% | - |
| XYZ | 45.69 | 32.45 | 36.66 | - |
| YUV | 156.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 159 | 0 | 0.49 | 0.31 | 0.09 | 338.23 | 0.7 | 0.68 |
| Hex | E7 | 76 | 9F | 0 | 31 | 1F | 9 | 152 | 46 | 44 |
| Octal | 347 | 166 | 237 | 0 | 61 | 37 | 11 | 522 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10011111 | 0 | 110001 | 11111 | 1001 | 101010010 | 1000110 | 1000100 |
Color Harmonies of #E7769F
Complementary color
Monochromatic Colors of #E7769F
Black with #E7769F
Text Example
Text Example
White with #E7769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7769F; }
p { color: rgb(231,118,159); }
H1.HeaderClassName
{
color: #E7769F;
}
.AnyTagClassName
{
color: #E7769F;
}
</style>
background-color css
<style>
a { background-color: #E7769F; }
a { background-color: rgb(231,118,159); }
div.DivClassName
{
background-color: #E7769F;
}
.BgClassName
{
background-color: #E7769F;
}
</style>
border-color css
<style>
span { border-color: #E7769F; }
span { border-color: rgb(231,118,159); }
td.TdClassName
{
border-color: #E7769F;
}
.TagClassName
{
border-color: #E7769F;
}
</style>