#E56D80

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

Shades of Deep Blush #E56D80

Tints of Deep Blush #E56D80

Color information

#E56D80 (or 0xE56D80) is unknown color: approx Deep Blush. HEX triplet: E5, 6D and 80. RGB value is (229,109,128). Sum of RGB (Red+Green+Blue) = 229+109+128=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56D80 is #1A927F. Grayscale: #939393. Windows color (decimal): -1741440 or 8416741. OLE color: 8416741.

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

Color convert

RGB229109128-
CMYK00.520.440.10
HSL350.5º69.77%66.27%-
HSV(B)350.5º52.4%89.8%-
XYZ41.6829.1523.85-
YUV147.05117.26186.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=49.14%
G=23.39%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910912800.520.440.10350.569.7766.27
HexE56D800342CA15e4642
Octal3451552000645412536106102
Binary111001011101101100000000110100101100101010101111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56D80; }

 p { color: rgb(229,109,128); }

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

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

 a { background-color: rgb(229,109,128); }

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

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

 span { border-color: rgb(229,109,128); }

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