#E9284C

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

Shades of Amaranth #E9284C

Tints of Amaranth #E9284C

Color information

#E9284C (or 0xE9284C) is unknown color: approx Amaranth. HEX triplet: E9, 28 and 4C. RGB value is (233,40,76). Sum of RGB (Red+Green+Blue) = 233+40+76=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9284C is #16D7B3. Grayscale: #656565. Windows color (decimal): -1497012 or 4991209. OLE color: 4991209.

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

Color convert

RGB2334076-
CMYK00.830.670.09
HSL348.81º81.43%53.53%-
HSV(B)348.81º82.83%91.37%-
XYZ35.6719.368.7-
YUV101.81113.44221.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.76%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=66.76%
G=11.46%
B=21.78%

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
Decimal233407600.830.670.09348.8181.4353.53
HexE9284C05343915d5136
Octal3515011401231031153512166
Binary11101001101000100110001010011100001110011010111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9284C; }

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

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

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

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

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

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

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

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