#E52751

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

Shades of Amaranth #E52751

Tints of Amaranth #E52751

Color information

#E52751 (or 0xE52751) is unknown color: approx Amaranth. HEX triplet: E5, 27 and 51. RGB value is (229,39,81). Sum of RGB (Red+Green+Blue) = 229+39+81=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E52751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52751 is #1AD8AE. Grayscale: #646464. Windows color (decimal): -1759407 or 5318629. OLE color: 5318629.

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

Color convert

RGB2293981-
CMYK00.830.650.10
HSL346.74º78.51%52.55%-
HSV(B)346.74º82.97%89.8%-
XYZ34.5218.79.58-
YUV100.6116.95219.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.62%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=65.62%
G=11.17%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229398100.830.650.10346.7478.5152.55
HexE5275105341A15b4f35
Octal3454712101231011253311765
Binary11100101100111101000101010011100000110101010110111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52751; }

 p { color: rgb(229,39,81); }

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

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

 a { background-color: rgb(229,39,81); }

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

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

 span { border-color: rgb(229,39,81); }

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