#E56C8A

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

Shades of Deep Blush #E56C8A

Tints of Deep Blush #E56C8A

Color information

#E56C8A (or 0xE56C8A) is unknown color: approx Deep Blush. HEX triplet: E5, 6C and 8A. RGB value is (229,108,138). Sum of RGB (Red+Green+Blue) = 229+108+138=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56C8A is #1A9375. Grayscale: #939393. Windows color (decimal): -1741686 or 9071845. OLE color: 9071845.

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

Color convert

RGB229108138-
CMYK00.530.400.10
HSL345.12º69.94%66.08%-
HSV(B)345.12º52.84%89.8%-
XYZ42.2629.2227.46-
YUV147.6122.59186.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=48.21%
G=22.74%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910813800.530.400.10345.1269.9466.08
HexE56C8A03528A1594642
Octal3451542120655012531106102
Binary111001011101100100010100110101101000101010101100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56C8A; }

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

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

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

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

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

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

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

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