Html Css Color HEX #E04145 Amaranth

📋 copy color: '#E04145'

red 224 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #E04145

Tints of Amaranth #E04145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 62.57%
G = 18.16%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E04145 (or 0xE04145) is known color: Amaranth. HEX triplet: E0, 41 and 45. RGB value is (224,65,69). Sum of RGB (Red+Green+Blue) = 224+65+69=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E04145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04145 is #1FBEBA. Grayscale: #717171. Windows color (decimal): -2080443 or 4538848. OLE color: 4538848.

HSL color Cylindrical-coordinate representation of color #E04145: hue angle of 358.49º 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 #E04145 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 69 -
CMYK 0 0.71 0.69 0.12
HSL 358.49º 0.72% 0.57% -
HSV(B) 358.49º 0.71% 0.88% -
XYZ 33.7 20.06 7.73 -
YUV 113 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 224 65 69 0 0.71 0.69 0.12 358.49 0.72 0.57
Hex E0 41 45 0 47 45 C 166 48 39
Octal 340 101 105 0 107 105 14 546 110 71
Binary 11100000 1000001 1000101 0 1000111 1000101 1100 101100110 1001000 111001

Color Harmonies of #E04145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04145

Black with #E04145

Text Example


Text Example

White with #E04145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04145; }

 p { color: rgb(224,65,69); }

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

background-color css

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

 a { background-color: rgb(224,65,69); }

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

border-color css

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

 span { border-color: rgb(224,65,69); }

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