#E166A2

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

Shades of Pale Violet Red #E166A2

Tints of Pale Violet Red #E166A2

Color information

#E166A2 (or 0xE166A2) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and A2. RGB value is (225,102,162). Sum of RGB (Red+Green+Blue) = 225+102+162=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A2 is #1E995D. Grayscale: #919191. Windows color (decimal): -2005342 or 10643169. OLE color: 10643169.

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

Color convert

RGB225102162-
CMYK00.550.280.12
HSL330.73º67.21%64.12%-
HSV(B)330.73º54.67%88.24%-
XYZ42.3228.1237.38-
YUV145.62137.25184.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=46.01%
G=20.86%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510216200.550.280.12330.7367.2164.12
HexE166A20371CC14b4340
Octal3411462420673414513103100
Binary11100001110011010100010011011111100110010100101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166A2; }

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

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

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

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

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

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

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

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