Html Css Color HEX #E8364A Amaranth

📋 copy color: '#E8364A'

red 232 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E8364A

Tints of Amaranth #E8364A

RGB

 RED value IS 232 (91.02% from 255) = 64.44%

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

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

R = 64.44%
G = 15%
B = 20.56%

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

#E8364A (or 0xE8364A) is known color: Amaranth. HEX triplet: E8, 36 and 4A. RGB value is (232,54,74). Sum of RGB (Red+Green+Blue) = 232+54+74=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8364A is #17C9B5. Grayscale: #6D6D6D. Windows color (decimal): -1558966 or 4863720. OLE color: 4863720.

HSL color Cylindrical-coordinate representation of color #E8364A: hue angle of 353.26º 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 #E8364A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 54 74 -
CMYK 0 0.77 0.68 0.09
HSL 353.26º 0.79% 0.56% -
HSV(B) 353.26º 0.77% 0.91% -
XYZ 35.83 20.29 8.51 -
YUV 109.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 232 54 74 0 0.77 0.68 0.09 353.26 0.79 0.56
Hex E8 36 4A 0 4D 44 9 161 4F 38
Octal 350 66 112 0 115 104 11 541 117 70
Binary 11101000 110110 1001010 0 1001101 1000100 1001 101100001 1001111 111000

Color Harmonies of #E8364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8364A

Black with #E8364A

Text Example


Text Example

White with #E8364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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