Shades of Pale Violet Red #E063A9
Tints of Pale Violet Red #E063A9
RGB
CMYK
RGB Variations
Color information
#E063A9 (or 0xE063A9) is known color: Pale Violet Red. HEX triplet: E0, 63 and A9. RGB value is (224,99,169). Sum of RGB (Red+Green+Blue) = 224+99+169=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E063A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063A9 is #1F9C56. Grayscale: #909090. Windows color (decimal): -2071639 or 11101152. OLE color: 11101152.
HSL color Cylindrical-coordinate representation of color #E063A9: hue angle of 326.4º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063A9 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 169 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.12 |
| HSL | 326.4º | 0.67% | 0.63% | - |
| HSV(B) | 326.4º | 0.56% | 0.88% | - |
| XYZ | 42.36 | 27.64 | 40.64 | - |
| YUV | 144.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 169 | 0 | 0.56 | 0.25 | 0.12 | 326.4 | 0.67 | 0.63 |
| Hex | E0 | 63 | A9 | 0 | 38 | 19 | C | 146 | 43 | 3F |
| Octal | 340 | 143 | 251 | 0 | 70 | 31 | 14 | 506 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10101001 | 0 | 111000 | 11001 | 1100 | 101000110 | 1000011 | 111111 |
Color Harmonies of #E063A9
Complementary color
Monochromatic Colors of #E063A9
Black with #E063A9
Text Example
Text Example
White with #E063A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063A9; }
p { color: rgb(224,99,169); }
H1.HeaderClassName
{
color: #E063A9;
}
.AnyTagClassName
{
color: #E063A9;
}
</style>
background-color css
<style>
a { background-color: #E063A9; }
a { background-color: rgb(224,99,169); }
div.DivClassName
{
background-color: #E063A9;
}
.BgClassName
{
background-color: #E063A9;
}
</style>
border-color css
<style>
span { border-color: #E063A9; }
span { border-color: rgb(224,99,169); }
td.TdClassName
{
border-color: #E063A9;
}
.TagClassName
{
border-color: #E063A9;
}
</style>