#E57985

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

Shades of Deep Blush #E57985

Tints of Deep Blush #E57985

Color information

#E57985 (or 0xE57985) is unknown color: approx Deep Blush. HEX triplet: E5, 79 and 85. RGB value is (229,121,133). Sum of RGB (Red+Green+Blue) = 229+121+133=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57985 is #1A867A. Grayscale: #9A9A9A. Windows color (decimal): -1738363 or 8747493. OLE color: 8747493.

HSL color Cylindrical-coordinate representation of color #E57985: hue angle of 353.33º degrees, saturation: 0.68, 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 #E57985 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229121133-
CMYK00.470.420.10
HSL353.33º67.5%68.63%-
HSV(B)353.33º47.16%89.8%-
XYZ43.3832.0326.09-
YUV154.66115.78181.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=47.41%
G=25.05%
B=27.54%

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
Decimal22912113300.470.420.10353.3367.568.63
HexE5798502F2AA1614445
Octal3451712050575212541104105
Binary111001011111001100001010101111101010101010110000110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57985; }

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

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

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

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

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

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

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

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