Html Css Color HEX #E3364A Amaranth

📋 copy color: '#E3364A'

red 227 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E3364A

Tints of Amaranth #E3364A

RGB

 RED value IS 227 (89.06% from 255) = 63.94%

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

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

R = 63.94%
G = 15.21%
B = 20.85%

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

#E3364A (or 0xE3364A) is known color: Amaranth. HEX triplet: E3, 36 and 4A. RGB value is (227,54,74). Sum of RGB (Red+Green+Blue) = 227+54+74=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3364A is #1CC9B5. Grayscale: #6C6C6C. Windows color (decimal): -1886646 or 4863715. OLE color: 4863715.

HSL color Cylindrical-coordinate representation of color #E3364A: hue angle of 353.06º degrees, saturation: 0.76, 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 #E3364A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 54 74 -
CMYK 0 0.76 0.67 0.11
HSL 353.06º 0.76% 0.55% -
HSV(B) 353.06º 0.76% 0.89% -
XYZ 34.23 19.46 8.43 -
YUV 108.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 227 54 74 0 0.76 0.67 0.11 353.06 0.76 0.55
Hex E3 36 4A 0 4C 43 B 161 4C 37
Octal 343 66 112 0 114 103 13 541 114 67
Binary 11100011 110110 1001010 0 1001100 1000011 1011 101100001 1001100 110111

Color Harmonies of #E3364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3364A

Black with #E3364A

Text Example


Text Example

White with #E3364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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