#E160A5

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

Shades of Pale Violet Red #E160A5

Tints of Pale Violet Red #E160A5

Color information

#E160A5 (or 0xE160A5) is unknown color: approx Pale Violet Red. HEX triplet: E1, 60 and A5. RGB value is (225,96,165). Sum of RGB (Red+Green+Blue) = 225+96+165=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E160A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160A5 is #1E9F5A. Grayscale: #8E8E8E. Windows color (decimal): -2006875 or 10838241. OLE color: 10838241.

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

Color convert

RGB22596165-
CMYK00.570.270.12
HSL327.91º68.25%62.94%-
HSV(B)327.91º57.33%88.24%-
XYZ42.0327.0938.61-
YUV142.44140.74186.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=46.30%
G=19.75%
B=33.95%

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
Decimal2259616500.570.270.12327.9168.2562.94
HexE160A50391BC148443f
Octal341140245071331451010477
Binary1110000111000001010010101110011101111001010010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160A5; }

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

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

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

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

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

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

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

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