#E1494B

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

Shades of Mandy #E1494B

Tints of Mandy #E1494B

Color information

#E1494B (or 0xE1494B) is unknown color: approx Mandy. HEX triplet: E1, 49 and 4B. RGB value is (225,73,75). Sum of RGB (Red+Green+Blue) = 225+73+75=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1494B is #1EB6B4. Grayscale: #767676. Windows color (decimal): -2012853 or 4934113. OLE color: 4934113.

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

Color convert

RGB2257375-
CMYK00.680.670.12
HSL359.21º71.7%58.43%-
HSV(B)359.21º67.56%88.24%-
XYZ34.721.288.94-
YUV118.68103.36203.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.32%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=60.32%
G=19.57%
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.12
SystemRedGreenBlueCMYKHSL
Decimal225737500.680.670.12359.2171.758.43
HexE1494B04443C167483a
Octal34111111301041031454711072
Binary111000011001001100101101000100100001111001011001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1494B; }

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

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

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

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

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

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

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

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