Html Css Color HEX #E32846 Amaranth

📋 copy color: '#E32846'

red 227 ◦ green 40 ◦ blue 70

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

Shades of Amaranth #E32846

Tints of Amaranth #E32846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 67.36%
G = 11.87%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E32846 (or 0xE32846) is known color: Amaranth. HEX triplet: E3, 28 and 46. RGB value is (227,40,70). Sum of RGB (Red+Green+Blue) = 227+40+70=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E32846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32846 is #1CD7B9. Grayscale: #636363. Windows color (decimal): -1890234 or 4597987. OLE color: 4597987.

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

Color convert

RGB 227 40 70 -
CMYK 0 0.82 0.69 0.11
HSL 350.37º 0.77% 0.52% -
HSV(B) 350.37º 0.82% 0.89% -
XYZ 33.54 18.29 7.56 -
YUV 99.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 227 40 70 0 0.82 0.69 0.11 350.37 0.77 0.52
Hex E3 28 46 0 52 45 B 15E 4D 34
Octal 343 50 106 0 122 105 13 536 115 64
Binary 11100011 101000 1000110 0 1010010 1000101 1011 101011110 1001101 110100

Color Harmonies of #E32846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32846

Black with #E32846

Text Example


Text Example

White with #E32846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32846; }

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

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

background-color css

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

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

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

border-color css

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

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

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