Html Css Color HEX #E2214A Amaranth

📋 copy color: '#E2214A'

red 226 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #E2214A

Tints of Amaranth #E2214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

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

R = 67.87%
G = 9.91%
B = 22.22%

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

#E2214A (or 0xE2214A) is known color: Amaranth. HEX triplet: E2, 21 and 4A. RGB value is (226,33,74). Sum of RGB (Red+Green+Blue) = 226+33+74=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E2214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2214A is #1DDEB5. Grayscale: #5F5F5F. Windows color (decimal): -1957558 or 4858338. OLE color: 4858338.

HSL color Cylindrical-coordinate representation of color #E2214A: hue angle of 347.25º 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 #E2214A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 74 -
CMYK 0 0.85 0.67 0.11
HSL 347.25º 0.77% 0.51% -
HSV(B) 347.25º 0.85% 0.89% -
XYZ 33.14 17.75 8.16 -
YUV 95.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 226 33 74 0 0.85 0.67 0.11 347.25 0.77 0.51
Hex E2 21 4A 0 55 43 B 15B 4D 33
Octal 342 41 112 0 125 103 13 533 115 63
Binary 11100010 100001 1001010 0 1010101 1000011 1011 101011011 1001101 110011

Color Harmonies of #E2214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2214A

Black with #E2214A

Text Example


Text Example

White with #E2214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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