Html Css Color HEX #E4404F Amaranth

📋 copy color: '#E4404F'

red 228 ◦ green 64 ◦ blue 79

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

Shades of Amaranth #E4404F

Tints of Amaranth #E4404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 61.46%
G = 17.25%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E4404F (or 0xE4404F) is known color: Amaranth. HEX triplet: E4, 40 and 4F. RGB value is (228,64,79). Sum of RGB (Red+Green+Blue) = 228+64+79=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4404F is #1BBFB0. Grayscale: #727272. Windows color (decimal): -1818545 or 5193956. OLE color: 5193956.

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

Color convert

RGB 228 64 79 -
CMYK 0 0.72 0.65 0.11
HSL 354.51º 0.75% 0.57% -
HSV(B) 354.51º 0.72% 0.89% -
XYZ 35.24 20.73 9.54 -
YUV 114.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 228 64 79 0 0.72 0.65 0.11 354.51 0.75 0.57
Hex E4 40 4F 0 48 41 B 163 4B 39
Octal 344 100 117 0 110 101 13 543 113 71
Binary 11100100 1000000 1001111 0 1001000 1000001 1011 101100011 1001011 111001

Color Harmonies of #E4404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4404F

Black with #E4404F

Text Example


Text Example

White with #E4404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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