Html Css Color HEX #E4394A Amaranth

📋 copy color: '#E4394A'

red 228 ◦ green 57 ◦ blue 74

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

Shades of Amaranth #E4394A

Tints of Amaranth #E4394A

RGB

 RED value IS 228 (89.45% from 255) = 63.51%

 GREEN value IS 57 (22.66% from 255) = 15.88%

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

R = 63.51%
G = 15.88%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E4394A (or 0xE4394A) is known color: Amaranth. HEX triplet: E4, 39 and 4A. RGB value is (228,57,74). Sum of RGB (Red+Green+Blue) = 228+57+74=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E4394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4394A is #1BC6B5. Grayscale: #6E6E6E. Windows color (decimal): -1820342 or 4864484. OLE color: 4864484.

HSL color Cylindrical-coordinate representation of color #E4394A: hue angle of 354.04º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4394A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 57 74 -
CMYK 0 0.75 0.68 0.11
HSL 354.04º 0.76% 0.56% -
HSV(B) 354.04º 0.75% 0.89% -
XYZ 34.69 19.91 8.49 -
YUV 110.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 228 57 74 0 0.75 0.68 0.11 354.04 0.76 0.56
Hex E4 39 4A 0 4B 44 B 162 4C 38
Octal 344 71 112 0 113 104 13 542 114 70
Binary 11100100 111001 1001010 0 1001011 1000100 1011 101100010 1001100 111000

Color Harmonies of #E4394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4394A

Black with #E4394A

Text Example


Text Example

White with #E4394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4394A; }

 p { color: rgb(228,57,74); }

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

background-color css

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

 a { background-color: rgb(228,57,74); }

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

border-color css

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

 span { border-color: rgb(228,57,74); }

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