Html Css Color HEX #E0394E Amaranth

📋 copy color: '#E0394E'

red 224 ◦ green 57 ◦ blue 78

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

Shades of Amaranth #E0394E

Tints of Amaranth #E0394E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 62.4%
G = 15.88%
B = 21.73%

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

#E0394E (or 0xE0394E) is known color: Amaranth. HEX triplet: E0, 39 and 4E. RGB value is (224,57,78). Sum of RGB (Red+Green+Blue) = 224+57+78=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E0394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0394E is #1FC6B1. Grayscale: #6D6D6D. Windows color (decimal): -2082482 or 5126624. OLE color: 5126624.

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

Color convert

RGB 224 57 78 -
CMYK 0 0.75 0.65 0.12
HSL 352.46º 0.73% 0.55% -
HSV(B) 352.46º 0.75% 0.88% -
XYZ 33.58 19.32 9.17 -
YUV 109.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 224 57 78 0 0.75 0.65 0.12 352.46 0.73 0.55
Hex E0 39 4E 0 4B 41 C 160 49 37
Octal 340 71 116 0 113 101 14 540 111 67
Binary 11100000 111001 1001110 0 1001011 1000001 1100 101100000 1001001 110111

Color Harmonies of #E0394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0394E

Black with #E0394E

Text Example


Text Example

White with #E0394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0394E; }

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

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

background-color css

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

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

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

border-color css

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

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

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