#EA2E55

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

Shades of Amaranth #EA2E55

Tints of Amaranth #EA2E55

Color information

#EA2E55 (or 0xEA2E55) is unknown color: approx Amaranth. HEX triplet: EA, 2E and 55. RGB value is (234,46,85). Sum of RGB (Red+Green+Blue) = 234+46+85=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E55 is #15D1AA. Grayscale: #6A6A6A. Windows color (decimal): -1429931 or 5582570. OLE color: 5582570.

HSL color Cylindrical-coordinate representation of color #EA2E55: hue angle of 347.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E55 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB2344685-
CMYK00.800.640.08
HSL347.55º81.74%54.9%-
HSV(B)347.55º80.34%91.76%-
XYZ36.5520.110.55-
YUV106.66115.78218.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.11%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=64.11%
G=12.60%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234468500.800.640.08347.5581.7454.9
HexEA2E5505040815c5237
Octal3525612501201001053412267
Binary11101010101110101010101010000100000010001010111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2E55; }

 p { color: rgb(234,46,85); }

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

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

 a { background-color: rgb(234,46,85); }

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

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

 span { border-color: rgb(234,46,85); }

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