#E2334F

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

Shades of Amaranth #E2334F

Tints of Amaranth #E2334F

Color information

#E2334F (or 0xE2334F) is unknown color: approx Amaranth. HEX triplet: E2, 33 and 4F. RGB value is (226,51,79). Sum of RGB (Red+Green+Blue) = 226+51+79=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2334F is #1DCCB0. Grayscale: #6A6A6A. Windows color (decimal): -1952945 or 5190626. OLE color: 5190626.

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

Color convert

RGB2265179-
CMYK00.770.650.11
HSL350.4º75.11%54.31%-
HSV(B)350.4º77.43%88.63%-
XYZ33.9619.19.29-
YUV106.52112.48213.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.48%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=63.48%
G=14.33%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226517900.770.650.11350.475.1154.31
HexE2334F04D41B15e4b36
Octal3426311701151011353611366
Binary11100010110011100111101001101100000110111010111101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2334F; }

 p { color: rgb(226,51,79); }

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

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

 a { background-color: rgb(226,51,79); }

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

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

 span { border-color: rgb(226,51,79); }

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