#E57090

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

Shades of Deep Blush #E57090

Tints of Deep Blush #E57090

Color information

#E57090 (or 0xE57090) is unknown color: approx Deep Blush. HEX triplet: E5, 70 and 90. RGB value is (229,112,144). Sum of RGB (Red+Green+Blue) = 229+112+144=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E57090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57090 is #1A8F6F. Grayscale: #969696. Windows color (decimal): -1740656 or 9466085. OLE color: 9466085.

HSL color Cylindrical-coordinate representation of color #E57090: hue angle of 343.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57090 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229112144-
CMYK00.510.370.10
HSL343.59º69.23%66.86%-
HSV(B)343.59º51.09%89.8%-
XYZ43.1430.2629.95-
YUV150.63124.26183.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=47.22%
G=23.09%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911214400.510.370.10343.5969.2366.86
HexE5709003325A1584543
Octal3451602200634512530105103
Binary111001011110000100100000110011100101101010101100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57090; }

 p { color: rgb(229,112,144); }

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

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

 a { background-color: rgb(229,112,144); }

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

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

 span { border-color: rgb(229,112,144); }

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