Shades of Pale Violet Red #E063A0
Tints of Pale Violet Red #E063A0
RGB
CMYK
RGB Variations
Color information
#E063A0 (or 0xE063A0) is known color: Pale Violet Red. HEX triplet: E0, 63 and A0. RGB value is (224,99,160). Sum of RGB (Red+Green+Blue) = 224+99+160=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E063A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063A0 is #1F9C5F. Grayscale: #8F8F8F. Windows color (decimal): -2071648 or 10511328. OLE color: 10511328.
HSL color Cylindrical-coordinate representation of color #E063A0: hue angle of 330.72º 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 #E063A0 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 160 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.12 |
| HSL | 330.72º | 0.67% | 0.63% | - |
| HSV(B) | 330.72º | 0.56% | 0.88% | - |
| XYZ | 41.55 | 27.31 | 36.34 | - |
| YUV | 143.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 160 | 0 | 0.56 | 0.29 | 0.12 | 330.72 | 0.67 | 0.63 |
| Hex | E0 | 63 | A0 | 0 | 38 | 1D | C | 14B | 43 | 3F |
| Octal | 340 | 143 | 240 | 0 | 70 | 35 | 14 | 513 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10100000 | 0 | 111000 | 11101 | 1100 | 101001011 | 1000011 | 111111 |
Color Harmonies of #E063A0
Complementary color
Monochromatic Colors of #E063A0
Black with #E063A0
Text Example
Text Example
White with #E063A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063A0; }
p { color: rgb(224,99,160); }
H1.HeaderClassName
{
color: #E063A0;
}
.AnyTagClassName
{
color: #E063A0;
}
</style>
background-color css
<style>
a { background-color: #E063A0; }
a { background-color: rgb(224,99,160); }
div.DivClassName
{
background-color: #E063A0;
}
.BgClassName
{
background-color: #E063A0;
}
</style>
border-color css
<style>
span { border-color: #E063A0; }
span { border-color: rgb(224,99,160); }
td.TdClassName
{
border-color: #E063A0;
}
.TagClassName
{
border-color: #E063A0;
}
</style>