#EA1E48

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

Shades of Amaranth #EA1E48

Tints of Amaranth #EA1E48

Color information

#EA1E48 (or 0xEA1E48) is unknown color: approx Amaranth. HEX triplet: EA, 1E and 48. RGB value is (234,30,72). Sum of RGB (Red+Green+Blue) = 234+30+72=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E48 is #15E1B7. Grayscale: #5F5F5F. Windows color (decimal): -1434040 or 4726506. OLE color: 4726506.

HSL color Cylindrical-coordinate representation of color #EA1E48: hue angle of 347.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1E48 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2343072-
CMYK00.870.690.08
HSL347.65º82.93%51.76%-
HSV(B)347.65º87.18%91.76%-
XYZ35.5718.897.9-
YUV95.78114.59226.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.64%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=69.64%
G=8.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234307200.870.690.08347.6582.9351.76
HexEA1E4805745815c5334
Octal3523611001271051053412364
Binary1110101011110100100001010111100010110001010111001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1E48; }

 p { color: rgb(234,30,72); }

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

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

 a { background-color: rgb(234,30,72); }

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

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

 span { border-color: rgb(234,30,72); }

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