Html Css Color HEX #E0244A Amaranth

📋 copy color: '#E0244A'

red 224 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #E0244A

Tints of Amaranth #E0244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 67.07%
G = 10.78%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0244A (or 0xE0244A) is known color: Amaranth. HEX triplet: E0, 24 and 4A. RGB value is (224,36,74). Sum of RGB (Red+Green+Blue) = 224+36+74=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0244A is #1FDBB5. Grayscale: #606060. Windows color (decimal): -2087862 or 4859104. OLE color: 4859104.

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

Color convert

RGB 224 36 74 -
CMYK 0 0.84 0.67 0.12
HSL 347.87º 0.75% 0.51% -
HSV(B) 347.87º 0.84% 0.88% -
XYZ 32.61 17.6 8.16 -
YUV 96.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 224 36 74 0 0.84 0.67 0.12 347.87 0.75 0.51
Hex E0 24 4A 0 54 43 C 15C 4B 33
Octal 340 44 112 0 124 103 14 534 113 63
Binary 11100000 100100 1001010 0 1010100 1000011 1100 101011100 1001011 110011

Color Harmonies of #E0244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0244A

Black with #E0244A

Text Example


Text Example

White with #E0244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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