Shades of Pale Violet Red #E079A6
Tints of Pale Violet Red #E079A6
RGB
CMYK
RGB Variations
Color information
#E079A6 (or 0xE079A6) is known color: Pale Violet Red. HEX triplet: E0, 79 and A6. RGB value is (224,121,166). Sum of RGB (Red+Green+Blue) = 224+121+166=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E079A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079A6 is #1F8659. Grayscale: #9C9C9C. Windows color (decimal): -2066010 or 10910176. OLE color: 10910176.
HSL color Cylindrical-coordinate representation of color #E079A6: hue angle of 333.79º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079A6 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 166 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.12 |
| HSL | 333.79º | 0.62% | 0.68% | - |
| HSV(B) | 333.79º | 0.46% | 0.88% | - |
| XYZ | 44.46 | 32.28 | 39.96 | - |
| YUV | 156.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 166 | 0 | 0.46 | 0.26 | 0.12 | 333.79 | 0.62 | 0.68 |
| Hex | E0 | 79 | A6 | 0 | 2E | 1A | C | 14E | 3E | 44 |
| Octal | 340 | 171 | 246 | 0 | 56 | 32 | 14 | 516 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10100110 | 0 | 101110 | 11010 | 1100 | 101001110 | 111110 | 1000100 |
Color Harmonies of #E079A6
Complementary color
Monochromatic Colors of #E079A6
Black with #E079A6
Text Example
Text Example
White with #E079A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079A6; }
p { color: rgb(224,121,166); }
H1.HeaderClassName
{
color: #E079A6;
}
.AnyTagClassName
{
color: #E079A6;
}
</style>
background-color css
<style>
a { background-color: #E079A6; }
a { background-color: rgb(224,121,166); }
div.DivClassName
{
background-color: #E079A6;
}
.BgClassName
{
background-color: #E079A6;
}
</style>
border-color css
<style>
span { border-color: #E079A6; }
span { border-color: rgb(224,121,166); }
td.TdClassName
{
border-color: #E079A6;
}
.TagClassName
{
border-color: #E079A6;
}
</style>