Html Css Color HEX #E0324B Amaranth

📋 copy color: '#E0324B'

red 224 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #E0324B

Tints of Amaranth #E0324B

RGB

 RED value IS 224 (87.89% from 255) = 64.18%

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 64.18%
G = 14.33%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0324B (or 0xE0324B) is known color: Amaranth. HEX triplet: E0, 32 and 4B. RGB value is (224,50,75). Sum of RGB (Red+Green+Blue) = 224+50+75=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0324B is #1FCDB4. Grayscale: #686868. Windows color (decimal): -2084277 or 4928224. OLE color: 4928224.

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

Color convert

RGB 224 50 75 -
CMYK 0 0.78 0.67 0.12
HSL 351.38º 0.74% 0.54% -
HSV(B) 351.38º 0.78% 0.88% -
XYZ 33.15 18.64 8.51 -
YUV 104.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 224 50 75 0 0.78 0.67 0.12 351.38 0.74 0.54
Hex E0 32 4B 0 4E 43 C 15F 4A 36
Octal 340 62 113 0 116 103 14 537 112 66
Binary 11100000 110010 1001011 0 1001110 1000011 1100 101011111 1001010 110110

Color Harmonies of #E0324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0324B

Black with #E0324B

Text Example


Text Example

White with #E0324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0324B; }

 p { color: rgb(224,50,75); }

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

background-color css

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

 a { background-color: rgb(224,50,75); }

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

border-color css

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

 span { border-color: rgb(224,50,75); }

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