Html Css Color HEX #E53C4E Amaranth

📋 copy color: '#E53C4E'

red 229 ◦ green 60 ◦ blue 78

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

Shades of Amaranth #E53C4E

Tints of Amaranth #E53C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 62.4%
G = 16.35%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E53C4E (or 0xE53C4E) is known color: Amaranth. HEX triplet: E5, 3C and 4E. RGB value is (229,60,78). Sum of RGB (Red+Green+Blue) = 229+60+78=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C4E is #1AC3B1. Grayscale: #707070. Windows color (decimal): -1754034 or 5127397. OLE color: 5127397.

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

Color convert

RGB 229 60 78 -
CMYK 0 0.74 0.66 0.10
HSL 353.61º 0.76% 0.57% -
HSV(B) 353.61º 0.74% 0.9% -
XYZ 35.3 20.44 9.29 -
YUV 112.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 229 60 78 0 0.74 0.66 0.10 353.61 0.76 0.57
Hex E5 3C 4E 0 4A 42 A 162 4C 39
Octal 345 74 116 0 112 102 12 542 114 71
Binary 11100101 111100 1001110 0 1001010 1000010 1010 101100010 1001100 111001

Color Harmonies of #E53C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53C4E

Black with #E53C4E

Text Example


Text Example

White with #E53C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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