Html Css Color HEX #E0394F Amaranth

📋 copy color: '#E0394F'

red 224 ◦ green 57 ◦ blue 79

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

Shades of Amaranth #E0394F

Tints of Amaranth #E0394F

RGB

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

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

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

R = 62.22%
G = 15.83%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0394F (or 0xE0394F) is known color: Amaranth. HEX triplet: E0, 39 and 4F. RGB value is (224,57,79). Sum of RGB (Red+Green+Blue) = 224+57+79=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E0394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0394F is #1FC6B0. Grayscale: #6D6D6D. Windows color (decimal): -2082481 or 5192160. OLE color: 5192160.

HSL color Cylindrical-coordinate representation of color #E0394F: hue angle of 352.1º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0394F is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 57 79 -
CMYK 0 0.75 0.65 0.12
HSL 352.1º 0.73% 0.55% -
HSV(B) 352.1º 0.75% 0.88% -
XYZ 33.61 19.34 9.36 -
YUV 109.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 224 57 79 0 0.75 0.65 0.12 352.1 0.73 0.55
Hex E0 39 4F 0 4B 41 C 160 49 37
Octal 340 71 117 0 113 101 14 540 111 67
Binary 11100000 111001 1001111 0 1001011 1000001 1100 101100000 1001001 110111

Color Harmonies of #E0394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0394F

Black with #E0394F

Text Example


Text Example

White with #E0394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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