Html Css Color HEX #E5424E Amaranth

📋 copy color: '#E5424E'

red 229 ◦ green 66 ◦ blue 78

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

Shades of Amaranth #E5424E

Tints of Amaranth #E5424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 61.39%
G = 17.69%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5424E (or 0xE5424E) is known color: Amaranth. HEX triplet: E5, 42 and 4E. RGB value is (229,66,78). Sum of RGB (Red+Green+Blue) = 229+66+78=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5424E is #1ABDB1. Grayscale: #747474. Windows color (decimal): -1752498 or 5128933. OLE color: 5128933.

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

Color convert

RGB 229 66 78 -
CMYK 0 0.71 0.66 0.10
HSL 355.58º 0.76% 0.58% -
HSV(B) 355.58º 0.71% 0.9% -
XYZ 35.64 21.1 9.4 -
YUV 116.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 229 66 78 0 0.71 0.66 0.10 355.58 0.76 0.58
Hex E5 42 4E 0 47 42 A 164 4C 3A
Octal 345 102 116 0 107 102 12 544 114 72
Binary 11100101 1000010 1001110 0 1000111 1000010 1010 101100100 1001100 111010

Color Harmonies of #E5424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5424E

Black with #E5424E

Text Example


Text Example

White with #E5424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5424E; }

 p { color: rgb(229,66,78); }

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

background-color css

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

 a { background-color: rgb(229,66,78); }

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

border-color css

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

 span { border-color: rgb(229,66,78); }

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