#E73045

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

Shades of Amaranth #E73045

Tints of Amaranth #E73045

Color information

#E73045 (or 0xE73045) is unknown color: approx Amaranth. HEX triplet: E7, 30 and 45. RGB value is (231,48,69). Sum of RGB (Red+Green+Blue) = 231+48+69=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E73045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73045 is #18CFBA. Grayscale: #696969. Windows color (decimal): -1626043 or 4534503. OLE color: 4534503.

HSL color Cylindrical-coordinate representation of color #E73045: hue angle of 353.11º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E73045 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB2314869-
CMYK00.790.700.09
HSL353.11º79.22%54.71%-
HSV(B)353.11º79.22%90.59%-
XYZ35.0919.537.55-
YUV105.11107.63217.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.38%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=66.38%
G=13.79%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231486900.790.700.09353.1179.2254.71
HexE7304504F4691614f37
Octal3476010501171061154111767
Binary11100111110000100010101001111100011010011011000011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73045; }

 p { color: rgb(231,48,69); }

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

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

 a { background-color: rgb(231,48,69); }

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

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

 span { border-color: rgb(231,48,69); }

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