Html Css Color HEX #EA444A Amaranth

📋 copy color: '#EA444A'

red 234 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #EA444A

Tints of Amaranth #EA444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 62.23%
G = 18.09%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA444A (or 0xEA444A) is known color: Amaranth. HEX triplet: EA, 44 and 4A. RGB value is (234,68,74). Sum of RGB (Red+Green+Blue) = 234+68+74=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA444A is #15BBB5. Grayscale: #767676. Windows color (decimal): -1424310 or 4867306. OLE color: 4867306.

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

Color convert

RGB 234 68 74 -
CMYK 0 0.71 0.68 0.08
HSL 357.83º 0.8% 0.59% -
HSV(B) 357.83º 0.71% 0.92% -
XYZ 37.23 22.12 8.79 -
YUV 118.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 234 68 74 0 0.71 0.68 0.08 357.83 0.8 0.59
Hex EA 44 4A 0 47 44 8 166 50 3B
Octal 352 104 112 0 107 104 10 546 120 73
Binary 11101010 1000100 1001010 0 1000111 1000100 1000 101100110 1010000 111011

Color Harmonies of #EA444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA444A

Black with #EA444A

Text Example


Text Example

White with #EA444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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