#E16E90

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

Shades of Pale Violet Red #E16E90

Tints of Pale Violet Red #E16E90

Color information

#E16E90 (or 0xE16E90) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6E and 90. RGB value is (225,110,144). Sum of RGB (Red+Green+Blue) = 225+110+144=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E90 is #1E916F. Grayscale: #949494. Windows color (decimal): -2003312 or 9465569. OLE color: 9465569.

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

Color convert

RGB225110144-
CMYK00.510.360.12
HSL342.26º65.71%65.69%-
HSV(B)342.26º51.11%88.24%-
XYZ41.6629.1729.82-
YUV148.26125.6182.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=46.97%
G=22.96%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511014400.510.360.12342.2665.7165.69
HexE16E9003324C1564242
Octal3411562200634414526102102
Binary111000011101110100100000110011100100110010101011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E90; }

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

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

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

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

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

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

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

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