Html Css Color HEX #E7404A Amaranth

📋 copy color: '#E7404A'

red 231 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #E7404A

Tints of Amaranth #E7404A

RGB

 RED value IS 231 (90.63% from 255) = 62.6%

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

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

R = 62.6%
G = 17.34%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7404A (or 0xE7404A) is known color: Amaranth. HEX triplet: E7, 40 and 4A. RGB value is (231,64,74). Sum of RGB (Red+Green+Blue) = 231+64+74=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E7404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7404A is #18BFB5. Grayscale: #737373. Windows color (decimal): -1621942 or 4866279. OLE color: 4866279.

HSL color Cylindrical-coordinate representation of color #E7404A: hue angle of 356.41º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7404A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 74 -
CMYK 0 0.72 0.68 0.09
HSL 356.41º 0.78% 0.58% -
HSV(B) 356.41º 0.72% 0.91% -
XYZ 36.02 21.15 8.66 -
YUV 115.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 231 64 74 0 0.72 0.68 0.09 356.41 0.78 0.58
Hex E7 40 4A 0 48 44 9 164 4E 3A
Octal 347 100 112 0 110 104 11 544 116 72
Binary 11100111 1000000 1001010 0 1001000 1000100 1001 101100100 1001110 111010

Color Harmonies of #E7404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7404A

Black with #E7404A

Text Example


Text Example

White with #E7404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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