Shades of Pale Violet Red #E078A0
Tints of Pale Violet Red #E078A0
RGB
CMYK
RGB Variations
Color information
#E078A0 (or 0xE078A0) is known color: Pale Violet Red. HEX triplet: E0, 78 and A0. RGB value is (224,120,160). Sum of RGB (Red+Green+Blue) = 224+120+160=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E078A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078A0 is #1F875F. Grayscale: #9B9B9B. Windows color (decimal): -2066272 or 10516704. OLE color: 10516704.
HSL color Cylindrical-coordinate representation of color #E078A0: hue angle of 336.92º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078A0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 160 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.12 |
| HSL | 336.92º | 0.63% | 0.67% | - |
| HSV(B) | 336.92º | 0.46% | 0.88% | - |
| XYZ | 43.8 | 31.82 | 37.09 | - |
| YUV | 155.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 160 | 0 | 0.46 | 0.29 | 0.12 | 336.92 | 0.63 | 0.67 |
| Hex | E0 | 78 | A0 | 0 | 2E | 1D | C | 151 | 3F | 43 |
| Octal | 340 | 170 | 240 | 0 | 56 | 35 | 14 | 521 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10100000 | 0 | 101110 | 11101 | 1100 | 101010001 | 111111 | 1000011 |
Color Harmonies of #E078A0
Complementary color
Monochromatic Colors of #E078A0
Black with #E078A0
Text Example
Text Example
White with #E078A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078A0; }
p { color: rgb(224,120,160); }
H1.HeaderClassName
{
color: #E078A0;
}
.AnyTagClassName
{
color: #E078A0;
}
</style>
background-color css
<style>
a { background-color: #E078A0; }
a { background-color: rgb(224,120,160); }
div.DivClassName
{
background-color: #E078A0;
}
.BgClassName
{
background-color: #E078A0;
}
</style>
border-color css
<style>
span { border-color: #E078A0; }
span { border-color: rgb(224,120,160); }
td.TdClassName
{
border-color: #E078A0;
}
.TagClassName
{
border-color: #E078A0;
}
</style>