#E2294A

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

Shades of Amaranth #E2294A

Tints of Amaranth #E2294A

Color information

#E2294A (or 0xE2294A) is unknown color: approx Amaranth. HEX triplet: E2, 29 and 4A. RGB value is (226,41,74). Sum of RGB (Red+Green+Blue) = 226+41+74=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2294A is #1DD6B5. Grayscale: #646464. Windows color (decimal): -1955510 or 4860386. OLE color: 4860386.

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

Color convert

RGB2264174-
CMYK00.820.670.11
HSL349.3º76.13%52.35%-
HSV(B)349.3º81.86%88.63%-
XYZ33.3918.258.24-
YUV100.08113.29217.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=66.28%
G=12.02%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226417400.820.670.11349.376.1352.35
HexE2294A05243B15d4c34
Octal3425111201221031353511464
Binary11100010101001100101001010010100001110111010111011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2294A; }

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

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

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

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

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

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

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

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