#E56995

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

Shades of Pale Violet Red #E56995

Tints of Pale Violet Red #E56995

Color information

#E56995 (or 0xE56995) is unknown color: approx Pale Violet Red. HEX triplet: E5, 69 and 95. RGB value is (229,105,149). Sum of RGB (Red+Green+Blue) = 229+105+149=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E56995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56995 is #1A966A. Grayscale: #939393. Windows color (decimal): -1742443 or 9791973. OLE color: 9791973.

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

Color convert

RGB229105149-
CMYK00.540.350.10
HSL338.71º70.45%65.49%-
HSV(B)338.71º54.15%89.8%-
XYZ42.7928.9331.76-
YUV147.09129.08186.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=47.41%
G=21.74%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910514900.540.350.10338.7170.4565.49
HexE5699503623A1534641
Octal3451512250664312523106101
Binary111001011101001100101010110110100011101010101001110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56995; }

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

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

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

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

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

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

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

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