#E56C95

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

Shades of Pale Violet Red #E56C95

Tints of Pale Violet Red #E56C95

Color information

#E56C95 (or 0xE56C95) is unknown color: approx Pale Violet Red. HEX triplet: E5, 6C and 95. RGB value is (229,108,149). Sum of RGB (Red+Green+Blue) = 229+108+149=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56C95 is #1A936A. Grayscale: #949494. Windows color (decimal): -1741675 or 9792741. OLE color: 9792741.

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

Color convert

RGB229108149-
CMYK00.530.350.10
HSL339.67º69.94%66.08%-
HSV(B)339.67º52.84%89.8%-
XYZ43.129.5531.87-
YUV148.85128.09185.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=47.12%
G=22.22%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910814900.530.350.10339.6769.9466.08
HexE56C9503523A1544642
Octal3451542250654312524106102
Binary111001011101100100101010110101100011101010101010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56C95; }

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

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

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

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

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

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

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

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