#E63549

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

Shades of Amaranth #E63549

Tints of Amaranth #E63549

Color information

#E63549 (or 0xE63549) is unknown color: approx Amaranth. HEX triplet: E6, 35 and 49. RGB value is (230,53,73). Sum of RGB (Red+Green+Blue) = 230+53+73=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E63549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63549 is #19CAB6. Grayscale: #6C6C6C. Windows color (decimal): -1690295 or 4797926. OLE color: 4797926.

HSL color Cylindrical-coordinate representation of color #E63549: hue angle of 353.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63549 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2305373-
CMYK00.770.680.10
HSL353.22º77.97%55.49%-
HSV(B)353.22º76.96%90.2%-
XYZ35.1119.858.28-
YUV108.2108.14214.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.61%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=64.61%
G=14.89%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230537300.770.680.10353.2277.9755.49
HexE6354904D44A1614e37
Octal3466511101151041254111667
Binary11100110110101100100101001101100010010101011000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63549; }

 p { color: rgb(230,53,73); }

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

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

 a { background-color: rgb(230,53,73); }

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

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

 span { border-color: rgb(230,53,73); }

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