#E161A2

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

Shades of Pale Violet Red #E161A2

Tints of Pale Violet Red #E161A2

Color information

#E161A2 (or 0xE161A2) is unknown color: approx Pale Violet Red. HEX triplet: E1, 61 and A2. RGB value is (225,97,162). Sum of RGB (Red+Green+Blue) = 225+97+162=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E161A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161A2 is #1E9E5D. Grayscale: #8E8E8E. Windows color (decimal): -2006622 or 10641889. OLE color: 10641889.

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

Color convert

RGB22597162-
CMYK00.570.280.12
HSL329.53º68.09%63.14%-
HSV(B)329.53º56.89%88.24%-
XYZ41.8527.1737.22-
YUV142.68138.91186.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=46.49%
G=20.04%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259716200.570.280.12329.5368.0963.14
HexE161A20391CC14a443f
Octal341141242071341451210477
Binary1110000111000011010001001110011110011001010010101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161A2; }

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

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

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

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

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

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

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

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