Html Css Color HEX #E04249 Amaranth

📋 copy color: '#E04249'

red 224 ◦ green 66 ◦ blue 73

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

Shades of Amaranth #E04249

Tints of Amaranth #E04249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 61.71%
G = 18.18%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E04249 (or 0xE04249) is known color: Amaranth. HEX triplet: E0, 42 and 49. RGB value is (224,66,73). Sum of RGB (Red+Green+Blue) = 224+66+73=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E04249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04249 is #1FBDB6. Grayscale: #727272. Windows color (decimal): -2080183 or 4801248. OLE color: 4801248.

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

Color convert

RGB 224 66 73 -
CMYK 0 0.71 0.67 0.12
HSL 357.34º 0.72% 0.57% -
HSV(B) 357.34º 0.71% 0.88% -
XYZ 33.89 20.22 8.42 -
YUV 114.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 224 66 73 0 0.71 0.67 0.12 357.34 0.72 0.57
Hex E0 42 49 0 47 43 C 165 48 39
Octal 340 102 111 0 107 103 14 545 110 71
Binary 11100000 1000010 1001001 0 1000111 1000011 1100 101100101 1001000 111001

Color Harmonies of #E04249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04249

Black with #E04249

Text Example


Text Example

White with #E04249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04249; }

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

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

background-color css

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

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

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

border-color css

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

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

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