Html Css Color HEX #E2224A Amaranth

📋 copy color: '#E2224A'

red 226 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #E2224A

Tints of Amaranth #E2224A

RGB

 RED value IS 226 (88.67% from 255) = 67.66%

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

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

R = 67.66%
G = 10.18%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2224A (or 0xE2224A) is known color: Amaranth. HEX triplet: E2, 22 and 4A. RGB value is (226,34,74). Sum of RGB (Red+Green+Blue) = 226+34+74=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2224A is #1DDDB5. Grayscale: #606060. Windows color (decimal): -1957302 or 4858594. OLE color: 4858594.

HSL color Cylindrical-coordinate representation of color #E2224A: hue angle of 347.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2224A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 34 74 -
CMYK 0 0.85 0.67 0.11
HSL 347.5º 0.77% 0.51% -
HSV(B) 347.5º 0.85% 0.89% -
XYZ 33.17 17.81 8.17 -
YUV 95.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 226 34 74 0 0.85 0.67 0.11 347.5 0.77 0.51
Hex E2 22 4A 0 55 43 B 15C 4D 33
Octal 342 42 112 0 125 103 13 534 115 63
Binary 11100010 100010 1001010 0 1010101 1000011 1011 101011100 1001101 110011

Color Harmonies of #E2224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2224A

Black with #E2224A

Text Example


Text Example

White with #E2224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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