Html Css Color HEX #E4224C Amaranth

📋 copy color: '#E4224C'

red 228 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #E4224C

Tints of Amaranth #E4224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 67.46%
G = 10.06%
B = 22.49%

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

#E4224C (or 0xE4224C) is known color: Amaranth. HEX triplet: E4, 22 and 4C. RGB value is (228,34,76). Sum of RGB (Red+Green+Blue) = 228+34+76=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4224C is #1BDDB3. Grayscale: #606060. Windows color (decimal): -1826228 or 4989668. OLE color: 4989668.

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

Color convert

RGB 228 34 76 -
CMYK 0 0.85 0.67 0.11
HSL 347.01º 0.78% 0.51% -
HSV(B) 347.01º 0.85% 0.89% -
XYZ 33.87 18.16 8.56 -
YUV 96.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 228 34 76 0 0.85 0.67 0.11 347.01 0.78 0.51
Hex E4 22 4C 0 55 43 B 15B 4E 33
Octal 344 42 114 0 125 103 13 533 116 63
Binary 11100100 100010 1001100 0 1010101 1000011 1011 101011011 1001110 110011

Color Harmonies of #E4224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4224C

Black with #E4224C

Text Example


Text Example

White with #E4224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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