Shades of Pale Violet Red #E0679B
Tints of Pale Violet Red #E0679B
RGB
CMYK
RGB Variations
Color information
#E0679B (or 0xE0679B) is known color: Pale Violet Red. HEX triplet: E0, 67 and 9B. RGB value is (224,103,155). Sum of RGB (Red+Green+Blue) = 224+103+155=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0679B is #1F9864. Grayscale: #919191. Windows color (decimal): -2070629 or 10184672. OLE color: 10184672.
HSL color Cylindrical-coordinate representation of color #E0679B: hue angle of 334.21º 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 #E0679B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 155 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.12 |
| HSL | 334.21º | 0.66% | 0.64% | - |
| HSV(B) | 334.21º | 0.54% | 0.88% | - |
| XYZ | 41.51 | 27.91 | 34.21 | - |
| YUV | 145.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 155 | 0 | 0.54 | 0.31 | 0.12 | 334.21 | 0.66 | 0.64 |
| Hex | E0 | 67 | 9B | 0 | 36 | 1F | C | 14E | 42 | 40 |
| Octal | 340 | 147 | 233 | 0 | 66 | 37 | 14 | 516 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10011011 | 0 | 110110 | 11111 | 1100 | 101001110 | 1000010 | 1000000 |
Color Harmonies of #E0679B
Complementary color
Monochromatic Colors of #E0679B
Black with #E0679B
Text Example
Text Example
White with #E0679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0679B; }
p { color: rgb(224,103,155); }
H1.HeaderClassName
{
color: #E0679B;
}
.AnyTagClassName
{
color: #E0679B;
}
</style>
background-color css
<style>
a { background-color: #E0679B; }
a { background-color: rgb(224,103,155); }
div.DivClassName
{
background-color: #E0679B;
}
.BgClassName
{
background-color: #E0679B;
}
</style>
border-color css
<style>
span { border-color: #E0679B; }
span { border-color: rgb(224,103,155); }
td.TdClassName
{
border-color: #E0679B;
}
.TagClassName
{
border-color: #E0679B;
}
</style>