Html Css Color HEX #E4224A Amaranth

📋 copy color: '#E4224A'

red 228 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #E4224A

Tints of Amaranth #E4224A

RGB

 RED value IS 228 (89.45% from 255) = 67.86%

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

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

R = 67.86%
G = 10.12%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E4224A (or 0xE4224A) is known color: Amaranth. HEX triplet: E4, 22 and 4A. RGB value is (228,34,74). Sum of RGB (Red+Green+Blue) = 228+34+74=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E4224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4224A is #1BDDB5. Grayscale: #606060. Windows color (decimal): -1826230 or 4858596. OLE color: 4858596.

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

Color convert

RGB 228 34 74 -
CMYK 0 0.85 0.68 0.11
HSL 347.63º 0.78% 0.51% -
HSV(B) 347.63º 0.85% 0.89% -
XYZ 33.8 18.13 8.2 -
YUV 96.57 115.27 221.75 -
System Red Green Blue C M Y K H S L
Decimal 228 34 74 0 0.85 0.68 0.11 347.63 0.78 0.51
Hex E4 22 4A 0 55 44 B 15C 4E 33
Octal 344 42 112 0 125 104 13 534 116 63
Binary 11100100 100010 1001010 0 1010101 1000100 1011 101011100 1001110 110011

Color Harmonies of #E4224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4224A

Black with #E4224A

Text Example


Text Example

White with #E4224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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