Html Css Color HEX #E0434A Amaranth

📋 copy color: '#E0434A'

red 224 ◦ green 67 ◦ blue 74

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

Shades of Amaranth #E0434A

Tints of Amaranth #E0434A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 61.37%
G = 18.36%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0434A (or 0xE0434A) is known color: Amaranth. HEX triplet: E0, 43 and 4A. RGB value is (224,67,74). Sum of RGB (Red+Green+Blue) = 224+67+74=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0434A is #1FBCB5. Grayscale: #727272. Windows color (decimal): -2079926 or 4867040. OLE color: 4867040.

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

Color convert

RGB 224 67 74 -
CMYK 0 0.70 0.67 0.12
HSL 357.32º 0.72% 0.57% -
HSV(B) 357.32º 0.7% 0.88% -
XYZ 33.98 20.36 8.62 -
YUV 114.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 224 67 74 0 0.70 0.67 0.12 357.32 0.72 0.57
Hex E0 43 4A 0 46 43 C 165 48 39
Octal 340 103 112 0 106 103 14 545 110 71
Binary 11100000 1000011 1001010 0 1000110 1000011 1100 101100101 1001000 111001

Color Harmonies of #E0434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0434A

Black with #E0434A

Text Example


Text Example

White with #E0434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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