Html Css Color HEX #E2314A Amaranth

📋 copy color: '#E2314A'

red 226 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #E2314A

Tints of Amaranth #E2314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

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

R = 64.76%
G = 14.04%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2314A (or 0xE2314A) is known color: Amaranth. HEX triplet: E2, 31 and 4A. RGB value is (226,49,74). Sum of RGB (Red+Green+Blue) = 226+49+74=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E2314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2314A is #1DCEB5. Grayscale: #686868. Windows color (decimal): -1953462 or 4862434. OLE color: 4862434.

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

Color convert

RGB 226 49 74 -
CMYK 0 0.78 0.67 0.11
HSL 351.53º 0.75% 0.54% -
HSV(B) 351.53º 0.78% 0.89% -
XYZ 33.7 18.86 8.34 -
YUV 104.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 226 49 74 0 0.78 0.67 0.11 351.53 0.75 0.54
Hex E2 31 4A 0 4E 43 B 160 4B 36
Octal 342 61 112 0 116 103 13 540 113 66
Binary 11100010 110001 1001010 0 1001110 1000011 1011 101100000 1001011 110110

Color Harmonies of #E2314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2314A

Black with #E2314A

Text Example


Text Example

White with #E2314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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