Shades of Pale Violet Red #E073A0
Tints of Pale Violet Red #E073A0
RGB
CMYK
RGB Variations
Color information
#E073A0 (or 0xE073A0) is known color: Pale Violet Red. HEX triplet: E0, 73 and A0. RGB value is (224,115,160). Sum of RGB (Red+Green+Blue) = 224+115+160=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E073A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073A0 is #1F8C5F. Grayscale: #989898. Windows color (decimal): -2067552 or 10515424. OLE color: 10515424.
HSL color Cylindrical-coordinate representation of color #E073A0: hue angle of 335.23º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073A0 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 160 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.12 |
| HSL | 335.23º | 0.64% | 0.66% | - |
| HSV(B) | 335.23º | 0.49% | 0.88% | - |
| XYZ | 43.22 | 30.65 | 36.9 | - |
| YUV | 152.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 160 | 0 | 0.49 | 0.29 | 0.12 | 335.23 | 0.64 | 0.66 |
| Hex | E0 | 73 | A0 | 0 | 31 | 1D | C | 14F | 40 | 42 |
| Octal | 340 | 163 | 240 | 0 | 61 | 35 | 14 | 517 | 100 | 102 |
| Binary | 11100000 | 1110011 | 10100000 | 0 | 110001 | 11101 | 1100 | 101001111 | 1000000 | 1000010 |
Color Harmonies of #E073A0
Complementary color
Monochromatic Colors of #E073A0
Black with #E073A0
Text Example
Text Example
White with #E073A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073A0; }
p { color: rgb(224,115,160); }
H1.HeaderClassName
{
color: #E073A0;
}
.AnyTagClassName
{
color: #E073A0;
}
</style>
background-color css
<style>
a { background-color: #E073A0; }
a { background-color: rgb(224,115,160); }
div.DivClassName
{
background-color: #E073A0;
}
.BgClassName
{
background-color: #E073A0;
}
</style>
border-color css
<style>
span { border-color: #E073A0; }
span { border-color: rgb(224,115,160); }
td.TdClassName
{
border-color: #E073A0;
}
.TagClassName
{
border-color: #E073A0;
}
</style>