Html Css Color HEX #E5424A Amaranth

📋 copy color: '#E5424A'

red 229 ◦ green 66 ◦ blue 74

#E5424A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E5424A

Tints of Amaranth #E5424A

RGB

 RED value IS 229 (89.84% from 255) = 62.06%

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 62.06%
G = 17.89%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5424A (or 0xE5424A) is known color: Amaranth. HEX triplet: E5, 42 and 4A. RGB value is (229,66,74). Sum of RGB (Red+Green+Blue) = 229+66+74=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5424A is #1ABDB5. Grayscale: #737373. Windows color (decimal): -1752502 or 4866789. OLE color: 4866789.

HSL color Cylindrical-coordinate representation of color #E5424A: hue angle of 357.06º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5424A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 74 -
CMYK 0 0.71 0.68 0.10
HSL 357.06º 0.76% 0.58% -
HSV(B) 357.06º 0.71% 0.9% -
XYZ 35.5 21.05 8.67 -
YUV 115.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 229 66 74 0 0.71 0.68 0.10 357.06 0.76 0.58
Hex E5 42 4A 0 47 44 A 165 4C 3A
Octal 345 102 112 0 107 104 12 545 114 72
Binary 11100101 1000010 1001010 0 1000111 1000100 1010 101100101 1001100 111010

Color Harmonies of #E5424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5424A

Black with #E5424A

Text Example


Text Example

White with #E5424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5424A; }

 p { color: rgb(229,66,74); }

 H1.HeaderClassName
 {
   color: #E5424A;
 }
 .AnyTagClassName
 {
   color: #E5424A;
 }
</style>

background-color css

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

 a { background-color: rgb(229,66,74); }

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

border-color css

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

 span { border-color: rgb(229,66,74); }

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