Html Css Color HEX #E7404F Amaranth

📋 copy color: '#E7404F'

red 231 ◦ green 64 ◦ blue 79

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

Shades of Amaranth #E7404F

Tints of Amaranth #E7404F

RGB

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

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

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

R = 61.76%
G = 17.11%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7404F (or 0xE7404F) is known color: Amaranth. HEX triplet: E7, 40 and 4F. RGB value is (231,64,79). Sum of RGB (Red+Green+Blue) = 231+64+79=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7404F is #18BFB0. Grayscale: #737373. Windows color (decimal): -1621937 or 5193959. OLE color: 5193959.

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

Color convert

RGB 231 64 79 -
CMYK 0 0.72 0.66 0.09
HSL 354.61º 0.78% 0.58% -
HSV(B) 354.61º 0.72% 0.91% -
XYZ 36.2 21.22 9.59 -
YUV 115.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 231 64 79 0 0.72 0.66 0.09 354.61 0.78 0.58
Hex E7 40 4F 0 48 42 9 163 4E 3A
Octal 347 100 117 0 110 102 11 543 116 72
Binary 11100111 1000000 1001111 0 1001000 1000010 1001 101100011 1001110 111010

Color Harmonies of #E7404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7404F

Black with #E7404F

Text Example


Text Example

White with #E7404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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