Html Css Color HEX #E03F49 Amaranth

📋 copy color: '#E03F49'

red 224 ◦ green 63 ◦ blue 73

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

Shades of Amaranth #E03F49

Tints of Amaranth #E03F49

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

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

R = 62.22%
G = 17.5%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E03F49 (or 0xE03F49) is known color: Amaranth. HEX triplet: E0, 3F and 49. RGB value is (224,63,73). Sum of RGB (Red+Green+Blue) = 224+63+73=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F49 is #1FC0B6. Grayscale: #707070. Windows color (decimal): -2080951 or 4800480. OLE color: 4800480.

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

Color convert

RGB 224 63 73 -
CMYK 0 0.72 0.67 0.12
HSL 356.27º 0.72% 0.56% -
HSV(B) 356.27º 0.72% 0.88% -
XYZ 33.72 19.88 8.36 -
YUV 112.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 224 63 73 0 0.72 0.67 0.12 356.27 0.72 0.56
Hex E0 3F 49 0 48 43 C 164 48 38
Octal 340 77 111 0 110 103 14 544 110 70
Binary 11100000 111111 1001001 0 1001000 1000011 1100 101100100 1001000 111000

Color Harmonies of #E03F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F49

Black with #E03F49

Text Example


Text Example

White with #E03F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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