#E62C54

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

Shades of Amaranth #E62C54

Tints of Amaranth #E62C54

Color information

#E62C54 (or 0xE62C54) is unknown color: approx Amaranth. HEX triplet: E6, 2C and 54. RGB value is (230,44,84). Sum of RGB (Red+Green+Blue) = 230+44+84=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62C54 is #19D3AB. Grayscale: #686868. Windows color (decimal): -1692588 or 5516518. OLE color: 5516518.

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

Color convert

RGB2304484-
CMYK00.810.630.10
HSL347.1º78.81%53.73%-
HSV(B)347.1º80.87%90.2%-
XYZ35.1319.2610.25-
YUV104.17116.62217.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.25%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=64.25%
G=12.29%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230448400.810.630.10347.178.8153.73
HexE62C540513FA15b4f36
Octal346541240121771253311766
Binary1110011010110010101000101000111111110101010110111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62C54; }

 p { color: rgb(230,44,84); }

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

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

 a { background-color: rgb(230,44,84); }

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

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

 span { border-color: rgb(230,44,84); }

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