#E03F46

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

Shades of Amaranth #E03F46

Tints of Amaranth #E03F46

Color information

#E03F46 (or 0xE03F46) is unknown color: approx Amaranth. HEX triplet: E0, 3F and 46. RGB value is (224,63,70). Sum of RGB (Red+Green+Blue) = 224+63+70=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F46 is #1FC0B9. Grayscale: #707070. Windows color (decimal): -2080954 or 4603872. OLE color: 4603872.

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

Color convert

RGB2246370-
CMYK00.720.690.12
HSL357.39º72.2%56.27%-
HSV(B)357.39º71.88%87.84%-
XYZ33.6219.847.85-
YUV111.94104.34207.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=62.75%
G=17.65%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224637000.720.690.12357.3972.256.27
HexE03F4604845C1654838
Octal3407710601101051454511070
Binary11100000111111100011001001000100010111001011001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03F46; }

 p { color: rgb(224,63,70); }

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

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

 a { background-color: rgb(224,63,70); }

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

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

 span { border-color: rgb(224,63,70); }

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