Html Css Color HEX #E0424F Amaranth

📋 copy color: '#E0424F'

red 224 ◦ green 66 ◦ blue 79

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

Shades of Amaranth #E0424F

Tints of Amaranth #E0424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 60.7%
G = 17.89%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0424F (or 0xE0424F) is known color: Amaranth. HEX triplet: E0, 42 and 4F. RGB value is (224,66,79). Sum of RGB (Red+Green+Blue) = 224+66+79=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0424F is #1FBDB0. Grayscale: #727272. Windows color (decimal): -2080177 or 5194464. OLE color: 5194464.

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

Color convert

RGB 224 66 79 -
CMYK 0 0.71 0.65 0.12
HSL 355.06º 0.72% 0.57% -
HSV(B) 355.06º 0.71% 0.88% -
XYZ 34.1 20.31 9.52 -
YUV 114.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 224 66 79 0 0.71 0.65 0.12 355.06 0.72 0.57
Hex E0 42 4F 0 47 41 C 163 48 39
Octal 340 102 117 0 107 101 14 543 110 71
Binary 11100000 1000010 1001111 0 1000111 1000001 1100 101100011 1001000 111001

Color Harmonies of #E0424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0424F

Black with #E0424F

Text Example


Text Example

White with #E0424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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