#e03556

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

Shades of Amaranth #E03556

Tints of Amaranth #E03556

Color information

#E03556 (or 0xE03556) is unknown color: approx Amaranth. HEX triplet: E0, 35 and 56. RGB value is (224,53,86). Sum of RGB (Red+Green+Blue) = 224+53+86=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E03556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03556 is #1FCAA9. Grayscale: #6B6B6B. Windows color (decimal): -2083498 or 5649888. OLE color: 5649888.

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

Color convert

RGB2245386-
CMYK00.760.620.12
HSL348.42º73.39%54.31%-
HSV(B)348.42º76.34%87.84%-
XYZ33.6919.0710.71-
YUV107.89115.65210.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=61.71%
G=14.60%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224538600.760.620.12348.4273.3954.31
HexE0355604C3EC15c4936
Octal340651260114761453411166
Binary1110000011010110101100100110011111011001010111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03556; }

 p { color: rgb(224,53,86); }

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

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

 a { background-color: rgb(224,53,86); }

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

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

 span { border-color: rgb(224,53,86); }

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