#E9374E

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

Shades of Amaranth #E9374E

Tints of Amaranth #E9374E

Color information

#E9374E (or 0xE9374E) is unknown color: approx Amaranth. HEX triplet: E9, 37 and 4E. RGB value is (233,55,78). Sum of RGB (Red+Green+Blue) = 233+55+78=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9374E is #16C8B1. Grayscale: #6E6E6E. Windows color (decimal): -1493170 or 5126121. OLE color: 5126121.

HSL color Cylindrical-coordinate representation of color #E9374E: hue angle of 352.25º 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 #E9374E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2335578-
CMYK00.760.670.09
HSL352.25º80.18%56.47%-
HSV(B)352.25º76.39%91.37%-
XYZ36.3520.619.27-
YUV110.84109.47215.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.66%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=63.66%
G=15.03%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233557800.760.670.09352.2580.1856.47
HexE9374E04C4391605038
Octal3516711601141031154012070
Binary11101001110111100111001001100100001110011011000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9374E; }

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

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

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

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

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

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

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

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