Shades of Pale Violet Red #E074AC
Tints of Pale Violet Red #E074AC
RGB
CMYK
RGB Variations
Color information
#E074AC (or 0xE074AC) is known color: Pale Violet Red. HEX triplet: E0, 74 and AC. RGB value is (224,116,172). Sum of RGB (Red+Green+Blue) = 224+116+172=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E074AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074AC is #1F8B53. Grayscale: #9A9A9A. Windows color (decimal): -2067284 or 11302112. OLE color: 11302112.
HSL color Cylindrical-coordinate representation of color #E074AC: hue angle of 328.89º 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 #E074AC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 172 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.12 |
| HSL | 328.89º | 0.64% | 0.67% | - |
| HSV(B) | 328.89º | 0.48% | 0.88% | - |
| XYZ | 44.43 | 31.32 | 42.73 | - |
| YUV | 154.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 172 | 0 | 0.48 | 0.23 | 0.12 | 328.89 | 0.64 | 0.67 |
| Hex | E0 | 74 | AC | 0 | 30 | 17 | C | 149 | 40 | 43 |
| Octal | 340 | 164 | 254 | 0 | 60 | 27 | 14 | 511 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10101100 | 0 | 110000 | 10111 | 1100 | 101001001 | 1000000 | 1000011 |
Color Harmonies of #E074AC
Complementary color
Monochromatic Colors of #E074AC
Black with #E074AC
Text Example
Text Example
White with #E074AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074AC; }
p { color: rgb(224,116,172); }
H1.HeaderClassName
{
color: #E074AC;
}
.AnyTagClassName
{
color: #E074AC;
}
</style>
background-color css
<style>
a { background-color: #E074AC; }
a { background-color: rgb(224,116,172); }
div.DivClassName
{
background-color: #E074AC;
}
.BgClassName
{
background-color: #E074AC;
}
</style>
border-color css
<style>
span { border-color: #E074AC; }
span { border-color: rgb(224,116,172); }
td.TdClassName
{
border-color: #E074AC;
}
.TagClassName
{
border-color: #E074AC;
}
</style>