Html Css Color HEX #EA4049 Amaranth

📋 copy color: '#EA4049'

red 234 ◦ green 64 ◦ blue 73

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

Shades of Amaranth #EA4049

Tints of Amaranth #EA4049

RGB

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

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

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

R = 63.07%
G = 17.25%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA4049 (or 0xEA4049) is known color: Amaranth. HEX triplet: EA, 40 and 49. RGB value is (234,64,73). Sum of RGB (Red+Green+Blue) = 234+64+73=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4049 is #15BFB6. Grayscale: #737373. Windows color (decimal): -1425335 or 4800746. OLE color: 4800746.

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

Color convert

RGB 234 64 73 -
CMYK 0 0.73 0.69 0.08
HSL 356.82º 0.8% 0.58% -
HSV(B) 356.82º 0.73% 0.92% -
XYZ 36.97 21.64 8.53 -
YUV 115.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 234 64 73 0 0.73 0.69 0.08 356.82 0.8 0.58
Hex EA 40 49 0 49 45 8 165 50 3A
Octal 352 100 111 0 111 105 10 545 120 72
Binary 11101010 1000000 1001001 0 1001001 1000101 1000 101100101 1010000 111010

Color Harmonies of #EA4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4049

Black with #EA4049

Text Example


Text Example

White with #EA4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4049; }

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

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

background-color css

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

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

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

border-color css

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

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

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