#E166A3

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

Shades of Pale Violet Red #E166A3

Tints of Pale Violet Red #E166A3

Color information

#E166A3 (or 0xE166A3) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and A3. RGB value is (225,102,163). Sum of RGB (Red+Green+Blue) = 225+102+163=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A3 is #1E995C. Grayscale: #919191. Windows color (decimal): -2005341 or 10708705. OLE color: 10708705.

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

Color convert

RGB225102163-
CMYK00.550.280.12
HSL330.24º67.21%64.12%-
HSV(B)330.24º54.67%88.24%-
XYZ42.4128.1537.85-
YUV145.73137.75184.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 163 (64.06% from 255) = 33.27%
R=45.92%
G=20.82%
B=33.27%

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
Decimal22510216300.550.280.12330.2467.2164.12
HexE166A30371CC14a4340
Octal3411462430673414512103100
Binary11100001110011010100011011011111100110010100101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166A3; }

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

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

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

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

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

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

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

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