#E57A85

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

Shades of Deep Blush #E57A85

Tints of Deep Blush #E57A85

Color information

#E57A85 (or 0xE57A85) is unknown color: approx Deep Blush. HEX triplet: E5, 7A and 85. RGB value is (229,122,133). Sum of RGB (Red+Green+Blue) = 229+122+133=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A85 is #1A857A. Grayscale: #9B9B9B. Windows color (decimal): -1738107 or 8747749. OLE color: 8747749.

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

Color convert

RGB229122133-
CMYK00.470.420.10
HSL353.83º67.3%68.82%-
HSV(B)353.83º46.72%89.8%-
XYZ43.5132.2726.13-
YUV155.25115.45180.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=47.31%
G=25.21%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912213300.470.420.10353.8367.368.82
HexE57A8502F2AA1624345
Octal3451722050575212542103105
Binary111001011111010100001010101111101010101010110001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A85; }

 p { color: rgb(229,122,133); }

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

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

 a { background-color: rgb(229,122,133); }

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

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

 span { border-color: rgb(229,122,133); }

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