Html Css Color HEX #E52946 Amaranth

📋 copy color: '#E52946'

red 229 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #E52946

Tints of Amaranth #E52946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 67.35%
G = 12.06%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E52946 (or 0xE52946) is known color: Amaranth. HEX triplet: E5, 29 and 46. RGB value is (229,41,70). Sum of RGB (Red+Green+Blue) = 229+41+70=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E52946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52946 is #1AD6B9. Grayscale: #646464. Windows color (decimal): -1758906 or 4598245. OLE color: 4598245.

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

Color convert

RGB 229 41 70 -
CMYK 0 0.82 0.69 0.10
HSL 350.74º 0.78% 0.53% -
HSV(B) 350.74º 0.82% 0.9% -
XYZ 34.21 18.69 7.6 -
YUV 100.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 229 41 70 0 0.82 0.69 0.10 350.74 0.78 0.53
Hex E5 29 46 0 52 45 A 15F 4E 35
Octal 345 51 106 0 122 105 12 537 116 65
Binary 11100101 101001 1000110 0 1010010 1000101 1010 101011111 1001110 110101

Color Harmonies of #E52946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52946

Black with #E52946

Text Example


Text Example

White with #E52946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52946; }

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

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

background-color css

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

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

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

border-color css

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

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

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