Shades of Pale Violet Red #E074A2
Tints of Pale Violet Red #E074A2
RGB
CMYK
RGB Variations
Color information
#E074A2 (or 0xE074A2) is known color: Pale Violet Red. HEX triplet: E0, 74 and A2. RGB value is (224,116,162). Sum of RGB (Red+Green+Blue) = 224+116+162=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E074A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074A2 is #1F8B5D. Grayscale: #999999. Windows color (decimal): -2067294 or 10646752. OLE color: 10646752.
HSL color Cylindrical-coordinate representation of color #E074A2: hue angle of 334.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074A2 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 162 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.12 |
| HSL | 334.44º | 0.64% | 0.67% | - |
| HSV(B) | 334.44º | 0.48% | 0.88% | - |
| XYZ | 43.51 | 30.95 | 37.86 | - |
| YUV | 153.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 162 | 0 | 0.48 | 0.28 | 0.12 | 334.44 | 0.64 | 0.67 |
| Hex | E0 | 74 | A2 | 0 | 30 | 1C | C | 14E | 40 | 43 |
| Octal | 340 | 164 | 242 | 0 | 60 | 34 | 14 | 516 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10100010 | 0 | 110000 | 11100 | 1100 | 101001110 | 1000000 | 1000011 |
Color Harmonies of #E074A2
Complementary color
Monochromatic Colors of #E074A2
Black with #E074A2
Text Example
Text Example
White with #E074A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074A2; }
p { color: rgb(224,116,162); }
H1.HeaderClassName
{
color: #E074A2;
}
.AnyTagClassName
{
color: #E074A2;
}
</style>
background-color css
<style>
a { background-color: #E074A2; }
a { background-color: rgb(224,116,162); }
div.DivClassName
{
background-color: #E074A2;
}
.BgClassName
{
background-color: #E074A2;
}
</style>
border-color css
<style>
span { border-color: #E074A2; }
span { border-color: rgb(224,116,162); }
td.TdClassName
{
border-color: #E074A2;
}
.TagClassName
{
border-color: #E074A2;
}
</style>