#e5494a

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

Shades of Mandy #E5494A

Tints of Mandy #E5494A

Color information

#E5494A (or 0xE5494A) is unknown color: approx Mandy. HEX triplet: E5, 49 and 4A. RGB value is (229,73,74). Sum of RGB (Red+Green+Blue) = 229+73+74=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5494A is #1AB6B5. Grayscale: #777777. Windows color (decimal): -1750710 or 4868581. OLE color: 4868581.

HSL color Cylindrical-coordinate representation of color #E5494A: hue angle of 359.62º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5494A is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2297374-
CMYK00.680.680.10
HSL359.62º75%59.22%-
HSV(B)359.62º68.12%89.8%-
XYZ35.9321.928.82-
YUV119.76102.18205.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.90%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=60.90%
G=19.41%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229737400.680.680.10359.627559.22
HexE5494A04444A1684b3b
Octal34511111201041041255011373
Binary111001011001001100101001000100100010010101011010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5494a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5494a; }

 p { color: rgb(229,73,74); }

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

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

 a { background-color: rgb(229,73,74); }

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

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

 span { border-color: rgb(229,73,74); }

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