Html Css Color HEX #E04446 Amaranth

📋 copy color: '#E04446'

red 224 ◦ green 68 ◦ blue 70

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

Shades of Amaranth #E04446

Tints of Amaranth #E04446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 61.88%
G = 18.78%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E04446 (or 0xE04446) is known color: Amaranth. HEX triplet: E0, 44 and 46. RGB value is (224,68,70). Sum of RGB (Red+Green+Blue) = 224+68+70=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04446 is #1FBBB9. Grayscale: #737373. Windows color (decimal): -2079674 or 4605152. OLE color: 4605152.

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

Color convert

RGB 224 68 70 -
CMYK 0 0.70 0.69 0.12
HSL 359.23º 0.72% 0.57% -
HSV(B) 359.23º 0.7% 0.88% -
XYZ 33.91 20.42 7.95 -
YUV 114.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 224 68 70 0 0.70 0.69 0.12 359.23 0.72 0.57
Hex E0 44 46 0 46 45 C 167 48 39
Octal 340 104 106 0 106 105 14 547 110 71
Binary 11100000 1000100 1000110 0 1000110 1000101 1100 101100111 1001000 111001

Color Harmonies of #E04446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04446

Black with #E04446

Text Example


Text Example

White with #E04446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04446; }

 p { color: rgb(224,68,70); }

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

background-color css

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

 a { background-color: rgb(224,68,70); }

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

border-color css

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

 span { border-color: rgb(224,68,70); }

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