Html Css Color HEX #E3404F Amaranth

📋 copy color: '#E3404F'

red 227 ◦ green 64 ◦ blue 79

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

Shades of Amaranth #E3404F

Tints of Amaranth #E3404F

RGB

 RED value IS 227 (89.06% from 255) = 61.35%

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

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

R = 61.35%
G = 17.3%
B = 21.35%

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

#E3404F (or 0xE3404F) is known color: Amaranth. HEX triplet: E3, 40 and 4F. RGB value is (227,64,79). Sum of RGB (Red+Green+Blue) = 227+64+79=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3404F is #1CBFB0. Grayscale: #727272. Windows color (decimal): -1884081 or 5193955. OLE color: 5193955.

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

Color convert

RGB 227 64 79 -
CMYK 0 0.72 0.65 0.11
HSL 354.48º 0.74% 0.57% -
HSV(B) 354.48º 0.72% 0.89% -
XYZ 34.92 20.56 9.53 -
YUV 114.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 227 64 79 0 0.72 0.65 0.11 354.48 0.74 0.57
Hex E3 40 4F 0 48 41 B 162 4A 39
Octal 343 100 117 0 110 101 13 542 112 71
Binary 11100011 1000000 1001111 0 1001000 1000001 1011 101100010 1001010 111001

Color Harmonies of #E3404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3404F

Black with #E3404F

Text Example


Text Example

White with #E3404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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