Html Css Color HEX #E53F4D Amaranth

📋 copy color: '#E53F4D'

red 229 ◦ green 63 ◦ blue 77

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

Shades of Amaranth #E53F4D

Tints of Amaranth #E53F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

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

R = 62.06%
G = 17.07%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E53F4D (or 0xE53F4D) is known color: Amaranth. HEX triplet: E5, 3F and 4D. RGB value is (229,63,77). Sum of RGB (Red+Green+Blue) = 229+63+77=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F4D is #1AC0B2. Grayscale: #727272. Windows color (decimal): -1753267 or 5062629. OLE color: 5062629.

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

Color convert

RGB 229 63 77 -
CMYK 0 0.72 0.66 0.10
HSL 354.94º 0.76% 0.57% -
HSV(B) 354.94º 0.72% 0.9% -
XYZ 35.43 20.75 9.16 -
YUV 114.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 229 63 77 0 0.72 0.66 0.10 354.94 0.76 0.57
Hex E5 3F 4D 0 48 42 A 163 4C 39
Octal 345 77 115 0 110 102 12 543 114 71
Binary 11100101 111111 1001101 0 1001000 1000010 1010 101100011 1001100 111001

Color Harmonies of #E53F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53F4D

Black with #E53F4D

Text Example


Text Example

White with #E53F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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