Html Css Color HEX #EA404A Amaranth

📋 copy color: '#EA404A'

red 234 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #EA404A

Tints of Amaranth #EA404A

RGB

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

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

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

R = 62.9%
G = 17.2%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA404A (or 0xEA404A) is known color: Amaranth. HEX triplet: EA, 40 and 4A. RGB value is (234,64,74). Sum of RGB (Red+Green+Blue) = 234+64+74=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA404A is #15BFB5. Grayscale: #747474. Windows color (decimal): -1425334 or 4866282. OLE color: 4866282.

HSL color Cylindrical-coordinate representation of color #EA404A: hue angle of 356.47º 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 #EA404A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 74 -
CMYK 0 0.73 0.68 0.08
HSL 356.47º 0.8% 0.58% -
HSV(B) 356.47º 0.73% 0.92% -
XYZ 37 21.65 8.71 -
YUV 115.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 234 64 74 0 0.73 0.68 0.08 356.47 0.8 0.58
Hex EA 40 4A 0 49 44 8 164 50 3A
Octal 352 100 112 0 111 104 10 544 120 72
Binary 11101010 1000000 1001010 0 1001001 1000100 1000 101100100 1010000 111010

Color Harmonies of #EA404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA404A

Black with #EA404A

Text Example


Text Example

White with #EA404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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