Html Css Color HEX #E32E4B Amaranth

📋 copy color: '#E32E4B'

red 227 ◦ green 46 ◦ blue 75

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

Shades of Amaranth #E32E4B

Tints of Amaranth #E32E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 65.23%
G = 13.22%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E32E4B (or 0xE32E4B) is known color: Amaranth. HEX triplet: E3, 2E and 4B. RGB value is (227,46,75). Sum of RGB (Red+Green+Blue) = 227+46+75=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E4B is #1CD1B4. Grayscale: #676767. Windows color (decimal): -1888693 or 4927203. OLE color: 4927203.

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

Color convert

RGB 227 46 75 -
CMYK 0 0.80 0.67 0.11
HSL 350.39º 0.76% 0.54% -
HSV(B) 350.39º 0.8% 0.89% -
XYZ 33.93 18.79 8.5 -
YUV 103.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 227 46 75 0 0.80 0.67 0.11 350.39 0.76 0.54
Hex E3 2E 4B 0 50 43 B 15E 4C 36
Octal 343 56 113 0 120 103 13 536 114 66
Binary 11100011 101110 1001011 0 1010000 1000011 1011 101011110 1001100 110110

Color Harmonies of #E32E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32E4B

Black with #E32E4B

Text Example


Text Example

White with #E32E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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