#E52C52

Color #E52C52 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E52C52

Tints of Amaranth #E52C52

Color information

#E52C52 (or 0xE52C52) is unknown color: approx Amaranth. HEX triplet: E5, 2C and 52. RGB value is (229,44,82). Sum of RGB (Red+Green+Blue) = 229+44+82=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C52 is #1AD3AD. Grayscale: #676767. Windows color (decimal): -1758126 or 5385445. OLE color: 5385445.

HSL color Cylindrical-coordinate representation of color #E52C52: hue angle of 347.68º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C52 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2294482-
CMYK00.810.640.10
HSL347.68º78.06%53.53%-
HSV(B)347.68º80.79%89.8%-
XYZ34.7419.079.83-
YUV103.65115.79217.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.51%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=64.51%
G=12.39%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229448200.810.640.10347.6878.0653.53
HexE52C5205140A15c4e36
Octal3455412201211001253411666
Binary11100101101100101001001010001100000010101010111001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52C52; }

 p { color: rgb(229,44,82); }

 H1.HeaderClassName
 {
   color: #E52C52;
 }
 .AnyTagClassName
 {
   color: #E52C52;
 }
</style>
background-color css

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

 a { background-color: rgb(229,44,82); }

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

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

 span { border-color: rgb(229,44,82); }

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