#E32C4E

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

Shades of Amaranth #E32C4E

Tints of Amaranth #E32C4E

Color information

#E32C4E (or 0xE32C4E) is unknown color: approx Amaranth. HEX triplet: E3, 2C and 4E. RGB value is (227,44,78). Sum of RGB (Red+Green+Blue) = 227+44+78=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32C4E is #1CD3B1. Grayscale: #666666. Windows color (decimal): -1889202 or 5123299. OLE color: 5123299.

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

Color convert

RGB2274478-
CMYK00.810.660.11
HSL348.85º76.57%53.14%-
HSV(B)348.85º80.62%89.02%-
XYZ33.9518.689.02-
YUV102.59114.13216.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.04%
GREEN value IS 44 (17.58% from 255) = 12.61%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=65.04%
G=12.61%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227447800.810.660.11348.8576.5753.14
HexE32C4E05142B15d4d35
Octal3435411601211021353511565
Binary11100011101100100111001010001100001010111010111011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32C4E; }

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

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

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

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

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

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

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

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