Html Css Color HEX #E52A54 Amaranth

📋 copy color: '#E52A54'

red 229 ◦ green 42 ◦ blue 84

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

Shades of Amaranth #E52A54

Tints of Amaranth #E52A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 64.51%
G = 11.83%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E52A54 (or 0xE52A54) is known color: Amaranth. HEX triplet: E5, 2A and 54. RGB value is (229,42,84). Sum of RGB (Red+Green+Blue) = 229+42+84=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A54 is #1AD5AB. Grayscale: #666666. Windows color (decimal): -1758636 or 5516005. OLE color: 5516005.

HSL color Cylindrical-coordinate representation of color #E52A54: hue angle of 346.52º 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 #E52A54 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 84 -
CMYK 0 0.82 0.63 0.10
HSL 346.52º 0.78% 0.53% -
HSV(B) 346.52º 0.82% 0.9% -
XYZ 34.74 18.95 10.21 -
YUV 102.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 229 42 84 0 0.82 0.63 0.10 346.52 0.78 0.53
Hex E5 2A 54 0 52 3F A 15B 4E 35
Octal 345 52 124 0 122 77 12 533 116 65
Binary 11100101 101010 1010100 0 1010010 111111 1010 101011011 1001110 110101

Color Harmonies of #E52A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A54

Black with #E52A54

Text Example


Text Example

White with #E52A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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