#E0344C

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

Shades of Amaranth #E0344C

Tints of Amaranth #E0344C

Color information

#E0344C (or 0xE0344C) is unknown color: approx Amaranth. HEX triplet: E0, 34 and 4C. RGB value is (224,52,76). Sum of RGB (Red+Green+Blue) = 224+52+76=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0344C is #1FCBB3. Grayscale: #6A6A6A. Windows color (decimal): -2083764 or 4994272. OLE color: 4994272.

HSL color Cylindrical-coordinate representation of color #E0344C: hue angle of 351.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0344C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2245276-
CMYK00.770.660.12
HSL351.63º73.5%54.12%-
HSV(B)351.63º76.79%87.84%-
XYZ33.2718.838.72-
YUV106.16110.98212.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.64%
GREEN value IS 52 (20.70% from 255) = 14.77%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=63.64%
G=14.77%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224527600.770.660.12351.6373.554.12
HexE0344C04D42C1604a36
Octal3406411401151021454011266
Binary11100000110100100110001001101100001011001011000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0344C; }

 p { color: rgb(224,52,76); }

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

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

 a { background-color: rgb(224,52,76); }

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

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

 span { border-color: rgb(224,52,76); }

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