#E62455

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

Shades of Amaranth #E62455

Tints of Amaranth #E62455

Color information

#E62455 (or 0xE62455) is unknown color: approx Amaranth. HEX triplet: E6, 24 and 55. RGB value is (230,36,85). Sum of RGB (Red+Green+Blue) = 230+36+85=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E62455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62455 is #19DBAA. Grayscale: #636363. Windows color (decimal): -1694635 or 5580006. OLE color: 5580006.

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

Color convert

RGB2303685-
CMYK00.840.630.10
HSL344.85º79.51%52.16%-
HSV(B)344.85º84.35%90.2%-
XYZ34.918.7410.37-
YUV99.59119.77221.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.53%
GREEN value IS 36 (14.45% from 255) = 10.26%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=65.53%
G=10.26%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230368500.840.630.10344.8579.5152.16
HexE624550543FA1595034
Octal346441250124771253112064
Binary1110011010010010101010101010011111110101010110011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62455; }

 p { color: rgb(230,36,85); }

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

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

 a { background-color: rgb(230,36,85); }

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

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

 span { border-color: rgb(230,36,85); }

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