Shades of Pale Violet Red #E078A2
Tints of Pale Violet Red #E078A2
RGB
CMYK
RGB Variations
Color information
#E078A2 (or 0xE078A2) is known color: Pale Violet Red. HEX triplet: E0, 78 and A2. RGB value is (224,120,162). Sum of RGB (Red+Green+Blue) = 224+120+162=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E078A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078A2 is #1F875D. Grayscale: #9B9B9B. Windows color (decimal): -2066270 or 10647776. OLE color: 10647776.
HSL color Cylindrical-coordinate representation of color #E078A2: hue angle of 335.77º 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 #E078A2 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 162 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.12 |
| HSL | 335.77º | 0.63% | 0.67% | - |
| HSV(B) | 335.77º | 0.46% | 0.88% | - |
| XYZ | 43.98 | 31.89 | 38.02 | - |
| YUV | 155.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 162 | 0 | 0.46 | 0.28 | 0.12 | 335.77 | 0.63 | 0.67 |
| Hex | E0 | 78 | A2 | 0 | 2E | 1C | C | 150 | 3F | 43 |
| Octal | 340 | 170 | 242 | 0 | 56 | 34 | 14 | 520 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10100010 | 0 | 101110 | 11100 | 1100 | 101010000 | 111111 | 1000011 |
Color Harmonies of #E078A2
Complementary color
Monochromatic Colors of #E078A2
Black with #E078A2
Text Example
Text Example
White with #E078A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078A2; }
p { color: rgb(224,120,162); }
H1.HeaderClassName
{
color: #E078A2;
}
.AnyTagClassName
{
color: #E078A2;
}
</style>
background-color css
<style>
a { background-color: #E078A2; }
a { background-color: rgb(224,120,162); }
div.DivClassName
{
background-color: #E078A2;
}
.BgClassName
{
background-color: #E078A2;
}
</style>
border-color css
<style>
span { border-color: #E078A2; }
span { border-color: rgb(224,120,162); }
td.TdClassName
{
border-color: #E078A2;
}
.TagClassName
{
border-color: #E078A2;
}
</style>