Html Css Color HEX #E2364A Amaranth

📋 copy color: '#E2364A'

red 226 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E2364A

Tints of Amaranth #E2364A

RGB

 RED value IS 226 (88.67% from 255) = 63.84%

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

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

R = 63.84%
G = 15.25%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2364A (or 0xE2364A) is known color: Amaranth. HEX triplet: E2, 36 and 4A. RGB value is (226,54,74). Sum of RGB (Red+Green+Blue) = 226+54+74=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2364A is #1DC9B5. Grayscale: #6B6B6B. Windows color (decimal): -1952182 or 4863714. OLE color: 4863714.

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

Color convert

RGB 226 54 74 -
CMYK 0 0.76 0.67 0.11
HSL 353.02º 0.75% 0.55% -
HSV(B) 353.02º 0.76% 0.89% -
XYZ 33.92 19.3 8.42 -
YUV 107.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 226 54 74 0 0.76 0.67 0.11 353.02 0.75 0.55
Hex E2 36 4A 0 4C 43 B 161 4B 37
Octal 342 66 112 0 114 103 13 541 113 67
Binary 11100010 110110 1001010 0 1001100 1000011 1011 101100001 1001011 110111

Color Harmonies of #E2364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2364A

Black with #E2364A

Text Example


Text Example

White with #E2364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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