Html Css Color HEX #E04045 Amaranth

📋 copy color: '#E04045'

red 224 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #E04045

Tints of Amaranth #E04045

RGB

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

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

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

R = 62.75%
G = 17.93%
B = 19.33%

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

#E04045 (or 0xE04045) is known color: Amaranth. HEX triplet: E0, 40 and 45. RGB value is (224,64,69). Sum of RGB (Red+Green+Blue) = 224+64+69=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E04045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04045 is #1FBFBA. Grayscale: #707070. Windows color (decimal): -2080699 or 4538592. OLE color: 4538592.

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

Color convert

RGB 224 64 69 -
CMYK 0 0.71 0.69 0.12
HSL 358.13º 0.72% 0.56% -
HSV(B) 358.13º 0.71% 0.88% -
XYZ 33.65 19.94 7.71 -
YUV 112.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 224 64 69 0 0.71 0.69 0.12 358.13 0.72 0.56
Hex E0 40 45 0 47 45 C 166 48 38
Octal 340 100 105 0 107 105 14 546 110 70
Binary 11100000 1000000 1000101 0 1000111 1000101 1100 101100110 1001000 111000

Color Harmonies of #E04045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04045

Black with #E04045

Text Example


Text Example

White with #E04045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04045; }

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

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

background-color css

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

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

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

border-color css

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

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

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