Html Css Color HEX #E3224A Amaranth

📋 copy color: '#E3224A'

red 227 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #E3224A

Tints of Amaranth #E3224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

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

R = 67.76%
G = 10.15%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3224A (or 0xE3224A) is known color: Amaranth. HEX triplet: E3, 22 and 4A. RGB value is (227,34,74). Sum of RGB (Red+Green+Blue) = 227+34+74=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3224A is #1CDDB5. Grayscale: #606060. Windows color (decimal): -1891766 or 4858595. OLE color: 4858595.

HSL color Cylindrical-coordinate representation of color #E3224A: hue angle of 347.56º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3224A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 34 74 -
CMYK 0 0.85 0.67 0.11
HSL 347.56º 0.78% 0.51% -
HSV(B) 347.56º 0.85% 0.89% -
XYZ 33.49 17.97 8.18 -
YUV 96.27 115.44 221.25 -
System Red Green Blue C M Y K H S L
Decimal 227 34 74 0 0.85 0.67 0.11 347.56 0.78 0.51
Hex E3 22 4A 0 55 43 B 15C 4E 33
Octal 343 42 112 0 125 103 13 534 116 63
Binary 11100011 100010 1001010 0 1010101 1000011 1011 101011100 1001110 110011

Color Harmonies of #E3224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3224A

Black with #E3224A

Text Example


Text Example

White with #E3224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3224A; }

 p { color: rgb(227,34,74); }

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

background-color css

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

 a { background-color: rgb(227,34,74); }

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

border-color css

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

 span { border-color: rgb(227,34,74); }

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