Html Css Color HEX #E0404A Amaranth

📋 copy color: '#E0404A'

red 224 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #E0404A

Tints of Amaranth #E0404A

RGB

 RED value IS 224 (87.89% from 255) = 61.88%

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 61.88%
G = 17.68%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0404A (or 0xE0404A) is known color: Amaranth. HEX triplet: E0, 40 and 4A. RGB value is (224,64,74). Sum of RGB (Red+Green+Blue) = 224+64+74=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E0404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0404A is #1FBFB5. Grayscale: #717171. Windows color (decimal): -2080694 or 4866272. OLE color: 4866272.

HSL color Cylindrical-coordinate representation of color #E0404A: hue angle of 356.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0404A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 74 -
CMYK 0 0.71 0.67 0.12
HSL 356.25º 0.72% 0.56% -
HSV(B) 356.25º 0.71% 0.88% -
XYZ 33.81 20.01 8.56 -
YUV 112.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 224 64 74 0 0.71 0.67 0.12 356.25 0.72 0.56
Hex E0 40 4A 0 47 43 C 164 48 38
Octal 340 100 112 0 107 103 14 544 110 70
Binary 11100000 1000000 1001010 0 1000111 1000011 1100 101100100 1001000 111000

Color Harmonies of #E0404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0404A

Black with #E0404A

Text Example


Text Example

White with #E0404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0404A; }

 p { color: rgb(224,64,74); }

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

background-color css

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

 a { background-color: rgb(224,64,74); }

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

border-color css

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

 span { border-color: rgb(224,64,74); }

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