#E56E95

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

Shades of Pale Violet Red #E56E95

Tints of Pale Violet Red #E56E95

Color information

#E56E95 (or 0xE56E95) is unknown color: approx Pale Violet Red. HEX triplet: E5, 6E and 95. RGB value is (229,110,149). Sum of RGB (Red+Green+Blue) = 229+110+149=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56E95 is #1A916A. Grayscale: #959595. Windows color (decimal): -1741163 or 9793253. OLE color: 9793253.

HSL color Cylindrical-coordinate representation of color #E56E95: hue angle of 340.34º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56E95 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229110149-
CMYK00.520.350.10
HSL340.34º69.59%66.47%-
HSV(B)340.34º51.97%89.8%-
XYZ43.3129.9831.94-
YUV150.03127.42184.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.93%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=46.93%
G=22.54%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911014900.520.350.10340.3469.5966.47
HexE56E9503423A1544642
Octal3451562250644312524106102
Binary111001011101110100101010110100100011101010101010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56E95; }

 p { color: rgb(229,110,149); }

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

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

 a { background-color: rgb(229,110,149); }

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

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

 span { border-color: rgb(229,110,149); }

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