Html Css Color HEX #E04245 Amaranth

📋 copy color: '#E04245'

red 224 ◦ green 66 ◦ blue 69

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

Shades of Amaranth #E04245

Tints of Amaranth #E04245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

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

R = 62.4%
G = 18.38%
B = 19.22%

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

#E04245 (or 0xE04245) is known color: Amaranth. HEX triplet: E0, 42 and 45. RGB value is (224,66,69). Sum of RGB (Red+Green+Blue) = 224+66+69=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E04245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04245 is #1FBDBA. Grayscale: #717171. Windows color (decimal): -2080187 or 4539104. OLE color: 4539104.

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

Color convert

RGB 224 66 69 -
CMYK 0 0.71 0.69 0.12
HSL 358.86º 0.72% 0.57% -
HSV(B) 358.86º 0.71% 0.88% -
XYZ 33.76 20.17 7.74 -
YUV 113.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 224 66 69 0 0.71 0.69 0.12 358.86 0.72 0.57
Hex E0 42 45 0 47 45 C 167 48 39
Octal 340 102 105 0 107 105 14 547 110 71
Binary 11100000 1000010 1000101 0 1000111 1000101 1100 101100111 1001000 111001

Color Harmonies of #E04245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04245

Black with #E04245

Text Example


Text Example

White with #E04245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04245; }

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

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

background-color css

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

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

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

border-color css

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

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

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