#E62A43

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

Shades of Amaranth #E62A43

Tints of Amaranth #E62A43

Color information

#E62A43 (or 0xE62A43) is unknown color: approx Amaranth. HEX triplet: E6, 2A and 43. RGB value is (230,42,67). Sum of RGB (Red+Green+Blue) = 230+42+67=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A43 is #19D5BC. Grayscale: #656565. Windows color (decimal): -1693117 or 4401894. OLE color: 4401894.

HSL color Cylindrical-coordinate representation of color #E62A43: hue angle of 352.02º 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 #E62A43 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB2304267-
CMYK00.820.710.10
HSL352.02º78.99%53.33%-
HSV(B)352.02º81.74%90.2%-
XYZ34.4718.887.14-
YUV101.06108.78219.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.85%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=67.85%
G=12.39%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230426700.820.710.10352.0278.9953.33
HexE62A4305247A1604f35
Octal3465210301221071254011765
Binary11100110101010100001101010010100011110101011000001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62A43; }

 p { color: rgb(230,42,67); }

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

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

 a { background-color: rgb(230,42,67); }

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

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

 span { border-color: rgb(230,42,67); }

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