Html Css Color HEX #E01E49 Amaranth

📋 copy color: '#E01E49'

red 224 ◦ green 30 ◦ blue 73

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

Shades of Amaranth #E01E49

Tints of Amaranth #E01E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 68.5%
G = 9.17%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E01E49 (or 0xE01E49) is known color: Amaranth. HEX triplet: E0, 1E and 49. RGB value is (224,30,73). Sum of RGB (Red+Green+Blue) = 224+30+73=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E49 is #1FE1B6. Grayscale: #5C5C5C. Windows color (decimal): -2089399 or 4792032. OLE color: 4792032.

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

Color convert

RGB 224 30 73 -
CMYK 0 0.87 0.67 0.12
HSL 346.7º 0.76% 0.5% -
HSV(B) 346.7º 0.87% 0.88% -
XYZ 32.41 17.26 7.93 -
YUV 92.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 224 30 73 0 0.87 0.67 0.12 346.7 0.76 0.5
Hex E0 1E 49 0 57 43 C 15B 4C 32
Octal 340 36 111 0 127 103 14 533 114 62
Binary 11100000 11110 1001001 0 1010111 1000011 1100 101011011 1001100 110010

Color Harmonies of #E01E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E49

Black with #E01E49

Text Example


Text Example

White with #E01E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E49; }

 p { color: rgb(224,30,73); }

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

background-color css

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

 a { background-color: rgb(224,30,73); }

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

border-color css

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

 span { border-color: rgb(224,30,73); }

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