#E56991

Color #E56991 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E56991

Tints of Deep Blush #E56991

Color information

#E56991 (or 0xE56991) is unknown color: approx Deep Blush. HEX triplet: E5, 69 and 91. RGB value is (229,105,145). Sum of RGB (Red+Green+Blue) = 229+105+145=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E56991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56991 is #1A966E. Grayscale: #929292. Windows color (decimal): -1742447 or 9529829. OLE color: 9529829.

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

Color convert

RGB229105145-
CMYK00.540.370.10
HSL340.65º70.45%65.49%-
HSV(B)340.65º54.15%89.8%-
XYZ42.4828.8130.11-
YUV146.64127.08186.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=47.81%
G=21.92%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910514500.540.370.10340.6570.4565.49
HexE5699103625A1554641
Octal3451512210664512525106101
Binary111001011101001100100010110110100101101010101010110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56991; }

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

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

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

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

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

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

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

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