#E9484E

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

Shades of Amaranth #E9484E

Tints of Amaranth #E9484E

Color information

#E9484E (or 0xE9484E) is unknown color: approx Amaranth. HEX triplet: E9, 48 and 4E. RGB value is (233,72,78). Sum of RGB (Red+Green+Blue) = 233+72+78=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E9484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9484E is #16B7B1. Grayscale: #787878. Windows color (decimal): -1488818 or 5130473. OLE color: 5130473.

HSL color Cylindrical-coordinate representation of color #E9484E: hue angle of 357.76º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9484E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2337278-
CMYK00.690.670.09
HSL357.76º78.54%59.8%-
HSV(B)357.76º69.1%91.37%-
XYZ37.322.519.59-
YUV120.82103.84208.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.84%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=60.84%
G=18.80%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233727800.690.670.09357.7678.5459.8
HexE9484E0454391664f3c
Octal35111011601051031154611774
Binary111010011001000100111001000101100001110011011001101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9484E; }

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

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

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

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

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

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

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

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