#E9264A

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

Shades of Amaranth #E9264A

Tints of Amaranth #E9264A

Color information

#E9264A (or 0xE9264A) is unknown color: approx Amaranth. HEX triplet: E9, 26 and 4A. RGB value is (233,38,74). Sum of RGB (Red+Green+Blue) = 233+38+74=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9264A is #16D9B5. Grayscale: #646464. Windows color (decimal): -1497526 or 4859625. OLE color: 4859625.

HSL color Cylindrical-coordinate representation of color #E9264A: hue angle of 348.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9264A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2333874-
CMYK00.840.680.09
HSL348.92º81.59%53.14%-
HSV(B)348.92º83.69%91.37%-
XYZ35.5319.28.31-
YUV100.41113.1222.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 67.54%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=67.54%
G=11.01%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233387400.840.680.09348.9281.5953.14
HexE9264A05444915d5235
Octal3514611201241041153512265
Binary11101001100110100101001010100100010010011010111011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9264A; }

 p { color: rgb(233,38,74); }

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

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

 a { background-color: rgb(233,38,74); }

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

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

 span { border-color: rgb(233,38,74); }

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