#E0364F

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

Shades of Amaranth #E0364F

Tints of Amaranth #E0364F

Color information

#E0364F (or 0xE0364F) is unknown color: approx Amaranth. HEX triplet: E0, 36 and 4F. RGB value is (224,54,79). Sum of RGB (Red+Green+Blue) = 224+54+79=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0364F is #1FC9B0. Grayscale: #6B6B6B. Windows color (decimal): -2083249 or 5191392. OLE color: 5191392.

HSL color Cylindrical-coordinate representation of color #E0364F: hue angle of 351.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0364F is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB2245479-
CMYK00.760.650.12
HSL351.18º73.28%54.51%-
HSV(B)351.18º75.89%87.84%-
XYZ33.4719.059.31-
YUV107.68111.82210.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 54 (21.48% from 255) = 15.13%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=62.75%
G=15.13%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224547900.760.650.12351.1873.2854.51
HexE0364F04C41C15f4937
Octal3406611701141011453711167
Binary11100000110110100111101001100100000111001010111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0364F; }

 p { color: rgb(224,54,79); }

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

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

 a { background-color: rgb(224,54,79); }

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

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

 span { border-color: rgb(224,54,79); }

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