Html Css Color HEX #EA494A Amaranth

📋 copy color: '#EA494A'

red 234 ◦ green 73 ◦ blue 74

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

Shades of Amaranth #EA494A

Tints of Amaranth #EA494A

RGB

 RED value IS 234 (91.8% from 255) = 61.42%

 GREEN value IS 73 (28.91% from 255) = 19.16%

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

R = 61.42%
G = 19.16%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA494A (or 0xEA494A) is known color: Amaranth. HEX triplet: EA, 49 and 4A. RGB value is (234,73,74). Sum of RGB (Red+Green+Blue) = 234+73+74=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA494A is #15B6B5. Grayscale: #797979. Windows color (decimal): -1423030 or 4868586. OLE color: 4868586.

HSL color Cylindrical-coordinate representation of color #EA494A: hue angle of 359.63º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA494A is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 74 -
CMYK 0 0.69 0.68 0.08
HSL 359.63º 0.79% 0.6% -
HSV(B) 359.63º 0.69% 0.92% -
XYZ 37.55 22.75 8.89 -
YUV 121.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 234 73 74 0 0.69 0.68 0.08 359.63 0.79 0.6
Hex EA 49 4A 0 45 44 8 168 4F 3C
Octal 352 111 112 0 105 104 10 550 117 74
Binary 11101010 1001001 1001010 0 1000101 1000100 1000 101101000 1001111 111100

Color Harmonies of #EA494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA494A

Black with #EA494A

Text Example


Text Example

White with #EA494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA494A; }

 p { color: rgb(234,73,74); }

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

background-color css

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

 a { background-color: rgb(234,73,74); }

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

border-color css

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

 span { border-color: rgb(234,73,74); }

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