Html Css Color HEX #E0334A Amaranth

📋 copy color: '#E0334A'

red 224 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #E0334A

Tints of Amaranth #E0334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 64.18%
G = 14.61%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0334A (or 0xE0334A) is known color: Amaranth. HEX triplet: E0, 33 and 4A. RGB value is (224,51,74). Sum of RGB (Red+Green+Blue) = 224+51+74=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0334A is #1FCCB5. Grayscale: #696969. Windows color (decimal): -2084022 or 4862944. OLE color: 4862944.

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

Color convert

RGB 224 51 74 -
CMYK 0 0.77 0.67 0.12
HSL 352.02º 0.74% 0.54% -
HSV(B) 352.02º 0.77% 0.88% -
XYZ 33.16 18.71 8.34 -
YUV 105.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 224 51 74 0 0.77 0.67 0.12 352.02 0.74 0.54
Hex E0 33 4A 0 4D 43 C 160 4A 36
Octal 340 63 112 0 115 103 14 540 112 66
Binary 11100000 110011 1001010 0 1001101 1000011 1100 101100000 1001010 110110

Color Harmonies of #E0334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0334A

Black with #E0334A

Text Example


Text Example

White with #E0334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0334A; }

 p { color: rgb(224,51,74); }

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

background-color css

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

 a { background-color: rgb(224,51,74); }

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

border-color css

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

 span { border-color: rgb(224,51,74); }

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