Html Css Color HEX #E52A4A Amaranth

📋 copy color: '#E52A4A'

red 229 ◦ green 42 ◦ blue 74

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

Shades of Amaranth #E52A4A

Tints of Amaranth #E52A4A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 66.38%
G = 12.17%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E52A4A (or 0xE52A4A) is known color: Amaranth. HEX triplet: E5, 2A and 4A. RGB value is (229,42,74). Sum of RGB (Red+Green+Blue) = 229+42+74=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A4A is #1AD5B5. Grayscale: #656565. Windows color (decimal): -1758646 or 4860645. OLE color: 4860645.

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

Color convert

RGB 229 42 74 -
CMYK 0 0.82 0.68 0.10
HSL 349.73º 0.78% 0.53% -
HSV(B) 349.73º 0.82% 0.9% -
XYZ 34.38 18.81 8.3 -
YUV 101.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 229 42 74 0 0.82 0.68 0.10 349.73 0.78 0.53
Hex E5 2A 4A 0 52 44 A 15E 4E 35
Octal 345 52 112 0 122 104 12 536 116 65
Binary 11100101 101010 1001010 0 1010010 1000100 1010 101011110 1001110 110101

Color Harmonies of #E52A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A4A

Black with #E52A4A

Text Example


Text Example

White with #E52A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A4A; }

 p { color: rgb(229,42,74); }

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

background-color css

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

 a { background-color: rgb(229,42,74); }

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

border-color css

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

 span { border-color: rgb(229,42,74); }

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