#E03456

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

Shades of Amaranth #E03456

Tints of Amaranth #E03456

Color information

#E03456 (or 0xE03456) is unknown color: approx Amaranth. HEX triplet: E0, 34 and 56. RGB value is (224,52,86). Sum of RGB (Red+Green+Blue) = 224+52+86=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E03456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03456 is #1FCBA9. Grayscale: #6B6B6B. Windows color (decimal): -2083754 or 5649632. OLE color: 5649632.

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

Color convert

RGB2245286-
CMYK00.770.620.12
HSL348.14º73.5%54.12%-
HSV(B)348.14º76.79%87.84%-
XYZ33.6518.9810.69-
YUV107.3115.98211.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.88%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 86 (33.98% from 255) = 23.76%
R=61.88%
G=14.36%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224528600.770.620.12348.1473.554.12
HexE0345604D3EC15c4a36
Octal340641260115761453411266
Binary1110000011010010101100100110111111011001010111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03456; }

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

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

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

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

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

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

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

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