Shades of Pale Violet Red #E063A3
Tints of Pale Violet Red #E063A3
RGB
CMYK
RGB Variations
Color information
#E063A3 (or 0xE063A3) is known color: Pale Violet Red. HEX triplet: E0, 63 and A3. RGB value is (224,99,163). Sum of RGB (Red+Green+Blue) = 224+99+163=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E063A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063A3 is #1F9C5C. Grayscale: #8F8F8F. Windows color (decimal): -2071645 or 10707936. OLE color: 10707936.
HSL color Cylindrical-coordinate representation of color #E063A3: hue angle of 329.28º 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 #E063A3 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 163 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.12 |
| HSL | 329.28º | 0.67% | 0.63% | - |
| HSV(B) | 329.28º | 0.56% | 0.88% | - |
| XYZ | 41.81 | 27.42 | 37.74 | - |
| YUV | 143.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 163 | 0 | 0.56 | 0.27 | 0.12 | 329.28 | 0.67 | 0.63 |
| Hex | E0 | 63 | A3 | 0 | 38 | 1B | C | 149 | 43 | 3F |
| Octal | 340 | 143 | 243 | 0 | 70 | 33 | 14 | 511 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10100011 | 0 | 111000 | 11011 | 1100 | 101001001 | 1000011 | 111111 |
Color Harmonies of #E063A3
Complementary color
Monochromatic Colors of #E063A3
Black with #E063A3
Text Example
Text Example
White with #E063A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063A3; }
p { color: rgb(224,99,163); }
H1.HeaderClassName
{
color: #E063A3;
}
.AnyTagClassName
{
color: #E063A3;
}
</style>
background-color css
<style>
a { background-color: #E063A3; }
a { background-color: rgb(224,99,163); }
div.DivClassName
{
background-color: #E063A3;
}
.BgClassName
{
background-color: #E063A3;
}
</style>
border-color css
<style>
span { border-color: #E063A3; }
span { border-color: rgb(224,99,163); }
td.TdClassName
{
border-color: #E063A3;
}
.TagClassName
{
border-color: #E063A3;
}
</style>