#E164A1

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

Shades of Pale Violet Red #E164A1

Tints of Pale Violet Red #E164A1

Color information

#E164A1 (or 0xE164A1) is unknown color: approx Pale Violet Red. HEX triplet: E1, 64 and A1. RGB value is (225,100,161). Sum of RGB (Red+Green+Blue) = 225+100+161=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E164A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164A1 is #1E9B5E. Grayscale: #909090. Windows color (decimal): -2005855 or 10577121. OLE color: 10577121.

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

Color convert

RGB225100161-
CMYK00.560.280.12
HSL330.72º67.57%63.73%-
HSV(B)330.72º55.56%88.24%-
XYZ42.0427.736.85-
YUV144.33137.41185.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=46.30%
G=20.58%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510016100.560.280.12330.7267.5763.73
HexE164A10381CC14b4440
Octal3411442410703414513104100
Binary11100001110010010100001011100011100110010100101110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164A1; }

 p { color: rgb(225,100,161); }

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

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

 a { background-color: rgb(225,100,161); }

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

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

 span { border-color: rgb(225,100,161); }

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