Html Css Color HEX #E74149 Amaranth

📋 copy color: '#E74149'

red 231 ◦ green 65 ◦ blue 73

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

Shades of Amaranth #E74149

Tints of Amaranth #E74149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 62.6%
G = 17.62%
B = 19.78%

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

#E74149 (or 0xE74149) is known color: Amaranth. HEX triplet: E7, 41 and 49. RGB value is (231,65,73). Sum of RGB (Red+Green+Blue) = 231+65+73=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E74149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74149 is #18BEB6. Grayscale: #737373. Windows color (decimal): -1621687 or 4800999. OLE color: 4800999.

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

Color convert

RGB 231 65 73 -
CMYK 0 0.72 0.68 0.09
HSL 357.11º 0.78% 0.58% -
HSV(B) 357.11º 0.72% 0.91% -
XYZ 36.05 21.25 8.51 -
YUV 115.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 231 65 73 0 0.72 0.68 0.09 357.11 0.78 0.58
Hex E7 41 49 0 48 44 9 165 4E 3A
Octal 347 101 111 0 110 104 11 545 116 72
Binary 11100111 1000001 1001001 0 1001000 1000100 1001 101100101 1001110 111010

Color Harmonies of #E74149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74149

Black with #E74149

Text Example


Text Example

White with #E74149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74149; }

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

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

background-color css

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

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

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

border-color css

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

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

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