#E56B96

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

Shades of Pale Violet Red #E56B96

Tints of Pale Violet Red #E56B96

Color information

#E56B96 (or 0xE56B96) is unknown color: approx Pale Violet Red. HEX triplet: E5, 6B and 96. RGB value is (229,107,150). Sum of RGB (Red+Green+Blue) = 229+107+150=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56B96 is #1A9469. Grayscale: #949494. Windows color (decimal): -1741930 or 9858021. OLE color: 9858021.

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

Color convert

RGB229107150-
CMYK00.530.340.10
HSL338.85º70.11%65.88%-
HSV(B)338.85º53.28%89.8%-
XYZ43.0829.3832.25-
YUV148.38128.92185.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=47.12%
G=22.02%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910715000.530.340.10338.8570.1165.88
HexE56B9603522A1534642
Octal3451532260654212523106102
Binary111001011101011100101100110101100010101010101001110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56B96; }

 p { color: rgb(229,107,150); }

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

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

 a { background-color: rgb(229,107,150); }

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

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

 span { border-color: rgb(229,107,150); }

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