#E2434C

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

Shades of Amaranth #E2434C

Tints of Amaranth #E2434C

Color information

#E2434C (or 0xE2434C) is unknown color: approx Amaranth. HEX triplet: E2, 43 and 4C. RGB value is (226,67,76). Sum of RGB (Red+Green+Blue) = 226+67+76=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2434C is #1DBCB3. Grayscale: #737373. Windows color (decimal): -1948852 or 4998114. OLE color: 4998114.

HSL color Cylindrical-coordinate representation of color #E2434C: hue angle of 356.6º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2434C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2266776-
CMYK00.700.660.11
HSL356.6º73.27%57.45%-
HSV(B)356.6º70.35%88.63%-
XYZ34.6820.79.01-
YUV115.57105.68206.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.25%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=61.25%
G=18.16%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226677600.700.660.11356.673.2757.45
HexE2434C04642B1654939
Octal34210311401061021354511171
Binary111000101000011100110001000110100001010111011001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2434C; }

 p { color: rgb(226,67,76); }

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

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

 a { background-color: rgb(226,67,76); }

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

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

 span { border-color: rgb(226,67,76); }

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