Html Css Color HEX #E0404E Amaranth

📋 copy color: '#E0404E'

red 224 ◦ green 64 ◦ blue 78

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

Shades of Amaranth #E0404E

Tints of Amaranth #E0404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 61.2%
G = 17.49%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0404E (or 0xE0404E) is known color: Amaranth. HEX triplet: E0, 40 and 4E. RGB value is (224,64,78). Sum of RGB (Red+Green+Blue) = 224+64+78=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0404E is #1FBFB1. Grayscale: #717171. Windows color (decimal): -2080690 or 5128416. OLE color: 5128416.

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

Color convert

RGB 224 64 78 -
CMYK 0 0.71 0.65 0.12
HSL 354.75º 0.72% 0.56% -
HSV(B) 354.75º 0.71% 0.88% -
XYZ 33.95 20.06 9.29 -
YUV 113.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 224 64 78 0 0.71 0.65 0.12 354.75 0.72 0.56
Hex E0 40 4E 0 47 41 C 163 48 38
Octal 340 100 116 0 107 101 14 543 110 70
Binary 11100000 1000000 1001110 0 1000111 1000001 1100 101100011 1001000 111000

Color Harmonies of #E0404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0404E

Black with #E0404E

Text Example


Text Example

White with #E0404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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