#E163A5

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

Shades of Pale Violet Red #E163A5

Tints of Pale Violet Red #E163A5

Color information

#E163A5 (or 0xE163A5) is unknown color: approx Pale Violet Red. HEX triplet: E1, 63 and A5. RGB value is (225,99,165). Sum of RGB (Red+Green+Blue) = 225+99+165=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E163A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163A5 is #1E9C5A. Grayscale: #909090. Windows color (decimal): -2006107 or 10839009. OLE color: 10839009.

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

Color convert

RGB22599165-
CMYK00.560.270.12
HSL328.57º67.74%63.53%-
HSV(B)328.57º56%88.24%-
XYZ42.327.6538.7-
YUV144.2139.74185.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=46.01%
G=20.25%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259916500.560.270.12328.5767.7463.53
HexE163A50381BC1494440
Octal3411432450703314511104100
Binary11100001110001110100101011100011011110010100100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E163A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E163A5; }

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

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

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

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

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

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

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

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