Html Css Color HEX #E2324A Amaranth

📋 copy color: '#E2324A'

red 226 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #E2324A

Tints of Amaranth #E2324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 64.57%
G = 14.29%
B = 21.14%

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

#E2324A (or 0xE2324A) is known color: Amaranth. HEX triplet: E2, 32 and 4A. RGB value is (226,50,74). Sum of RGB (Red+Green+Blue) = 226+50+74=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E2324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2324A is #1DCDB5. Grayscale: #696969. Windows color (decimal): -1953206 or 4862690. OLE color: 4862690.

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

Color convert

RGB 226 50 74 -
CMYK 0 0.78 0.67 0.11
HSL 351.82º 0.75% 0.54% -
HSV(B) 351.82º 0.78% 0.89% -
XYZ 33.74 18.94 8.36 -
YUV 105.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 226 50 74 0 0.78 0.67 0.11 351.82 0.75 0.54
Hex E2 32 4A 0 4E 43 B 160 4B 36
Octal 342 62 112 0 116 103 13 540 113 66
Binary 11100010 110010 1001010 0 1001110 1000011 1011 101100000 1001011 110110

Color Harmonies of #E2324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2324A

Black with #E2324A

Text Example


Text Example

White with #E2324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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