#E9264D

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

Shades of Amaranth #E9264D

Tints of Amaranth #E9264D

Color information

#E9264D (or 0xE9264D) is unknown color: approx Amaranth. HEX triplet: E9, 26 and 4D. RGB value is (233,38,77). Sum of RGB (Red+Green+Blue) = 233+38+77=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9264D is #16D9B2. Grayscale: #646464. Windows color (decimal): -1497523 or 5056233. OLE color: 5056233.

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

Color convert

RGB2333877-
CMYK00.840.670.09
HSL348º81.59%53.14%-
HSV(B)348º83.69%91.37%-
XYZ35.6419.258.86-
YUV100.75114.6222.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.95%
GREEN value IS 38 (15.23% from 255) = 10.92%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=66.95%
G=10.92%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233387700.840.670.0934881.5953.14
HexE9264D05443915c5235
Octal3514611501241031153412265
Binary11101001100110100110101010100100001110011010111001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9264D; }

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

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

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

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

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

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

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

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