#E063A4

Color #E063A4 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E063A4

Tints of Pale Violet Red #E063A4

Color information

#E063A4 (or 0xE063A4) is unknown color: approx Pale Violet Red. HEX triplet: E0, 63 and A4. RGB value is (224,99,164). Sum of RGB (Red+Green+Blue) = 224+99+164=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E063A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063A4 is #1F9C5B. Grayscale: #8F8F8F. Windows color (decimal): -2071644 or 10773472. OLE color: 10773472.

HSL color Cylindrical-coordinate representation of color #E063A4: hue angle of 328.8º 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 #E063A4 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22499164-
CMYK00.560.270.12
HSL328.8º66.84%63.33%-
HSV(B)328.8º55.8%87.84%-
XYZ41.927.4538.21-
YUV143.78139.41185.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=46.00%
G=20.33%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249916400.560.270.12328.866.8463.33
HexE063A40381BC149433f
Octal340143244070331451110377
Binary1110000011000111010010001110001101111001010010011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063A4; }

 p { color: rgb(224,99,164); }

 H1.HeaderClassName
 {
   color: #E063A4;
 }
 .AnyTagClassName
 {
   color: #E063A4;
 }
</style>
background-color css

<style>
 a { background-color: #E063A4; }

 a { background-color: rgb(224,99,164); }

 div.DivClassName
 {
   background-color: #E063A4;
 }
 .BgClassName
 {
   background-color: #E063A4;
 }
</style>
border-color css

<style>
 span { border-color: #E063A4; }

 span { border-color: rgb(224,99,164); }

 td.TdClassName
 {
   border-color: #E063A4;
 }
 .TagClassName
 {
   border-color: #E063A4;
 }
</style>