Shades of Pale Violet Red #E063A2
Tints of Pale Violet Red #E063A2
RGB
CMYK
RGB Variations
Color information
#E063A2 (or 0xE063A2) is known color: Pale Violet Red. HEX triplet: E0, 63 and A2. RGB value is (224,99,162). Sum of RGB (Red+Green+Blue) = 224+99+162=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E063A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063A2 is #1F9C5D. Grayscale: #8F8F8F. Windows color (decimal): -2071646 or 10642400. OLE color: 10642400.
HSL color Cylindrical-coordinate representation of color #E063A2: hue angle of 329.76º 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 #E063A2 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 162 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.12 |
| HSL | 329.76º | 0.67% | 0.63% | - |
| HSV(B) | 329.76º | 0.56% | 0.88% | - |
| XYZ | 41.72 | 27.38 | 37.27 | - |
| YUV | 143.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 162 | 0 | 0.56 | 0.28 | 0.12 | 329.76 | 0.67 | 0.63 |
| Hex | E0 | 63 | A2 | 0 | 38 | 1C | C | 14A | 43 | 3F |
| Octal | 340 | 143 | 242 | 0 | 70 | 34 | 14 | 512 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10100010 | 0 | 111000 | 11100 | 1100 | 101001010 | 1000011 | 111111 |
Color Harmonies of #E063A2
Complementary color
Monochromatic Colors of #E063A2
Black with #E063A2
Text Example
Text Example
White with #E063A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063A2; }
p { color: rgb(224,99,162); }
H1.HeaderClassName
{
color: #E063A2;
}
.AnyTagClassName
{
color: #E063A2;
}
</style>
background-color css
<style>
a { background-color: #E063A2; }
a { background-color: rgb(224,99,162); }
div.DivClassName
{
background-color: #E063A2;
}
.BgClassName
{
background-color: #E063A2;
}
</style>
border-color css
<style>
span { border-color: #E063A2; }
span { border-color: rgb(224,99,162); }
td.TdClassName
{
border-color: #E063A2;
}
.TagClassName
{
border-color: #E063A2;
}
</style>