Shades of Pale Violet Red #E063A7
Tints of Pale Violet Red #E063A7
RGB
CMYK
RGB Variations
Color information
#E063A7 (or 0xE063A7) is known color: Pale Violet Red. HEX triplet: E0, 63 and A7. RGB value is (224,99,167). Sum of RGB (Red+Green+Blue) = 224+99+167=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E063A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063A7 is #1F9C58. Grayscale: #8F8F8F. Windows color (decimal): -2071641 or 10970080. OLE color: 10970080.
HSL color Cylindrical-coordinate representation of color #E063A7: hue angle of 327.36º 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 #E063A7 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 167 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.12 |
| HSL | 327.36º | 0.67% | 0.63% | - |
| HSV(B) | 327.36º | 0.56% | 0.88% | - |
| XYZ | 42.18 | 27.56 | 39.66 | - |
| YUV | 144.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 167 | 0 | 0.56 | 0.25 | 0.12 | 327.36 | 0.67 | 0.63 |
| Hex | E0 | 63 | A7 | 0 | 38 | 19 | C | 147 | 43 | 3F |
| Octal | 340 | 143 | 247 | 0 | 70 | 31 | 14 | 507 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10100111 | 0 | 111000 | 11001 | 1100 | 101000111 | 1000011 | 111111 |
Color Harmonies of #E063A7
Complementary color
Monochromatic Colors of #E063A7
Black with #E063A7
Text Example
Text Example
White with #E063A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063A7; }
p { color: rgb(224,99,167); }
H1.HeaderClassName
{
color: #E063A7;
}
.AnyTagClassName
{
color: #E063A7;
}
</style>
background-color css
<style>
a { background-color: #E063A7; }
a { background-color: rgb(224,99,167); }
div.DivClassName
{
background-color: #E063A7;
}
.BgClassName
{
background-color: #E063A7;
}
</style>
border-color css
<style>
span { border-color: #E063A7; }
span { border-color: rgb(224,99,167); }
td.TdClassName
{
border-color: #E063A7;
}
.TagClassName
{
border-color: #E063A7;
}
</style>