#E43545

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

Shades of Amaranth #E43545

Tints of Amaranth #E43545

Color information

#E43545 (or 0xE43545) is unknown color: approx Amaranth. HEX triplet: E4, 35 and 45. RGB value is (228,53,69). Sum of RGB (Red+Green+Blue) = 228+53+69=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E43545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43545 is #1BCABA. Grayscale: #6B6B6B. Windows color (decimal): -1821371 or 4535780. OLE color: 4535780.

HSL color Cylindrical-coordinate representation of color #E43545: hue angle of 354.51º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E43545 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2285369-
CMYK00.770.700.11
HSL354.51º76.42%55.1%-
HSV(B)354.51º76.75%89.41%-
XYZ34.3419.477.58-
YUV107.15106.48214.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 65.14%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=65.14%
G=15.14%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228536900.770.700.11354.5176.4255.1
HexE4354504D46B1634c37
Octal3446510501151061354311467
Binary11100100110101100010101001101100011010111011000111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E43545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E43545; }

 p { color: rgb(228,53,69); }

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

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

 a { background-color: rgb(228,53,69); }

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

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

 span { border-color: rgb(228,53,69); }

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