Html Css Color HEX #E32E46 Amaranth

📋 copy color: '#E32E46'

red 227 ◦ green 46 ◦ blue 70

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

Shades of Amaranth #E32E46

Tints of Amaranth #E32E46

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 66.18%
G = 13.41%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E32E46 (or 0xE32E46) is known color: Amaranth. HEX triplet: E3, 2E and 46. RGB value is (227,46,70). Sum of RGB (Red+Green+Blue) = 227+46+70=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E46 is #1CD1B9. Grayscale: #666666. Windows color (decimal): -1888698 or 4599523. OLE color: 4599523.

HSL color Cylindrical-coordinate representation of color #E32E46: hue angle of 352.04º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E46 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 46 70 -
CMYK 0 0.80 0.69 0.11
HSL 352.04º 0.76% 0.54% -
HSV(B) 352.04º 0.8% 0.89% -
XYZ 33.76 18.73 7.63 -
YUV 102.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 227 46 70 0 0.80 0.69 0.11 352.04 0.76 0.54
Hex E3 2E 46 0 50 45 B 160 4C 36
Octal 343 56 106 0 120 105 13 540 114 66
Binary 11100011 101110 1000110 0 1010000 1000101 1011 101100000 1001100 110110

Color Harmonies of #E32E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32E46

Black with #E32E46

Text Example


Text Example

White with #E32E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32E46; }

 p { color: rgb(227,46,70); }

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

background-color css

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

 a { background-color: rgb(227,46,70); }

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

border-color css

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

 span { border-color: rgb(227,46,70); }

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