Html Css Color HEX #E52046 Amaranth

📋 copy color: '#E52046'

red 229 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #E52046

Tints of Amaranth #E52046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 69.18%
G = 9.67%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E52046 (or 0xE52046) is known color: Amaranth. HEX triplet: E5, 20 and 46. RGB value is (229,32,70). Sum of RGB (Red+Green+Blue) = 229+32+70=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E52046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52046 is #1ADFB9. Grayscale: #5F5F5F. Windows color (decimal): -1761210 or 4595941. OLE color: 4595941.

HSL color Cylindrical-coordinate representation of color #E52046: hue angle of 348.43º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52046 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 70 -
CMYK 0 0.86 0.69 0.10
HSL 348.43º 0.79% 0.51% -
HSV(B) 348.43º 0.86% 0.9% -
XYZ 33.94 18.13 7.51 -
YUV 95.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 229 32 70 0 0.86 0.69 0.10 348.43 0.79 0.51
Hex E5 20 46 0 56 45 A 15C 4F 33
Octal 345 40 106 0 126 105 12 534 117 63
Binary 11100101 100000 1000110 0 1010110 1000101 1010 101011100 1001111 110011

Color Harmonies of #E52046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52046

Black with #E52046

Text Example


Text Example

White with #E52046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52046; }

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

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

background-color css

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

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

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

border-color css

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

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

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