#e5494c

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

Shades of Mandy #E5494C

Tints of Mandy #E5494C

Color information

#E5494C (or 0xE5494C) is unknown color: approx Mandy. HEX triplet: E5, 49 and 4C. RGB value is (229,73,76). Sum of RGB (Red+Green+Blue) = 229+73+76=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E5494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5494C is #1AB6B3. Grayscale: #787878. Windows color (decimal): -1750708 or 4999653. OLE color: 4999653.

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

Color convert

RGB2297376-
CMYK00.680.670.10
HSL358.85º75%59.22%-
HSV(B)358.85º68.12%89.8%-
XYZ3621.949.18-
YUV119.99103.18205.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.58%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=60.58%
G=19.31%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229737600.680.670.10358.857559.22
HexE5494C04443A1674b3b
Octal34511111401041031254711373
Binary111001011001001100110001000100100001110101011001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5494c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5494c; }

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

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

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

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

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

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

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

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