#E160A4

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

Shades of Pale Violet Red #E160A4

Tints of Pale Violet Red #E160A4

Color information

#E160A4 (or 0xE160A4) is unknown color: approx Pale Violet Red. HEX triplet: E1, 60 and A4. RGB value is (225,96,164). Sum of RGB (Red+Green+Blue) = 225+96+164=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E160A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160A4 is #1E9F5B. Grayscale: #8E8E8E. Windows color (decimal): -2006876 or 10772705. OLE color: 10772705.

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

Color convert

RGB22596164-
CMYK00.570.270.12
HSL328.37º68.25%62.94%-
HSV(B)328.37º57.33%88.24%-
XYZ41.9427.0538.13-
YUV142.32140.24186.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=46.39%
G=19.79%
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
Decimal2259616400.570.270.12328.3768.2562.94
HexE160A40391BC148443f
Octal341140244071331451010477
Binary1110000111000001010010001110011101111001010010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160A4; }

 p { color: rgb(225,96,164); }

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

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

 a { background-color: rgb(225,96,164); }

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

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

 span { border-color: rgb(225,96,164); }

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