Html Css Color HEX #E74649 Amaranth

📋 copy color: '#E74649'

red 231 ◦ green 70 ◦ blue 73

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

Shades of Amaranth #E74649

Tints of Amaranth #E74649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 61.76%
G = 18.72%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E74649 (or 0xE74649) is known color: Amaranth. HEX triplet: E7, 46 and 49. RGB value is (231,70,73). Sum of RGB (Red+Green+Blue) = 231+70+73=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E74649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74649 is #18B9B6. Grayscale: #767676. Windows color (decimal): -1620407 or 4802279. OLE color: 4802279.

HSL color Cylindrical-coordinate representation of color #E74649: hue angle of 358.88º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74649 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 73 -
CMYK 0 0.70 0.68 0.09
HSL 358.88º 0.77% 0.59% -
HSV(B) 358.88º 0.7% 0.91% -
XYZ 36.35 21.85 8.61 -
YUV 118.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 231 70 73 0 0.70 0.68 0.09 358.88 0.77 0.59
Hex E7 46 49 0 46 44 9 167 4D 3B
Octal 347 106 111 0 106 104 11 547 115 73
Binary 11100111 1000110 1001001 0 1000110 1000100 1001 101100111 1001101 111011

Color Harmonies of #E74649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74649

Black with #E74649

Text Example


Text Example

White with #E74649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74649; }

 p { color: rgb(231,70,73); }

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

background-color css

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

 a { background-color: rgb(231,70,73); }

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

border-color css

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

 span { border-color: rgb(231,70,73); }

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