Shades of Pale Violet Red #E5679A
Tints of Pale Violet Red #E5679A
RGB
CMYK
RGB Variations
Color information
#E5679A (or 0xE5679A) is known color: Pale Violet Red. HEX triplet: E5, 67 and 9A. RGB value is (229,103,154). Sum of RGB (Red+Green+Blue) = 229+103+154=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5679A is #1A9865. Grayscale: #929292. Windows color (decimal): -1742950 or 10119141. OLE color: 10119141.
HSL color Cylindrical-coordinate representation of color #E5679A: hue angle of 335.71º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5679A is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 154 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.10 |
| HSL | 335.71º | 0.71% | 0.65% | - |
| HSV(B) | 335.71º | 0.55% | 0.9% | - |
| XYZ | 43 | 28.69 | 33.84 | - |
| YUV | 146.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 154 | 0 | 0.55 | 0.33 | 0.10 | 335.71 | 0.71 | 0.65 |
| Hex | E5 | 67 | 9A | 0 | 37 | 21 | A | 150 | 47 | 41 |
| Octal | 345 | 147 | 232 | 0 | 67 | 41 | 12 | 520 | 107 | 101 |
| Binary | 11100101 | 1100111 | 10011010 | 0 | 110111 | 100001 | 1010 | 101010000 | 1000111 | 1000001 |
Color Harmonies of #E5679A
Complementary color
Monochromatic Colors of #E5679A
Black with #E5679A
Text Example
Text Example
White with #E5679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5679A; }
p { color: rgb(229,103,154); }
H1.HeaderClassName
{
color: #E5679A;
}
.AnyTagClassName
{
color: #E5679A;
}
</style>
background-color css
<style>
a { background-color: #E5679A; }
a { background-color: rgb(229,103,154); }
div.DivClassName
{
background-color: #E5679A;
}
.BgClassName
{
background-color: #E5679A;
}
</style>
border-color css
<style>
span { border-color: #E5679A; }
span { border-color: rgb(229,103,154); }
td.TdClassName
{
border-color: #E5679A;
}
.TagClassName
{
border-color: #E5679A;
}
</style>