#E73A52

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

Shades of Amaranth #E73A52

Tints of Amaranth #E73A52

Color information

#E73A52 (or 0xE73A52) is unknown color: approx Amaranth. HEX triplet: E7, 3A and 52. RGB value is (231,58,82). Sum of RGB (Red+Green+Blue) = 231+58+82=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73A52 is #18C5AD. Grayscale: #707070. Windows color (decimal): -1623470 or 5389031. OLE color: 5389031.

HSL color Cylindrical-coordinate representation of color #E73A52: hue angle of 351.68º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73A52 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2315882-
CMYK00.750.650.09
HSL351.68º78.28%56.67%-
HSV(B)351.68º74.89%90.59%-
XYZ35.9920.6210.07-
YUV112.46110.81212.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.26%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=62.26%
G=15.63%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231588200.750.650.09351.6878.2856.67
HexE73A5204B4191604e39
Octal3477212201131011154011671
Binary11100111111010101001001001011100000110011011000001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73A52; }

 p { color: rgb(231,58,82); }

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

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

 a { background-color: rgb(231,58,82); }

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

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

 span { border-color: rgb(231,58,82); }

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