Html Css Color HEX #E24049 Amaranth

📋 copy color: '#E24049'

red 226 ◦ green 64 ◦ blue 73

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

Shades of Amaranth #E24049

Tints of Amaranth #E24049

RGB

 RED value IS 226 (88.67% from 255) = 62.26%

 GREEN value IS 64 (25.39% from 255) = 17.63%

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

R = 62.26%
G = 17.63%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E24049 (or 0xE24049) is known color: Amaranth. HEX triplet: E2, 40 and 49. RGB value is (226,64,73). Sum of RGB (Red+Green+Blue) = 226+64+73=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E24049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24049 is #1DBFB6. Grayscale: #717171. Windows color (decimal): -1949623 or 4800738. OLE color: 4800738.

HSL color Cylindrical-coordinate representation of color #E24049: hue angle of 356.67º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24049 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 73 -
CMYK 0 0.72 0.68 0.11
HSL 356.67º 0.74% 0.57% -
HSV(B) 356.67º 0.72% 0.89% -
XYZ 34.4 20.32 8.41 -
YUV 113.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 226 64 73 0 0.72 0.68 0.11 356.67 0.74 0.57
Hex E2 40 49 0 48 44 B 165 4A 39
Octal 342 100 111 0 110 104 13 545 112 71
Binary 11100010 1000000 1001001 0 1001000 1000100 1011 101100101 1001010 111001

Color Harmonies of #E24049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24049

Black with #E24049

Text Example


Text Example

White with #E24049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24049; }

 p { color: rgb(226,64,73); }

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

background-color css

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

 a { background-color: rgb(226,64,73); }

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

border-color css

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

 span { border-color: rgb(226,64,73); }

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