#E03948

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

Shades of Amaranth #E03948

Tints of Amaranth #E03948

Color information

#E03948 (or 0xE03948) is unknown color: approx Amaranth. HEX triplet: E0, 39 and 48. RGB value is (224,57,72). Sum of RGB (Red+Green+Blue) = 224+57+72=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E03948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03948 is #1FC6B7. Grayscale: #6C6C6C. Windows color (decimal): -2082488 or 4733408. OLE color: 4733408.

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

Color convert

RGB2245772-
CMYK00.750.680.12
HSL354.61º72.93%55.1%-
HSV(B)354.61º74.55%87.84%-
XYZ33.3719.248.09-
YUV108.64107.33210.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.46%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=63.46%
G=16.15%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224577200.750.680.12354.6172.9355.1
HexE0394804B44C1634937
Octal3407111001131041454311167
Binary11100000111001100100001001011100010011001011000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03948; }

 p { color: rgb(224,57,72); }

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

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

 a { background-color: rgb(224,57,72); }

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

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

 span { border-color: rgb(224,57,72); }

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