Html Css Color HEX #E7364A Amaranth

📋 copy color: '#E7364A'

red 231 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E7364A

Tints of Amaranth #E7364A

RGB

 RED value IS 231 (90.63% from 255) = 64.35%

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

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

R = 64.35%
G = 15.04%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7364A (or 0xE7364A) is known color: Amaranth. HEX triplet: E7, 36 and 4A. RGB value is (231,54,74). Sum of RGB (Red+Green+Blue) = 231+54+74=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7364A is #18C9B5. Grayscale: #6D6D6D. Windows color (decimal): -1624502 or 4863719. OLE color: 4863719.

HSL color Cylindrical-coordinate representation of color #E7364A: hue angle of 353.22º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7364A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 54 74 -
CMYK 0 0.77 0.68 0.09
HSL 353.22º 0.79% 0.56% -
HSV(B) 353.22º 0.77% 0.91% -
XYZ 35.51 20.12 8.49 -
YUV 109.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 231 54 74 0 0.77 0.68 0.09 353.22 0.79 0.56
Hex E7 36 4A 0 4D 44 9 161 4F 38
Octal 347 66 112 0 115 104 11 541 117 70
Binary 11100111 110110 1001010 0 1001101 1000100 1001 101100001 1001111 111000

Color Harmonies of #E7364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7364A

Black with #E7364A

Text Example


Text Example

White with #E7364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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