#E22D4A

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

Shades of Amaranth #E22D4A

Tints of Amaranth #E22D4A

Color information

#E22D4A (or 0xE22D4A) is unknown color: approx Amaranth. HEX triplet: E2, 2D and 4A. RGB value is (226,45,74). Sum of RGB (Red+Green+Blue) = 226+45+74=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22D4A is #1DD2B5. Grayscale: #666666. Windows color (decimal): -1954486 or 4861410. OLE color: 4861410.

HSL color Cylindrical-coordinate representation of color #E22D4A: hue angle of 350.39º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2264574-
CMYK00.800.670.11
HSL350.39º75.73%53.14%-
HSV(B)350.39º80.09%88.63%-
XYZ33.5418.548.29-
YUV102.43111.97216.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.51%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=65.51%
G=13.04%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226457400.800.670.11350.3975.7353.14
HexE22D4A05043B15e4c35
Octal3425511201201031353611465
Binary11100010101101100101001010000100001110111010111101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22D4A; }

 p { color: rgb(226,45,74); }

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

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

 a { background-color: rgb(226,45,74); }

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

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

 span { border-color: rgb(226,45,74); }

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