Html Css Color HEX #E0224A Amaranth

📋 copy color: '#E0224A'

red 224 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #E0224A

Tints of Amaranth #E0224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

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

R = 67.47%
G = 10.24%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0224A (or 0xE0224A) is known color: Amaranth. HEX triplet: E0, 22 and 4A. RGB value is (224,34,74). Sum of RGB (Red+Green+Blue) = 224+34+74=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0224A is #1FDDB5. Grayscale: #5F5F5F. Windows color (decimal): -2088374 or 4858592. OLE color: 4858592.

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

Color convert

RGB 224 34 74 -
CMYK 0 0.85 0.67 0.12
HSL 347.37º 0.75% 0.51% -
HSV(B) 347.37º 0.85% 0.88% -
XYZ 32.55 17.49 8.14 -
YUV 95.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 224 34 74 0 0.85 0.67 0.12 347.37 0.75 0.51
Hex E0 22 4A 0 55 43 C 15B 4B 33
Octal 340 42 112 0 125 103 14 533 113 63
Binary 11100000 100010 1001010 0 1010101 1000011 1100 101011011 1001011 110011

Color Harmonies of #E0224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0224A

Black with #E0224A

Text Example


Text Example

White with #E0224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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