Html Css Color HEX #E4404A Amaranth

📋 copy color: '#E4404A'

red 228 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #E4404A

Tints of Amaranth #E4404A

RGB

 RED value IS 228 (89.45% from 255) = 62.3%

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

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

R = 62.3%
G = 17.49%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E4404A (or 0xE4404A) is known color: Amaranth. HEX triplet: E4, 40 and 4A. RGB value is (228,64,74). Sum of RGB (Red+Green+Blue) = 228+64+74=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E4404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4404A is #1BBFB5. Grayscale: #727272. Windows color (decimal): -1818550 or 4866276. OLE color: 4866276.

HSL color Cylindrical-coordinate representation of color #E4404A: hue angle of 356.34º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4404A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 74 -
CMYK 0 0.72 0.68 0.11
HSL 356.34º 0.75% 0.57% -
HSV(B) 356.34º 0.72% 0.89% -
XYZ 35.06 20.66 8.62 -
YUV 114.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 228 64 74 0 0.72 0.68 0.11 356.34 0.75 0.57
Hex E4 40 4A 0 48 44 B 164 4B 39
Octal 344 100 112 0 110 104 13 544 113 71
Binary 11100100 1000000 1001010 0 1001000 1000100 1011 101100100 1001011 111001

Color Harmonies of #E4404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4404A

Black with #E4404A

Text Example


Text Example

White with #E4404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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