#E64548

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

Shades of Amaranth #E64548

Tints of Amaranth #E64548

Color information

#E64548 (or 0xE64548) is unknown color: approx Amaranth. HEX triplet: E6, 45 and 48. RGB value is (230,69,72). Sum of RGB (Red+Green+Blue) = 230+69+72=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E64548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64548 is #19BAB7. Grayscale: #757575. Windows color (decimal): -1686200 or 4736486. OLE color: 4736486.

HSL color Cylindrical-coordinate representation of color #E64548: hue angle of 358.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64548 is Cyan = 0, Magento = 0.7, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB2306972-
CMYK00.70.690.10
HSL358.88º76.3%58.63%-
HSV(B)358.88º70%90.2%-
XYZ35.9321.558.4-
YUV117.48102.34208.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.99%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=61.99%
G=18.60%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230697200.70.690.10358.8876.358.63
HexE6454804645A1674c3b
Octal34610511001061051254711473
Binary111001101000101100100001000110100010110101011001111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64548; }

 p { color: rgb(230,69,72); }

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

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

 a { background-color: rgb(230,69,72); }

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

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

 span { border-color: rgb(230,69,72); }

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