Html Css Color HEX #EA3949 Amaranth

📋 copy color: '#EA3949'

red 234 ◦ green 57 ◦ blue 73

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

Shades of Amaranth #EA3949

Tints of Amaranth #EA3949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.66%

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

R = 64.29%
G = 15.66%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA3949 (or 0xEA3949) is known color: Amaranth. HEX triplet: EA, 39 and 49. RGB value is (234,57,73). Sum of RGB (Red+Green+Blue) = 234+57+73=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3949 is #15C6B6. Grayscale: #6F6F6F. Windows color (decimal): -1427127 or 4798954. OLE color: 4798954.

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

Color convert

RGB 234 57 73 -
CMYK 0 0.76 0.69 0.08
HSL 354.58º 0.81% 0.57% -
HSV(B) 354.58º 0.76% 0.92% -
XYZ 36.6 20.9 8.41 -
YUV 111.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 234 57 73 0 0.76 0.69 0.08 354.58 0.81 0.57
Hex EA 39 49 0 4C 45 8 163 51 39
Octal 352 71 111 0 114 105 10 543 121 71
Binary 11101010 111001 1001001 0 1001100 1000101 1000 101100011 1010001 111001

Color Harmonies of #EA3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3949

Black with #EA3949

Text Example


Text Example

White with #EA3949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3949; }

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

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

background-color css

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

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

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

border-color css

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

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

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