#E161A5

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

Shades of Pale Violet Red #E161A5

Tints of Pale Violet Red #E161A5

Color information

#E161A5 (or 0xE161A5) is unknown color: approx Pale Violet Red. HEX triplet: E1, 61 and A5. RGB value is (225,97,165). Sum of RGB (Red+Green+Blue) = 225+97+165=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E161A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161A5 is #1E9E5A. Grayscale: #8E8E8E. Windows color (decimal): -2006619 or 10838497. OLE color: 10838497.

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

Color convert

RGB22597165-
CMYK00.570.270.12
HSL328.12º68.09%63.14%-
HSV(B)328.12º56.89%88.24%-
XYZ42.1227.2738.64-
YUV143.02140.41186.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=46.20%
G=19.92%
B=33.88%

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
Decimal2259716500.570.270.12328.1268.0963.14
HexE161A50391BC148443f
Octal341141245071331451010477
Binary1110000111000011010010101110011101111001010010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161A5; }

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

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

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

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

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

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

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

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