Html Css Color HEX #E52044 Amaranth

📋 copy color: '#E52044'

red 229 ◦ green 32 ◦ blue 68

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

Shades of Amaranth #E52044

Tints of Amaranth #E52044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 69.6%
G = 9.73%
B = 20.67%

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

#E52044 (or 0xE52044) is known color: Amaranth. HEX triplet: E5, 20 and 44. RGB value is (229,32,68). Sum of RGB (Red+Green+Blue) = 229+32+68=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E52044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52044 is #1ADFBB. Grayscale: #5F5F5F. Windows color (decimal): -1761212 or 4464869. OLE color: 4464869.

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

Color convert

RGB 229 32 68 -
CMYK 0 0.86 0.70 0.10
HSL 349.04º 0.79% 0.51% -
HSV(B) 349.04º 0.86% 0.9% -
XYZ 33.87 18.11 7.18 -
YUV 95.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 229 32 68 0 0.86 0.70 0.10 349.04 0.79 0.51
Hex E5 20 44 0 56 46 A 15D 4F 33
Octal 345 40 104 0 126 106 12 535 117 63
Binary 11100101 100000 1000100 0 1010110 1000110 1010 101011101 1001111 110011

Color Harmonies of #E52044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52044

Black with #E52044

Text Example


Text Example

White with #E52044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52044; }

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

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

background-color css

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

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

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

border-color css

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

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

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