#E163A9

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

Shades of Pale Violet Red #E163A9

Tints of Pale Violet Red #E163A9

Color information

#E163A9 (or 0xE163A9) is unknown color: approx Pale Violet Red. HEX triplet: E1, 63 and A9. RGB value is (225,99,169). Sum of RGB (Red+Green+Blue) = 225+99+169=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E163A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163A9 is #1E9C56. Grayscale: #909090. Windows color (decimal): -2006103 or 11101153. OLE color: 11101153.

HSL color Cylindrical-coordinate representation of color #E163A9: hue angle of 326.67º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163A9 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22599169-
CMYK00.560.250.12
HSL326.67º67.74%63.53%-
HSV(B)326.67º56%88.24%-
XYZ42.6727.840.65-
YUV144.65141.74185.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=45.64%
G=20.08%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259916900.560.250.12326.6767.7463.53
HexE163A903819C1474440
Octal3411432510703114507104100
Binary11100001110001110101001011100011001110010100011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E163A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E163A9; }

 p { color: rgb(225,99,169); }

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

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

 a { background-color: rgb(225,99,169); }

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

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

 span { border-color: rgb(225,99,169); }

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