#E166A4

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

Shades of Pale Violet Red #E166A4

Tints of Pale Violet Red #E166A4

Color information

#E166A4 (or 0xE166A4) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and A4. RGB value is (225,102,164). Sum of RGB (Red+Green+Blue) = 225+102+164=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A4 is #1E995B. Grayscale: #919191. Windows color (decimal): -2005340 or 10774241. OLE color: 10774241.

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

Color convert

RGB225102164-
CMYK00.550.270.12
HSL329.76º67.21%64.12%-
HSV(B)329.76º54.67%88.24%-
XYZ42.528.1938.32-
YUV145.84138.25184.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=45.82%
G=20.77%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510216400.550.270.12329.7667.2164.12
HexE166A40371BC14a4340
Octal3411462440673314512103100
Binary11100001110011010100100011011111011110010100101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166A4; }

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

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

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

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

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

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

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

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