Html Css Color HEX #E2244A Amaranth

📋 copy color: '#E2244A'

red 226 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #E2244A

Tints of Amaranth #E2244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 67.26%
G = 10.71%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2244A (or 0xE2244A) is known color: Amaranth. HEX triplet: E2, 24 and 4A. RGB value is (226,36,74). Sum of RGB (Red+Green+Blue) = 226+36+74=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2244A is #1DDBB5. Grayscale: #616161. Windows color (decimal): -1956790 or 4859106. OLE color: 4859106.

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

Color convert

RGB 226 36 74 -
CMYK 0 0.84 0.67 0.11
HSL 348º 0.77% 0.51% -
HSV(B) 348º 0.84% 0.89% -
XYZ 33.23 17.92 8.19 -
YUV 97.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 226 36 74 0 0.84 0.67 0.11 348 0.77 0.51
Hex E2 24 4A 0 54 43 B 15C 4D 33
Octal 342 44 112 0 124 103 13 534 115 63
Binary 11100010 100100 1001010 0 1010100 1000011 1011 101011100 1001101 110011

Color Harmonies of #E2244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2244A

Black with #E2244A

Text Example


Text Example

White with #E2244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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