Html Css Color HEX #E4404D Amaranth

📋 copy color: '#E4404D'

red 228 ◦ green 64 ◦ blue 77

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

Shades of Amaranth #E4404D

Tints of Amaranth #E4404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 61.79%
G = 17.34%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E4404D (or 0xE4404D) is known color: Amaranth. HEX triplet: E4, 40 and 4D. RGB value is (228,64,77). Sum of RGB (Red+Green+Blue) = 228+64+77=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E4404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4404D is #1BBFB2. Grayscale: #727272. Windows color (decimal): -1818547 or 5062884. OLE color: 5062884.

HSL color Cylindrical-coordinate representation of color #E4404D: hue angle of 355.24º 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 #E4404D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 77 -
CMYK 0 0.72 0.66 0.11
HSL 355.24º 0.75% 0.57% -
HSV(B) 355.24º 0.72% 0.89% -
XYZ 35.17 20.7 9.16 -
YUV 114.52 106.83 208.94 -
System Red Green Blue C M Y K H S L
Decimal 228 64 77 0 0.72 0.66 0.11 355.24 0.75 0.57
Hex E4 40 4D 0 48 42 B 163 4B 39
Octal 344 100 115 0 110 102 13 543 113 71
Binary 11100100 1000000 1001101 0 1001000 1000010 1011 101100011 1001011 111001

Color Harmonies of #E4404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4404D

Black with #E4404D

Text Example


Text Example

White with #E4404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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