Html Css Color HEX #E0434D Amaranth

📋 copy color: '#E0434D'

red 224 ◦ green 67 ◦ blue 77

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

Shades of Amaranth #E0434D

Tints of Amaranth #E0434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 60.87%
G = 18.21%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0434D (or 0xE0434D) is known color: Amaranth. HEX triplet: E0, 43 and 4D. RGB value is (224,67,77). Sum of RGB (Red+Green+Blue) = 224+67+77=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0434D is #1FBCB2. Grayscale: #737373. Windows color (decimal): -2079923 or 5063648. OLE color: 5063648.

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

Color convert

RGB 224 67 77 -
CMYK 0 0.70 0.66 0.12
HSL 356.18º 0.72% 0.57% -
HSV(B) 356.18º 0.7% 0.88% -
XYZ 34.09 20.4 9.16 -
YUV 115.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 224 67 77 0 0.70 0.66 0.12 356.18 0.72 0.57
Hex E0 43 4D 0 46 42 C 164 48 39
Octal 340 103 115 0 106 102 14 544 110 71
Binary 11100000 1000011 1001101 0 1000110 1000010 1100 101100100 1001000 111001

Color Harmonies of #E0434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0434D

Black with #E0434D

Text Example


Text Example

White with #E0434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0434D; }

 p { color: rgb(224,67,77); }

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

background-color css

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

 a { background-color: rgb(224,67,77); }

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

border-color css

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

 span { border-color: rgb(224,67,77); }

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