#E3424E

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

Shades of Amaranth #E3424E

Tints of Amaranth #E3424E

Color information

#E3424E (or 0xE3424E) is unknown color: approx Amaranth. HEX triplet: E3, 42 and 4E. RGB value is (227,66,78). Sum of RGB (Red+Green+Blue) = 227+66+78=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3424E is #1CBDB1. Grayscale: #737373. Windows color (decimal): -1883570 or 5128931. OLE color: 5128931.

HSL color Cylindrical-coordinate representation of color #E3424E: hue angle of 355.53º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E3424E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2276678-
CMYK00.710.660.11
HSL355.53º74.19%57.45%-
HSV(B)355.53º70.93%89.02%-
XYZ3520.789.37-
YUV115.51106.84207.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.19%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=61.19%
G=17.79%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227667800.710.660.11355.5374.1957.45
HexE3424E04742B1644a39
Octal34310211601071021354411271
Binary111000111000010100111001000111100001010111011001001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3424E; }

 p { color: rgb(227,66,78); }

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

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

 a { background-color: rgb(227,66,78); }

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

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

 span { border-color: rgb(227,66,78); }

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