Html Css Color HEX #E5224D Amaranth

📋 copy color: '#E5224D'

red 229 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #E5224D

Tints of Amaranth #E5224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 67.35%
G = 10%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5224D (or 0xE5224D) is known color: Amaranth. HEX triplet: E5, 22 and 4D. RGB value is (229,34,77). Sum of RGB (Red+Green+Blue) = 229+34+77=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5224D is #1ADDB2. Grayscale: #616161. Windows color (decimal): -1760691 or 5055205. OLE color: 5055205.

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

Color convert

RGB 229 34 77 -
CMYK 0 0.85 0.66 0.10
HSL 346.77º 0.79% 0.52% -
HSV(B) 346.77º 0.85% 0.9% -
XYZ 34.22 18.34 8.76 -
YUV 97.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 229 34 77 0 0.85 0.66 0.10 346.77 0.79 0.52
Hex E5 22 4D 0 55 42 A 15B 4F 34
Octal 345 42 115 0 125 102 12 533 117 64
Binary 11100101 100010 1001101 0 1010101 1000010 1010 101011011 1001111 110100

Color Harmonies of #E5224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5224D

Black with #E5224D

Text Example


Text Example

White with #E5224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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