#E62F49

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

Shades of Amaranth #E62F49

Tints of Amaranth #E62F49

Color information

#E62F49 (or 0xE62F49) is unknown color: approx Amaranth. HEX triplet: E6, 2F and 49. RGB value is (230,47,73). Sum of RGB (Red+Green+Blue) = 230+47+73=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62F49 is #19D0B6. Grayscale: #686868. Windows color (decimal): -1691831 or 4796390. OLE color: 4796390.

HSL color Cylindrical-coordinate representation of color #E62F49: hue angle of 351.48º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62F49 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2304773-
CMYK00.800.680.10
HSL351.48º78.54%54.31%-
HSV(B)351.48º79.57%90.2%-
XYZ34.8519.348.2-
YUV104.68110.13217.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.71%
GREEN value IS 47 (18.75% from 255) = 13.43%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=65.71%
G=13.43%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230477300.800.680.10351.4878.5454.31
HexE62F4905044A15f4f36
Octal3465711101201041253711766
Binary11100110101111100100101010000100010010101010111111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62F49; }

 p { color: rgb(230,47,73); }

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

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

 a { background-color: rgb(230,47,73); }

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

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

 span { border-color: rgb(230,47,73); }

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