Html Css Color HEX #E24344 Amaranth

📋 copy color: '#E24344'

red 226 ◦ green 67 ◦ blue 68

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

Shades of Amaranth #E24344

Tints of Amaranth #E24344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 62.6%
G = 18.56%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E24344 (or 0xE24344) is known color: Amaranth. HEX triplet: E2, 43 and 44. RGB value is (226,67,68). Sum of RGB (Red+Green+Blue) = 226+67+68=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E24344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24344 is #1DBCBB. Grayscale: #727272. Windows color (decimal): -1948860 or 4473826. OLE color: 4473826.

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

Color convert

RGB 226 67 68 -
CMYK 0 0.70 0.70 0.11
HSL 359.62º 0.73% 0.57% -
HSV(B) 359.62º 0.7% 0.89% -
XYZ 34.41 20.6 7.63 -
YUV 114.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 226 67 68 0 0.70 0.70 0.11 359.62 0.73 0.57
Hex E2 43 44 0 46 46 B 168 49 39
Octal 342 103 104 0 106 106 13 550 111 71
Binary 11100010 1000011 1000100 0 1000110 1000110 1011 101101000 1001001 111001

Color Harmonies of #E24344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24344

Black with #E24344

Text Example


Text Example

White with #E24344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24344; }

 p { color: rgb(226,67,68); }

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

background-color css

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

 a { background-color: rgb(226,67,68); }

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

border-color css

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

 span { border-color: rgb(226,67,68); }

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