Shades of Pale Violet Red #E0779E
Tints of Pale Violet Red #E0779E
RGB
CMYK
RGB Variations
Color information
#E0779E (or 0xE0779E) is known color: Pale Violet Red. HEX triplet: E0, 77 and 9E. RGB value is (224,119,158). Sum of RGB (Red+Green+Blue) = 224+119+158=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0779E is #1F8861. Grayscale: #9A9A9A. Windows color (decimal): -2066530 or 10385376. OLE color: 10385376.
HSL color Cylindrical-coordinate representation of color #E0779E: hue angle of 337.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0779E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 158 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.12 |
| HSL | 337.71º | 0.63% | 0.67% | - |
| HSV(B) | 337.71º | 0.47% | 0.88% | - |
| XYZ | 43.51 | 31.51 | 36.14 | - |
| YUV | 154.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 158 | 0 | 0.47 | 0.29 | 0.12 | 337.71 | 0.63 | 0.67 |
| Hex | E0 | 77 | 9E | 0 | 2F | 1D | C | 152 | 3F | 43 |
| Octal | 340 | 167 | 236 | 0 | 57 | 35 | 14 | 522 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10011110 | 0 | 101111 | 11101 | 1100 | 101010010 | 111111 | 1000011 |
Color Harmonies of #E0779E
Complementary color
Monochromatic Colors of #E0779E
Black with #E0779E
Text Example
Text Example
White with #E0779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0779E; }
p { color: rgb(224,119,158); }
H1.HeaderClassName
{
color: #E0779E;
}
.AnyTagClassName
{
color: #E0779E;
}
</style>
background-color css
<style>
a { background-color: #E0779E; }
a { background-color: rgb(224,119,158); }
div.DivClassName
{
background-color: #E0779E;
}
.BgClassName
{
background-color: #E0779E;
}
</style>
border-color css
<style>
span { border-color: #E0779E; }
span { border-color: rgb(224,119,158); }
td.TdClassName
{
border-color: #E0779E;
}
.TagClassName
{
border-color: #E0779E;
}
</style>