Shades of Pale Violet Red #E078A8
Tints of Pale Violet Red #E078A8
RGB
CMYK
RGB Variations
Color information
#E078A8 (or 0xE078A8) is known color: Pale Violet Red. HEX triplet: E0, 78 and A8. RGB value is (224,120,168). Sum of RGB (Red+Green+Blue) = 224+120+168=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E078A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078A8 is #1F8757. Grayscale: #9C9C9C. Windows color (decimal): -2066264 or 11040992. OLE color: 11040992.
HSL color Cylindrical-coordinate representation of color #E078A8: hue angle of 332.31º 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 #E078A8 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 168 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.12 |
| HSL | 332.31º | 0.63% | 0.67% | - |
| HSV(B) | 332.31º | 0.46% | 0.88% | - |
| XYZ | 44.52 | 32.11 | 40.9 | - |
| YUV | 156.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 168 | 0 | 0.46 | 0.25 | 0.12 | 332.31 | 0.63 | 0.67 |
| Hex | E0 | 78 | A8 | 0 | 2E | 19 | C | 14C | 3F | 43 |
| Octal | 340 | 170 | 250 | 0 | 56 | 31 | 14 | 514 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10101000 | 0 | 101110 | 11001 | 1100 | 101001100 | 111111 | 1000011 |
Color Harmonies of #E078A8
Complementary color
Monochromatic Colors of #E078A8
Black with #E078A8
Text Example
Text Example
White with #E078A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078A8; }
p { color: rgb(224,120,168); }
H1.HeaderClassName
{
color: #E078A8;
}
.AnyTagClassName
{
color: #E078A8;
}
</style>
background-color css
<style>
a { background-color: #E078A8; }
a { background-color: rgb(224,120,168); }
div.DivClassName
{
background-color: #E078A8;
}
.BgClassName
{
background-color: #E078A8;
}
</style>
border-color css
<style>
span { border-color: #E078A8; }
span { border-color: rgb(224,120,168); }
td.TdClassName
{
border-color: #E078A8;
}
.TagClassName
{
border-color: #E078A8;
}
</style>