#E57392

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

Shades of Deep Blush #E57392

Tints of Deep Blush #E57392

Color information

#E57392 (or 0xE57392) is unknown color: approx Deep Blush. HEX triplet: E5, 73 and 92. RGB value is (229,115,146). Sum of RGB (Red+Green+Blue) = 229+115+146=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E57392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57392 is #1A8C6D. Grayscale: #989898. Windows color (decimal): -1739886 or 9597925. OLE color: 9597925.

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

Color convert

RGB229115146-
CMYK00.500.360.10
HSL343.68º68.67%67.45%-
HSV(B)343.68º49.78%89.8%-
XYZ43.6330.9930.88-
YUV152.62124.27182.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.73%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=46.73%
G=23.47%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911514600.500.360.10343.6868.6767.45
HexE5739203224A1584543
Octal3451632220624412530105103
Binary111001011110011100100100110010100100101010101100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57392; }

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

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

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

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

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

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

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

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