Shades of Pale Violet Red #E0679E
Tints of Pale Violet Red #E0679E
RGB
CMYK
RGB Variations
Color information
#E0679E (or 0xE0679E) is known color: Pale Violet Red. HEX triplet: E0, 67 and 9E. RGB value is (224,103,158). Sum of RGB (Red+Green+Blue) = 224+103+158=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0679E is #1F9861. Grayscale: #919191. Windows color (decimal): -2070626 or 10381280. OLE color: 10381280.
HSL color Cylindrical-coordinate representation of color #E0679E: hue angle of 332.73º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0679E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 158 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.12 |
| HSL | 332.73º | 0.66% | 0.64% | - |
| HSV(B) | 332.73º | 0.54% | 0.88% | - |
| XYZ | 41.76 | 28.02 | 35.55 | - |
| YUV | 145.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 158 | 0 | 0.54 | 0.29 | 0.12 | 332.73 | 0.66 | 0.64 |
| Hex | E0 | 67 | 9E | 0 | 36 | 1D | C | 14D | 42 | 40 |
| Octal | 340 | 147 | 236 | 0 | 66 | 35 | 14 | 515 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10011110 | 0 | 110110 | 11101 | 1100 | 101001101 | 1000010 | 1000000 |
Color Harmonies of #E0679E
Complementary color
Monochromatic Colors of #E0679E
Black with #E0679E
Text Example
Text Example
White with #E0679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0679E; }
p { color: rgb(224,103,158); }
H1.HeaderClassName
{
color: #E0679E;
}
.AnyTagClassName
{
color: #E0679E;
}
</style>
background-color css
<style>
a { background-color: #E0679E; }
a { background-color: rgb(224,103,158); }
div.DivClassName
{
background-color: #E0679E;
}
.BgClassName
{
background-color: #E0679E;
}
</style>
border-color css
<style>
span { border-color: #E0679E; }
span { border-color: rgb(224,103,158); }
td.TdClassName
{
border-color: #E0679E;
}
.TagClassName
{
border-color: #E0679E;
}
</style>