#E9284D

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

Shades of Amaranth #E9284D

Tints of Amaranth #E9284D

Color information

#E9284D (or 0xE9284D) is unknown color: approx Amaranth. HEX triplet: E9, 28 and 4D. RGB value is (233,40,77). Sum of RGB (Red+Green+Blue) = 233+40+77=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9284D is #16D7B2. Grayscale: #656565. Windows color (decimal): -1497011 or 5056745. OLE color: 5056745.

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

Color convert

RGB2334077-
CMYK00.830.670.09
HSL348.5º81.43%53.53%-
HSV(B)348.5º82.83%91.37%-
XYZ35.719.388.88-
YUV101.92113.94221.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.57%
GREEN value IS 40 (16.02% from 255) = 11.43%
BLUE value IS 77 (30.47% from 255) = 22%
R=66.57%
G=11.43%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233407700.830.670.09348.581.4353.53
HexE9284D05343915c5136
Octal3515011501231031153412166
Binary11101001101000100110101010011100001110011010111001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9284D; }

 p { color: rgb(233,40,77); }

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

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

 a { background-color: rgb(233,40,77); }

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

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

 span { border-color: rgb(233,40,77); }

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