Html Css Color HEX #E52A57 Amaranth

📋 copy color: '#E52A57'

red 229 ◦ green 42 ◦ blue 87

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

Shades of Amaranth #E52A57

Tints of Amaranth #E52A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.3%

R = 63.97%
G = 11.73%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E52A57 (or 0xE52A57) is known color: Amaranth. HEX triplet: E5, 2A and 57. RGB value is (229,42,87). Sum of RGB (Red+Green+Blue) = 229+42+87=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A57 is #1AD5A8. Grayscale: #676767. Windows color (decimal): -1758633 or 5712613. OLE color: 5712613.

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

Color convert

RGB 229 42 87 -
CMYK 0 0.82 0.62 0.10
HSL 345.56º 0.78% 0.53% -
HSV(B) 345.56º 0.82% 0.9% -
XYZ 34.86 19 10.85 -
YUV 103.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 229 42 87 0 0.82 0.62 0.10 345.56 0.78 0.53
Hex E5 2A 57 0 52 3E A 15A 4E 35
Octal 345 52 127 0 122 76 12 532 116 65
Binary 11100101 101010 1010111 0 1010010 111110 1010 101011010 1001110 110101

Color Harmonies of #E52A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A57

Black with #E52A57

Text Example


Text Example

White with #E52A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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