#E1494C

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

Shades of Mandy #E1494C

Tints of Mandy #E1494C

Color information

#E1494C (or 0xE1494C) is unknown color: approx Mandy. HEX triplet: E1, 49 and 4C. RGB value is (225,73,76). Sum of RGB (Red+Green+Blue) = 225+73+76=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1494C is #1EB6B3. Grayscale: #767676. Windows color (decimal): -2012852 or 4999649. OLE color: 4999649.

HSL color Cylindrical-coordinate representation of color #E1494C: hue angle of 358.82º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1494C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2257376-
CMYK00.680.660.12
HSL358.82º71.7%58.43%-
HSV(B)358.82º67.56%88.24%-
XYZ34.7421.299.12-
YUV118.79103.86203.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.16%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=60.16%
G=19.52%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225737600.680.660.12358.8271.758.43
HexE1494C04442C167483a
Octal34111111401041021454711072
Binary111000011001001100110001000100100001011001011001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1494C; }

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

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

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

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

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

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

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

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