#E57385

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

Shades of Deep Blush #E57385

Tints of Deep Blush #E57385

Color information

#E57385 (or 0xE57385) is unknown color: approx Deep Blush. HEX triplet: E5, 73 and 85. RGB value is (229,115,133). Sum of RGB (Red+Green+Blue) = 229+115+133=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57385 is #1A8C7A. Grayscale: #979797. Windows color (decimal): -1739899 or 8745957. OLE color: 8745957.

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

Color convert

RGB229115133-
CMYK00.500.420.10
HSL350.53º68.67%67.45%-
HSV(B)350.53º49.78%89.8%-
XYZ42.6830.6125.85-
YUV151.14117.77183.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=48.01%
G=24.11%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911513300.500.420.10350.5368.6767.45
HexE573850322AA15f4543
Octal3451632050625212537105103
Binary111001011110011100001010110010101010101010101111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57385; }

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

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

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

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

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

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

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

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