#E04144

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

Shades of Mahogany #E04144

Tints of Mahogany #E04144

Color information

#E04144 (or 0xE04144) is unknown color: approx Mahogany. HEX triplet: E0, 41 and 44. RGB value is (224,65,68). Sum of RGB (Red+Green+Blue) = 224+65+68=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E04144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04144 is #1FBEBB. Grayscale: #717171. Windows color (decimal): -2080444 or 4473312. OLE color: 4473312.

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

Color convert

RGB2246568-
CMYK00.710.700.12
HSL358.87º71.95%56.67%-
HSV(B)358.87º70.98%87.84%-
XYZ33.6720.057.56-
YUV112.88102.68207.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=62.75%
G=18.21%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224656800.710.700.12358.8771.9556.67
HexE0414404746C1674839
Octal34010110401071061454711071
Binary111000001000001100010001000111100011011001011001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04144; }

 p { color: rgb(224,65,68); }

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

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

 a { background-color: rgb(224,65,68); }

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

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

 span { border-color: rgb(224,65,68); }

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