Shades of Pale Violet Red #E073A1
Tints of Pale Violet Red #E073A1
RGB
CMYK
RGB Variations
Color information
#E073A1 (or 0xE073A1) is known color: Pale Violet Red. HEX triplet: E0, 73 and A1. RGB value is (224,115,161). Sum of RGB (Red+Green+Blue) = 224+115+161=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E073A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073A1 is #1F8C5E. Grayscale: #989898. Windows color (decimal): -2067551 or 10580960. OLE color: 10580960.
HSL color Cylindrical-coordinate representation of color #E073A1: hue angle of 334.68º 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 #E073A1 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 161 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.12 |
| HSL | 334.68º | 0.64% | 0.66% | - |
| HSV(B) | 334.68º | 0.49% | 0.88% | - |
| XYZ | 43.3 | 30.68 | 37.36 | - |
| YUV | 152.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 161 | 0 | 0.49 | 0.28 | 0.12 | 334.68 | 0.64 | 0.66 |
| Hex | E0 | 73 | A1 | 0 | 31 | 1C | C | 14F | 40 | 42 |
| Octal | 340 | 163 | 241 | 0 | 61 | 34 | 14 | 517 | 100 | 102 |
| Binary | 11100000 | 1110011 | 10100001 | 0 | 110001 | 11100 | 1100 | 101001111 | 1000000 | 1000010 |
Color Harmonies of #E073A1
Complementary color
Monochromatic Colors of #E073A1
Black with #E073A1
Text Example
Text Example
White with #E073A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073A1; }
p { color: rgb(224,115,161); }
H1.HeaderClassName
{
color: #E073A1;
}
.AnyTagClassName
{
color: #E073A1;
}
</style>
background-color css
<style>
a { background-color: #E073A1; }
a { background-color: rgb(224,115,161); }
div.DivClassName
{
background-color: #E073A1;
}
.BgClassName
{
background-color: #E073A1;
}
</style>
border-color css
<style>
span { border-color: #E073A1; }
span { border-color: rgb(224,115,161); }
td.TdClassName
{
border-color: #E073A1;
}
.TagClassName
{
border-color: #E073A1;
}
</style>