#E16EA5

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

Shades of Pale Violet Red #E16EA5

Tints of Pale Violet Red #E16EA5

Color information

#E16EA5 (or 0xE16EA5) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6E and A5. RGB value is (225,110,165). Sum of RGB (Red+Green+Blue) = 225+110+165=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EA5 is #1E915A. Grayscale: #969696. Windows color (decimal): -2003291 or 10841825. OLE color: 10841825.

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

Color convert

RGB225110165-
CMYK00.510.270.12
HSL331.3º65.71%65.69%-
HSV(B)331.3º51.11%88.24%-
XYZ43.4229.8839.08-
YUV150.65136.1181.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 165 (64.84% from 255) = 33%
R=45%
G=22%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511016500.510.270.12331.365.7165.69
HexE16EA50331BC14b4242
Octal3411562450633314513102102
Binary11100001110111010100101011001111011110010100101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16EA5; }

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

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

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

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

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

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

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

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