#E03F4E

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

Shades of Amaranth #E03F4E

Tints of Amaranth #E03F4E

Color information

#E03F4E (or 0xE03F4E) is unknown color: approx Amaranth. HEX triplet: E0, 3F and 4E. RGB value is (224,63,78). Sum of RGB (Red+Green+Blue) = 224+63+78=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F4E is #1FC0B1. Grayscale: #707070. Windows color (decimal): -2080946 or 5128160. OLE color: 5128160.

HSL color Cylindrical-coordinate representation of color #E03F4E: hue angle of 354.41º 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 #E03F4E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB2246378-
CMYK00.720.650.12
HSL354.41º72.2%56.27%-
HSV(B)354.41º71.88%87.84%-
XYZ33.8919.959.27-
YUV112.85108.34207.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.37%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=61.37%
G=17.26%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224637800.720.650.12354.4172.256.27
HexE03F4E04841C1624838
Octal3407711601101011454211070
Binary11100000111111100111001001000100000111001011000101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03F4E; }

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

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

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

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

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

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

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

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