#E56982

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

Shades of Deep Blush #E56982

Tints of Deep Blush #E56982

Color information

#E56982 (or 0xE56982) is unknown color: approx Deep Blush. HEX triplet: E5, 69 and 82. RGB value is (229,105,130). Sum of RGB (Red+Green+Blue) = 229+105+130=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E56982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56982 is #1A967D. Grayscale: #909090. Windows color (decimal): -1742462 or 8546789. OLE color: 8546789.

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

Color convert

RGB229105130-
CMYK00.540.430.10
HSL347.9º70.45%65.49%-
HSV(B)347.9º54.15%89.8%-
XYZ41.3928.3724.41-
YUV144.93119.58187.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=49.35%
G=22.63%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910513000.540.430.10347.970.4565.49
HexE569820362BA15c4641
Octal3451512020665312534106101
Binary111001011101001100000100110110101011101010101110010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56982; }

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

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

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

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

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

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

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

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