Html Css Color HEX #E52149 Amaranth

📋 copy color: '#E52149'

red 229 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #E52149

Tints of Amaranth #E52149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 68.36%
G = 9.85%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E52149 (or 0xE52149) is known color: Amaranth. HEX triplet: E5, 21 and 49. RGB value is (229,33,73). Sum of RGB (Red+Green+Blue) = 229+33+73=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E52149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52149 is #1ADEB6. Grayscale: #606060. Windows color (decimal): -1760951 or 4792805. OLE color: 4792805.

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

Color convert

RGB 229 33 73 -
CMYK 0 0.86 0.68 0.10
HSL 347.76º 0.79% 0.51% -
HSV(B) 347.76º 0.86% 0.9% -
XYZ 34.06 18.23 8.03 -
YUV 96.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 229 33 73 0 0.86 0.68 0.10 347.76 0.79 0.51
Hex E5 21 49 0 56 44 A 15C 4F 33
Octal 345 41 111 0 126 104 12 534 117 63
Binary 11100101 100001 1001001 0 1010110 1000100 1010 101011100 1001111 110011

Color Harmonies of #E52149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52149

Black with #E52149

Text Example


Text Example

White with #E52149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52149; }

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

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

background-color css

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

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

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

border-color css

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

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

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