Html Css Color HEX #E53D4E Amaranth

📋 copy color: '#E53D4E'

red 229 ◦ green 61 ◦ blue 78

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

Shades of Amaranth #E53D4E

Tints of Amaranth #E53D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 62.23%
G = 16.58%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E53D4E (or 0xE53D4E) is known color: Amaranth. HEX triplet: E5, 3D and 4E. RGB value is (229,61,78). Sum of RGB (Red+Green+Blue) = 229+61+78=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D4E is #1AC2B1. Grayscale: #717171. Windows color (decimal): -1753778 or 5127653. OLE color: 5127653.

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

Color convert

RGB 229 61 78 -
CMYK 0 0.73 0.66 0.10
HSL 353.93º 0.76% 0.57% -
HSV(B) 353.93º 0.73% 0.9% -
XYZ 35.36 20.55 9.31 -
YUV 113.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 229 61 78 0 0.73 0.66 0.10 353.93 0.76 0.57
Hex E5 3D 4E 0 49 42 A 162 4C 39
Octal 345 75 116 0 111 102 12 542 114 71
Binary 11100101 111101 1001110 0 1001001 1000010 1010 101100010 1001100 111001

Color Harmonies of #E53D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53D4E

Black with #E53D4E

Text Example


Text Example

White with #E53D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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