Shades of Pale Violet Red #E074A5
Tints of Pale Violet Red #E074A5
RGB
CMYK
RGB Variations
Color information
#E074A5 (or 0xE074A5) is known color: Pale Violet Red. HEX triplet: E0, 74 and A5. RGB value is (224,116,165). Sum of RGB (Red+Green+Blue) = 224+116+165=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E074A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074A5 is #1F8B5A. Grayscale: #999999. Windows color (decimal): -2067291 or 10843360. OLE color: 10843360.
HSL color Cylindrical-coordinate representation of color #E074A5: hue angle of 332.78º 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 #E074A5 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 165 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.12 |
| HSL | 332.78º | 0.64% | 0.67% | - |
| HSV(B) | 332.78º | 0.48% | 0.88% | - |
| XYZ | 43.78 | 31.05 | 39.28 | - |
| YUV | 153.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 165 | 0 | 0.48 | 0.26 | 0.12 | 332.78 | 0.64 | 0.67 |
| Hex | E0 | 74 | A5 | 0 | 30 | 1A | C | 14D | 40 | 43 |
| Octal | 340 | 164 | 245 | 0 | 60 | 32 | 14 | 515 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10100101 | 0 | 110000 | 11010 | 1100 | 101001101 | 1000000 | 1000011 |
Color Harmonies of #E074A5
Complementary color
Monochromatic Colors of #E074A5
Black with #E074A5
Text Example
Text Example
White with #E074A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074A5; }
p { color: rgb(224,116,165); }
H1.HeaderClassName
{
color: #E074A5;
}
.AnyTagClassName
{
color: #E074A5;
}
</style>
background-color css
<style>
a { background-color: #E074A5; }
a { background-color: rgb(224,116,165); }
div.DivClassName
{
background-color: #E074A5;
}
.BgClassName
{
background-color: #E074A5;
}
</style>
border-color css
<style>
span { border-color: #E074A5; }
span { border-color: rgb(224,116,165); }
td.TdClassName
{
border-color: #E074A5;
}
.TagClassName
{
border-color: #E074A5;
}
</style>