Html Css Color HEX #EA224A Amaranth

📋 copy color: '#EA224A'

red 234 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #EA224A

Tints of Amaranth #EA224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

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

R = 68.42%
G = 9.94%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA224A (or 0xEA224A) is known color: Amaranth. HEX triplet: EA, 22 and 4A. RGB value is (234,34,74). Sum of RGB (Red+Green+Blue) = 234+34+74=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA224A is #15DDB5. Grayscale: #626262. Windows color (decimal): -1433014 or 4858602. OLE color: 4858602.

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

Color convert

RGB 234 34 74 -
CMYK 0 0.85 0.68 0.08
HSL 348º 0.83% 0.53% -
HSV(B) 348º 0.85% 0.92% -
XYZ 35.74 19.13 8.29 -
YUV 98.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 234 34 74 0 0.85 0.68 0.08 348 0.83 0.53
Hex EA 22 4A 0 55 44 8 15C 53 35
Octal 352 42 112 0 125 104 10 534 123 65
Binary 11101010 100010 1001010 0 1010101 1000100 1000 101011100 1010011 110101

Color Harmonies of #EA224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA224A

Black with #EA224A

Text Example


Text Example

White with #EA224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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