#E16F95

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

Shades of Pale Violet Red #E16F95

Tints of Pale Violet Red #E16F95

Color information

#E16F95 (or 0xE16F95) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6F and 95. RGB value is (225,111,149). Sum of RGB (Red+Green+Blue) = 225+111+149=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F95 is #1E906A. Grayscale: #959595. Windows color (decimal): -2003051 or 9793505. OLE color: 9793505.

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

Color convert

RGB225111149-
CMYK00.510.340.12
HSL340º65.52%65.88%-
HSV(B)340º50.67%88.24%-
XYZ42.1629.5531.91-
YUV149.42127.77181.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=46.39%
G=22.89%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511114900.510.340.1234065.5265.88
HexE16F9503322C1544242
Octal3411572250634214524102102
Binary111000011101111100101010110011100010110010101010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F95; }

 p { color: rgb(225,111,149); }

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

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

 a { background-color: rgb(225,111,149); }

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

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

 span { border-color: rgb(225,111,149); }

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