#E62944

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

Shades of Amaranth #E62944

Tints of Amaranth #E62944

Color information

#E62944 (or 0xE62944) is unknown color: approx Amaranth. HEX triplet: E6, 29 and 44. RGB value is (230,41,68). Sum of RGB (Red+Green+Blue) = 230+41+68=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E62944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62944 is #19D6BB. Grayscale: #646464. Windows color (decimal): -1693372 or 4467174. OLE color: 4467174.

HSL color Cylindrical-coordinate representation of color #E62944: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62944 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB2304168-
CMYK00.820.700.10
HSL351.43º79.08%53.14%-
HSV(B)351.43º82.17%90.2%-
XYZ34.4718.837.29-
YUV100.59109.62220.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.85%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=67.85%
G=12.09%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230416800.820.700.10351.4379.0853.14
HexE6294405246A15f4f35
Octal3465110401221061253711765
Binary11100110101001100010001010010100011010101010111111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62944; }

 p { color: rgb(230,41,68); }

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

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

 a { background-color: rgb(230,41,68); }

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

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

 span { border-color: rgb(230,41,68); }

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