Html Css Color HEX #E32944 Amaranth

📋 copy color: '#E32944'

red 227 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #E32944

Tints of Amaranth #E32944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 67.56%
G = 12.2%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E32944 (or 0xE32944) is known color: Amaranth. HEX triplet: E3, 29 and 44. RGB value is (227,41,68). Sum of RGB (Red+Green+Blue) = 227+41+68=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E32944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32944 is #1CD6BB. Grayscale: #636363. Windows color (decimal): -1889980 or 4467171. OLE color: 4467171.

HSL color Cylindrical-coordinate representation of color #E32944: hue angle of 351.29º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32944 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 68 -
CMYK 0 0.82 0.70 0.11
HSL 351.29º 0.77% 0.53% -
HSV(B) 351.29º 0.82% 0.89% -
XYZ 33.51 18.33 7.24 -
YUV 99.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 227 41 68 0 0.82 0.70 0.11 351.29 0.77 0.53
Hex E3 29 44 0 52 46 B 15F 4D 35
Octal 343 51 104 0 122 106 13 537 115 65
Binary 11100011 101001 1000100 0 1010010 1000110 1011 101011111 1001101 110101

Color Harmonies of #E32944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32944

Black with #E32944

Text Example


Text Example

White with #E32944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32944; }

 p { color: rgb(227,41,68); }

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

background-color css

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

 a { background-color: rgb(227,41,68); }

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

border-color css

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

 span { border-color: rgb(227,41,68); }

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