Shades of Pale Violet Red #E06AA4
Tints of Pale Violet Red #E06AA4
RGB
CMYK
RGB Variations
Color information
#E06AA4 (or 0xE06AA4) is known color: Pale Violet Red. HEX triplet: E0, 6A and A4. RGB value is (224,106,164). Sum of RGB (Red+Green+Blue) = 224+106+164=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AA4 is #1F955B. Grayscale: #939393. Windows color (decimal): -2069852 or 10775264. OLE color: 10775264.
HSL color Cylindrical-coordinate representation of color #E06AA4: hue angle of 330.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06AA4 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 164 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.12 |
| HSL | 330.51º | 0.66% | 0.65% | - |
| HSV(B) | 330.51º | 0.53% | 0.88% | - |
| XYZ | 42.6 | 28.84 | 38.44 | - |
| YUV | 147.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 164 | 0 | 0.53 | 0.27 | 0.12 | 330.51 | 0.66 | 0.65 |
| Hex | E0 | 6A | A4 | 0 | 35 | 1B | C | 14B | 42 | 41 |
| Octal | 340 | 152 | 244 | 0 | 65 | 33 | 14 | 513 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10100100 | 0 | 110101 | 11011 | 1100 | 101001011 | 1000010 | 1000001 |
Color Harmonies of #E06AA4
Complementary color
Monochromatic Colors of #E06AA4
Black with #E06AA4
Text Example
Text Example
White with #E06AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AA4; }
p { color: rgb(224,106,164); }
H1.HeaderClassName
{
color: #E06AA4;
}
.AnyTagClassName
{
color: #E06AA4;
}
</style>
background-color css
<style>
a { background-color: #E06AA4; }
a { background-color: rgb(224,106,164); }
div.DivClassName
{
background-color: #E06AA4;
}
.BgClassName
{
background-color: #E06AA4;
}
</style>
border-color css
<style>
span { border-color: #E06AA4; }
span { border-color: rgb(224,106,164); }
td.TdClassName
{
border-color: #E06AA4;
}
.TagClassName
{
border-color: #E06AA4;
}
</style>