#E57386

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

Shades of Deep Blush #E57386

Tints of Deep Blush #E57386

Color information

#E57386 (or 0xE57386) is unknown color: approx Deep Blush. HEX triplet: E5, 73 and 86. RGB value is (229,115,134). Sum of RGB (Red+Green+Blue) = 229+115+134=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E57386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57386 is #1A8C79. Grayscale: #979797. Windows color (decimal): -1739898 or 8811493. OLE color: 8811493.

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

Color convert

RGB229115134-
CMYK00.500.410.10
HSL350º68.67%67.45%-
HSV(B)350º49.78%89.8%-
XYZ42.7530.6426.22-
YUV151.25118.27183.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.91%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=47.91%
G=24.06%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911513400.500.410.1035068.6767.45
HexE5738603229A15e4543
Octal3451632060625112536105103
Binary111001011110011100001100110010101001101010101111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57386; }

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

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

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

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

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

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

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

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