#E16EA2

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

Shades of Pale Violet Red #E16EA2

Tints of Pale Violet Red #E16EA2

Color information

#E16EA2 (or 0xE16EA2) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6E and A2. RGB value is (225,110,162). Sum of RGB (Red+Green+Blue) = 225+110+162=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EA2 is #1E915D. Grayscale: #969696. Windows color (decimal): -2003294 or 10645217. OLE color: 10645217.

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

Color convert

RGB225110162-
CMYK00.510.280.12
HSL332.87º65.71%65.69%-
HSV(B)332.87º51.11%88.24%-
XYZ43.1529.7737.65-
YUV150.31134.6181.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=45.27%
G=22.13%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511016200.510.280.12332.8765.7165.69
HexE16EA20331CC14d4242
Octal3411562420633414515102102
Binary11100001110111010100010011001111100110010100110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16EA2; }

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

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

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

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

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

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

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

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