Html Css Color HEX #E52D59 Amaranth

📋 copy color: '#E52D59'

red 229 ◦ green 45 ◦ blue 89

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

Shades of Amaranth #E52D59

Tints of Amaranth #E52D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 63.09%
G = 12.4%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E52D59 (or 0xE52D59) is known color: Amaranth. HEX triplet: E5, 2D and 59. RGB value is (229,45,89). Sum of RGB (Red+Green+Blue) = 229+45+89=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D59 is #1AD2A6. Grayscale: #696969. Windows color (decimal): -1757863 or 5844453. OLE color: 5844453.

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

Color convert

RGB 229 45 89 -
CMYK 0 0.80 0.61 0.10
HSL 345.65º 0.78% 0.54% -
HSV(B) 345.65º 0.8% 0.9% -
XYZ 35.05 19.26 11.32 -
YUV 105.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 229 45 89 0 0.80 0.61 0.10 345.65 0.78 0.54
Hex E5 2D 59 0 50 3D A 15A 4E 36
Octal 345 55 131 0 120 75 12 532 116 66
Binary 11100101 101101 1011001 0 1010000 111101 1010 101011010 1001110 110110

Color Harmonies of #E52D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D59

Black with #E52D59

Text Example


Text Example

White with #E52D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D59; }

 p { color: rgb(229,45,89); }

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

background-color css

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

 a { background-color: rgb(229,45,89); }

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

border-color css

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

 span { border-color: rgb(229,45,89); }

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