#E62954

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

Shades of Amaranth #E62954

Tints of Amaranth #E62954

Color information

#E62954 (or 0xE62954) is unknown color: approx Amaranth. HEX triplet: E6, 29 and 54. RGB value is (230,41,84). Sum of RGB (Red+Green+Blue) = 230+41+84=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E62954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62954 is #19D6AB. Grayscale: #666666. Windows color (decimal): -1693356 or 5515750. OLE color: 5515750.

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

Color convert

RGB2304184-
CMYK00.820.630.10
HSL346.35º79.08%53.14%-
HSV(B)346.35º82.17%90.2%-
XYZ35.0319.0510.22-
YUV102.41117.62219-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.79%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=64.79%
G=11.55%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230418400.820.630.10346.3579.0853.14
HexE629540523FA15a4f35
Octal346511240122771253211765
Binary1110011010100110101000101001011111110101010110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62954; }

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

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

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

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

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

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

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

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