Html Css Color HEX #E52346 Amaranth

📋 copy color: '#E52346'

red 229 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #E52346

Tints of Amaranth #E52346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 68.56%
G = 10.48%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E52346 (or 0xE52346) is known color: Amaranth. HEX triplet: E5, 23 and 46. RGB value is (229,35,70). Sum of RGB (Red+Green+Blue) = 229+35+70=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E52346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52346 is #1ADCB9. Grayscale: #616161. Windows color (decimal): -1760442 or 4596709. OLE color: 4596709.

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

Color convert

RGB 229 35 70 -
CMYK 0 0.85 0.69 0.10
HSL 349.18º 0.79% 0.52% -
HSV(B) 349.18º 0.85% 0.9% -
XYZ 34.02 18.3 7.53 -
YUV 97 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 229 35 70 0 0.85 0.69 0.10 349.18 0.79 0.52
Hex E5 23 46 0 55 45 A 15D 4F 34
Octal 345 43 106 0 125 105 12 535 117 64
Binary 11100101 100011 1000110 0 1010101 1000101 1010 101011101 1001111 110100

Color Harmonies of #E52346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52346

Black with #E52346

Text Example


Text Example

White with #E52346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52346; }

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

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

background-color css

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

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

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

border-color css

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

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

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