#E9374F

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

Shades of Amaranth #E9374F

Tints of Amaranth #E9374F

Color information

#E9374F (or 0xE9374F) is unknown color: approx Amaranth. HEX triplet: E9, 37 and 4F. RGB value is (233,55,79). Sum of RGB (Red+Green+Blue) = 233+55+79=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E9374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9374F is #16C8B0. Grayscale: #6F6F6F. Windows color (decimal): -1493169 or 5191657. OLE color: 5191657.

HSL color Cylindrical-coordinate representation of color #E9374F: hue angle of 351.91º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9374F is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2335579-
CMYK00.760.660.09
HSL351.91º80.18%56.47%-
HSV(B)351.91º76.39%91.37%-
XYZ36.3820.629.46-
YUV110.96109.97215.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.49%
GREEN value IS 55 (21.88% from 255) = 14.99%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=63.49%
G=14.99%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233557900.760.660.09351.9180.1856.47
HexE9374F04C4291605038
Octal3516711701141021154012070
Binary11101001110111100111101001100100001010011011000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9374F; }

 p { color: rgb(233,55,79); }

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

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

 a { background-color: rgb(233,55,79); }

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

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

 span { border-color: rgb(233,55,79); }

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