Html Css Color HEX #E52C4D Amaranth

📋 copy color: '#E52C4D'

red 229 ◦ green 44 ◦ blue 77

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

Shades of Amaranth #E52C4D

Tints of Amaranth #E52C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.57%

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

R = 65.43%
G = 12.57%
B = 22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E52C4D (or 0xE52C4D) is known color: Amaranth. HEX triplet: E5, 2C and 4D. RGB value is (229,44,77). Sum of RGB (Red+Green+Blue) = 229+44+77=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C4D is #1AD3B2. Grayscale: #676767. Windows color (decimal): -1758131 or 5057765. OLE color: 5057765.

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

Color convert

RGB 229 44 77 -
CMYK 0 0.81 0.66 0.10
HSL 349.3º 0.78% 0.54% -
HSV(B) 349.3º 0.81% 0.9% -
XYZ 34.55 19 8.87 -
YUV 103.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 229 44 77 0 0.81 0.66 0.10 349.3 0.78 0.54
Hex E5 2C 4D 0 51 42 A 15D 4E 36
Octal 345 54 115 0 121 102 12 535 116 66
Binary 11100101 101100 1001101 0 1010001 1000010 1010 101011101 1001110 110110

Color Harmonies of #E52C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C4D

Black with #E52C4D

Text Example


Text Example

White with #E52C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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