Html Css Color HEX #E52945 Amaranth

📋 copy color: '#E52945'

red 229 ◦ green 41 ◦ blue 69

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

Shades of Amaranth #E52945

Tints of Amaranth #E52945

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 67.55%
G = 12.09%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E52945 (or 0xE52945) is known color: Amaranth. HEX triplet: E5, 29 and 45. RGB value is (229,41,69). Sum of RGB (Red+Green+Blue) = 229+41+69=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E52945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52945 is #1AD6BA. Grayscale: #646464. Windows color (decimal): -1758907 or 4532709. OLE color: 4532709.

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

Color convert

RGB 229 41 69 -
CMYK 0 0.82 0.70 0.10
HSL 351.06º 0.78% 0.53% -
HSV(B) 351.06º 0.82% 0.9% -
XYZ 34.18 18.67 7.43 -
YUV 100.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 229 41 69 0 0.82 0.70 0.10 351.06 0.78 0.53
Hex E5 29 45 0 52 46 A 15F 4E 35
Octal 345 51 105 0 122 106 12 537 116 65
Binary 11100101 101001 1000101 0 1010010 1000110 1010 101011111 1001110 110101

Color Harmonies of #E52945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52945

Black with #E52945

Text Example


Text Example

White with #E52945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52945; }

 p { color: rgb(229,41,69); }

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

background-color css

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

 a { background-color: rgb(229,41,69); }

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

border-color css

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

 span { border-color: rgb(229,41,69); }

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