Html Css Color HEX #E5244D Amaranth

📋 copy color: '#E5244D'

red 229 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #E5244D

Tints of Amaranth #E5244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 66.96%
G = 10.53%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5244D (or 0xE5244D) is known color: Amaranth. HEX triplet: E5, 24 and 4D. RGB value is (229,36,77). Sum of RGB (Red+Green+Blue) = 229+36+77=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5244D is #1ADBB2. Grayscale: #626262. Windows color (decimal): -1760179 or 5055717. OLE color: 5055717.

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

Color convert

RGB 229 36 77 -
CMYK 0 0.84 0.66 0.10
HSL 347.25º 0.79% 0.52% -
HSV(B) 347.25º 0.84% 0.9% -
XYZ 34.28 18.46 8.78 -
YUV 98.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 229 36 77 0 0.84 0.66 0.10 347.25 0.79 0.52
Hex E5 24 4D 0 54 42 A 15B 4F 34
Octal 345 44 115 0 124 102 12 533 117 64
Binary 11100101 100100 1001101 0 1010100 1000010 1010 101011011 1001111 110100

Color Harmonies of #E5244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5244D

Black with #E5244D

Text Example


Text Example

White with #E5244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5244D; }

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

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

background-color css

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

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

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

border-color css

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

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

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