Html Css Color HEX #EA3A49 Amaranth

📋 copy color: '#EA3A49'

red 234 ◦ green 58 ◦ blue 73

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

Shades of Amaranth #EA3A49

Tints of Amaranth #EA3A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

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

R = 64.11%
G = 15.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA3A49 (or 0xEA3A49) is known color: Amaranth. HEX triplet: EA, 3A and 49. RGB value is (234,58,73). Sum of RGB (Red+Green+Blue) = 234+58+73=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A49 is #15C5B6. Grayscale: #707070. Windows color (decimal): -1426871 or 4799210. OLE color: 4799210.

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

Color convert

RGB 234 58 73 -
CMYK 0 0.75 0.69 0.08
HSL 354.89º 0.81% 0.57% -
HSV(B) 354.89º 0.75% 0.92% -
XYZ 36.65 21 8.43 -
YUV 112.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 234 58 73 0 0.75 0.69 0.08 354.89 0.81 0.57
Hex EA 3A 49 0 4B 45 8 163 51 39
Octal 352 72 111 0 113 105 10 543 121 71
Binary 11101010 111010 1001001 0 1001011 1000101 1000 101100011 1010001 111001

Color Harmonies of #EA3A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A49

Black with #EA3A49

Text Example


Text Example

White with #EA3A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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