#e061a4

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

Shades of Pale Violet Red #E061A4

Tints of Pale Violet Red #E061A4

Color information

#E061A4 (or 0xE061A4) is unknown color: approx Pale Violet Red. HEX triplet: E0, 61 and A4. RGB value is (224,97,164). Sum of RGB (Red+Green+Blue) = 224+97+164=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E061A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061A4 is #1F9E5B. Grayscale: #8E8E8E. Windows color (decimal): -2072156 or 10772960. OLE color: 10772960.

HSL color Cylindrical-coordinate representation of color #E061A4: hue angle of 328.35º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061A4 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22497164-
CMYK00.570.270.12
HSL328.35º67.2%62.94%-
HSV(B)328.35º56.7%87.84%-
XYZ41.7227.0838.15-
YUV142.61140.08186.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=46.19%
G=20%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249716400.570.270.12328.3567.262.94
HexE061A40391BC148433f
Octal340141244071331451010377
Binary1110000011000011010010001110011101111001010010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e061a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e061a4; }

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

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

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

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

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

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

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

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