Html Css Color HEX #E52145 Amaranth

📋 copy color: '#E52145'

red 229 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #E52145

Tints of Amaranth #E52145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 69.18%
G = 9.97%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E52145 (or 0xE52145) is known color: Amaranth. HEX triplet: E5, 21 and 45. RGB value is (229,33,69). Sum of RGB (Red+Green+Blue) = 229+33+69=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E52145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52145 is #1ADEBA. Grayscale: #5F5F5F. Windows color (decimal): -1760955 or 4530661. OLE color: 4530661.

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

Color convert

RGB 229 33 69 -
CMYK 0 0.86 0.70 0.10
HSL 348.98º 0.79% 0.51% -
HSV(B) 348.98º 0.86% 0.9% -
XYZ 33.93 18.18 7.35 -
YUV 95.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 229 33 69 0 0.86 0.70 0.10 348.98 0.79 0.51
Hex E5 21 45 0 56 46 A 15D 4F 33
Octal 345 41 105 0 126 106 12 535 117 63
Binary 11100101 100001 1000101 0 1010110 1000110 1010 101011101 1001111 110011

Color Harmonies of #E52145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52145

Black with #E52145

Text Example


Text Example

White with #E52145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52145; }

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

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

background-color css

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

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

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

border-color css

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

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

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