Shades of Pale Violet Red #E079A0
Tints of Pale Violet Red #E079A0
RGB
CMYK
RGB Variations
Color information
#E079A0 (or 0xE079A0) is known color: Pale Violet Red. HEX triplet: E0, 79 and A0. RGB value is (224,121,160). Sum of RGB (Red+Green+Blue) = 224+121+160=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E079A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079A0 is #1F865F. Grayscale: #9C9C9C. Windows color (decimal): -2066016 or 10516960. OLE color: 10516960.
HSL color Cylindrical-coordinate representation of color #E079A0: hue angle of 337.28º 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 #E079A0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 160 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.12 |
| HSL | 337.28º | 0.62% | 0.68% | - |
| HSV(B) | 337.28º | 0.46% | 0.88% | - |
| XYZ | 43.92 | 32.06 | 37.13 | - |
| YUV | 156.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 160 | 0 | 0.46 | 0.29 | 0.12 | 337.28 | 0.62 | 0.68 |
| Hex | E0 | 79 | A0 | 0 | 2E | 1D | C | 151 | 3E | 44 |
| Octal | 340 | 171 | 240 | 0 | 56 | 35 | 14 | 521 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10100000 | 0 | 101110 | 11101 | 1100 | 101010001 | 111110 | 1000100 |
Color Harmonies of #E079A0
Complementary color
Monochromatic Colors of #E079A0
Black with #E079A0
Text Example
Text Example
White with #E079A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079A0; }
p { color: rgb(224,121,160); }
H1.HeaderClassName
{
color: #E079A0;
}
.AnyTagClassName
{
color: #E079A0;
}
</style>
background-color css
<style>
a { background-color: #E079A0; }
a { background-color: rgb(224,121,160); }
div.DivClassName
{
background-color: #E079A0;
}
.BgClassName
{
background-color: #E079A0;
}
</style>
border-color css
<style>
span { border-color: #E079A0; }
span { border-color: rgb(224,121,160); }
td.TdClassName
{
border-color: #E079A0;
}
.TagClassName
{
border-color: #E079A0;
}
</style>