Shades of Pale Violet Red #E079A8
Tints of Pale Violet Red #E079A8
RGB
CMYK
RGB Variations
Color information
#E079A8 (or 0xE079A8) is known color: Pale Violet Red. HEX triplet: E0, 79 and A8. RGB value is (224,121,168). Sum of RGB (Red+Green+Blue) = 224+121+168=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E079A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079A8 is #1F8657. Grayscale: #9D9D9D. Windows color (decimal): -2066008 or 11041248. OLE color: 11041248.
HSL color Cylindrical-coordinate representation of color #E079A8: hue angle of 332.62º 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 #E079A8 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 168 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.12 |
| HSL | 332.62º | 0.62% | 0.68% | - |
| HSV(B) | 332.62º | 0.46% | 0.88% | - |
| XYZ | 44.65 | 32.35 | 40.94 | - |
| YUV | 157.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 168 | 0 | 0.46 | 0.25 | 0.12 | 332.62 | 0.62 | 0.68 |
| Hex | E0 | 79 | A8 | 0 | 2E | 19 | C | 14D | 3E | 44 |
| Octal | 340 | 171 | 250 | 0 | 56 | 31 | 14 | 515 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10101000 | 0 | 101110 | 11001 | 1100 | 101001101 | 111110 | 1000100 |
Color Harmonies of #E079A8
Complementary color
Monochromatic Colors of #E079A8
Black with #E079A8
Text Example
Text Example
White with #E079A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079A8; }
p { color: rgb(224,121,168); }
H1.HeaderClassName
{
color: #E079A8;
}
.AnyTagClassName
{
color: #E079A8;
}
</style>
background-color css
<style>
a { background-color: #E079A8; }
a { background-color: rgb(224,121,168); }
div.DivClassName
{
background-color: #E079A8;
}
.BgClassName
{
background-color: #E079A8;
}
</style>
border-color css
<style>
span { border-color: #E079A8; }
span { border-color: rgb(224,121,168); }
td.TdClassName
{
border-color: #E079A8;
}
.TagClassName
{
border-color: #E079A8;
}
</style>