#E2294B

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

Shades of Amaranth #E2294B

Tints of Amaranth #E2294B

Color information

#E2294B (or 0xE2294B) is unknown color: approx Amaranth. HEX triplet: E2, 29 and 4B. RGB value is (226,41,75). Sum of RGB (Red+Green+Blue) = 226+41+75=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2294B is #1DD6B4. Grayscale: #646464. Windows color (decimal): -1955509 or 4925922. OLE color: 4925922.

HSL color Cylindrical-coordinate representation of color #E2294B: hue angle of 348.97º 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 #E2294B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2264175-
CMYK00.820.670.11
HSL348.97º76.13%52.35%-
HSV(B)348.97º81.86%88.63%-
XYZ33.4318.268.42-
YUV100.19113.79217.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.08%
GREEN value IS 41 (16.41% from 255) = 11.99%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=66.08%
G=11.99%
B=21.93%

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
Decimal226417500.820.670.11348.9776.1352.35
HexE2294B05243B15d4c34
Octal3425111301221031353511464
Binary11100010101001100101101010010100001110111010111011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2294B; }

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

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

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

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

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

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

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

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