Html Css Color HEX #E7404E Amaranth

📋 copy color: '#E7404E'

red 231 ◦ green 64 ◦ blue 78

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

Shades of Amaranth #E7404E

Tints of Amaranth #E7404E

RGB

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

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

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

R = 61.93%
G = 17.16%
B = 20.91%

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

#E7404E (or 0xE7404E) is known color: Amaranth. HEX triplet: E7, 40 and 4E. RGB value is (231,64,78). Sum of RGB (Red+Green+Blue) = 231+64+78=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7404E is #18BFB1. Grayscale: #737373. Windows color (decimal): -1621938 or 5128423. OLE color: 5128423.

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

Color convert

RGB 231 64 78 -
CMYK 0 0.72 0.66 0.09
HSL 354.97º 0.78% 0.58% -
HSV(B) 354.97º 0.72% 0.91% -
XYZ 36.16 21.21 9.39 -
YUV 115.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 231 64 78 0 0.72 0.66 0.09 354.97 0.78 0.58
Hex E7 40 4E 0 48 42 9 163 4E 3A
Octal 347 100 116 0 110 102 11 543 116 72
Binary 11100111 1000000 1001110 0 1001000 1000010 1001 101100011 1001110 111010

Color Harmonies of #E7404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7404E

Black with #E7404E

Text Example


Text Example

White with #E7404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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