#E62956

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

Shades of Amaranth #E62956

Tints of Amaranth #E62956

Color information

#E62956 (or 0xE62956) is unknown color: approx Amaranth. HEX triplet: E6, 29 and 56. RGB value is (230,41,86). Sum of RGB (Red+Green+Blue) = 230+41+86=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E62956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62956 is #19D6A9. Grayscale: #666666. Windows color (decimal): -1693354 or 5646822. OLE color: 5646822.

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

Color convert

RGB2304186-
CMYK00.820.630.10
HSL345.71º79.08%53.14%-
HSV(B)345.71º82.17%90.2%-
XYZ35.1119.0810.64-
YUV102.64118.62218.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.43%
GREEN value IS 41 (16.41% from 255) = 11.48%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=64.43%
G=11.48%
B=24.09%

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
Decimal230418600.820.630.10345.7179.0853.14
HexE629560523FA15a4f35
Octal346511260122771253211765
Binary1110011010100110101100101001011111110101010110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62956; }

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

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

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

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

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

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

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

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