Html Css Color HEX #E5224C Amaranth

📋 copy color: '#E5224C'

red 229 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #E5224C

Tints of Amaranth #E5224C

RGB

 RED value IS 229 (89.84% from 255) = 67.55%

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

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

R = 67.55%
G = 10.03%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5224C (or 0xE5224C) is known color: Amaranth. HEX triplet: E5, 22 and 4C. RGB value is (229,34,76). Sum of RGB (Red+Green+Blue) = 229+34+76=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5224C is #1ADDB3. Grayscale: #616161. Windows color (decimal): -1760692 or 4989669. OLE color: 4989669.

HSL color Cylindrical-coordinate representation of color #E5224C: hue angle of 347.08º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5224C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 76 -
CMYK 0 0.85 0.67 0.10
HSL 347.08º 0.79% 0.52% -
HSV(B) 347.08º 0.85% 0.9% -
XYZ 34.19 18.32 8.57 -
YUV 97.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 229 34 76 0 0.85 0.67 0.10 347.08 0.79 0.52
Hex E5 22 4C 0 55 43 A 15B 4F 34
Octal 345 42 114 0 125 103 12 533 117 64
Binary 11100101 100010 1001100 0 1010101 1000011 1010 101011011 1001111 110100

Color Harmonies of #E5224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5224C

Black with #E5224C

Text Example


Text Example

White with #E5224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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