Html Css Color HEX #E0364A Amaranth

📋 copy color: '#E0364A'

red 224 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E0364A

Tints of Amaranth #E0364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

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

R = 63.64%
G = 15.34%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0364A (or 0xE0364A) is known color: Amaranth. HEX triplet: E0, 36 and 4A. RGB value is (224,54,74). Sum of RGB (Red+Green+Blue) = 224+54+74=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0364A is #1FC9B5. Grayscale: #6B6B6B. Windows color (decimal): -2083254 or 4863712. OLE color: 4863712.

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

Color convert

RGB 224 54 74 -
CMYK 0 0.76 0.67 0.12
HSL 352.94º 0.73% 0.55% -
HSV(B) 352.94º 0.76% 0.88% -
XYZ 33.3 18.98 8.39 -
YUV 107.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 224 54 74 0 0.76 0.67 0.12 352.94 0.73 0.55
Hex E0 36 4A 0 4C 43 C 161 49 37
Octal 340 66 112 0 114 103 14 541 111 67
Binary 11100000 110110 1001010 0 1001100 1000011 1100 101100001 1001001 110111

Color Harmonies of #E0364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0364A

Black with #E0364A

Text Example


Text Example

White with #E0364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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