#E03A45

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

Shades of Amaranth #E03A45

Tints of Amaranth #E03A45

Color information

#E03A45 (or 0xE03A45) is unknown color: approx Amaranth. HEX triplet: E0, 3A and 45. RGB value is (224,58,69). Sum of RGB (Red+Green+Blue) = 224+58+69=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A45 is #1FC5BA. Grayscale: #6D6D6D. Windows color (decimal): -2082235 or 4537056. OLE color: 4537056.

HSL color Cylindrical-coordinate representation of color #E03A45: hue angle of 356.02º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A45 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2245869-
CMYK00.740.690.12
HSL356.02º72.81%55.29%-
HSV(B)356.02º74.11%87.84%-
XYZ33.3319.37.6-
YUV108.89105.5210.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.82%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=63.82%
G=16.52%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224586900.740.690.12356.0272.8155.29
HexE03A4504A45C1644937
Octal3407210501121051454411167
Binary11100000111010100010101001010100010111001011001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03A45; }

 p { color: rgb(224,58,69); }

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

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

 a { background-color: rgb(224,58,69); }

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

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

 span { border-color: rgb(224,58,69); }

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